From 3e448f2b5c887d8d9f0e942db52a058af42fe7bf Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Mon, 8 Aug 2022 09:46:42 +0000 Subject: [PATCH] License compliance rectification --- poco.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/poco.spec b/poco.spec index 5b5e94c..6f882b6 100644 --- a/poco.spec +++ b/poco.spec @@ -1,8 +1,8 @@ Name: poco Version: 1.10.1 -Release: 3 +Release: 4 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++ @@ -34,6 +34,9 @@ find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';' /usr/local/* %changelog +* Mon Aug 8 2022 Chenyx - 1.10.1-4 +- License compliance rectification + * Mon Dec 20 2021 sdlzx - 1.10.1-3 * Sat Sep 4 2021 zhangtao - 1.10.1-2 -- Gitee