From eb949998696e8e89f7f5c204538327bdb4767fd6 Mon Sep 17 00:00:00 2001 From: loong-C Date: Wed, 15 Jun 2022 05:44:30 +0000 Subject: [PATCH] update poco.spec for License error and bad log --- poco.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/poco.spec b/poco.spec index 780f160..cbc17d9 100644 --- a/poco.spec +++ b/poco.spec @@ -1,8 +1,8 @@ Name: poco Version: 1.10.1 -Release: 2 +Release: 3 Summary: This is ROS melodic ros_comm's 3rdparty poco -License: GPL +License: BSL-1.0 URL: https://github.com/pocoproject/poco/releases/tag/poco-1.10.1-release Source0: https://github.com/pocoproject/poco/archive/poco-1.10.1-release.tar.gz BuildRequires: gcc-c++ @@ -35,7 +35,11 @@ find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';' /usr/local/* %changelog +* Wed Jun 15 2022 loong_C - 1.10.1-3 +- update poco.spec for License error and bad log + * Sat Sep 4 2021 zhangtao - 1.10.1-2 - strip dynamic library -* Thu December 31 2020 openEuler Buildteam + +* Thu Dec 31 2020 openEuler Buildteam - Package init -- Gitee