From 55c241507b831bd2825d6e9004339c20a77d8f96 Mon Sep 17 00:00:00 2001 From: sdlzx Date: Tue, 21 Dec 2021 02:58:53 +0000 Subject: [PATCH 1/2] Remove boost dependency console_bridge does not need boost, its dependency is removed long ago. https://github.com/ros/console_bridge/commit/b435362047a3a8427d38dac668c6cb5afc85cbd5 --- console_bridge.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/console_bridge.spec b/console_bridge.spec index 024de7f..7a45c28 100644 --- a/console_bridge.spec +++ b/console_bridge.spec @@ -1,13 +1,12 @@ Name: console_bridge Version: 1.0.0 -Release: 2 +Release: 3 Summary: This is ROS melodic ros_comm's 3rdparty console_bridge License: GPL URL: https://github.com/ros/console_bridge/releases/tag/1.0.0 Source0: https://github.com/ros/console_bridge/archive/1.0.0.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake -BuildRequires: boost-devel %description This is ROS melodic ros_comm's 3rdparty console_bridge. @@ -36,6 +35,9 @@ find %{buildroot} -type f -name 'libconsole_bridge.so.1.0' -exec strip '{}' \; %changelog +* Tue Dec 21 2021 sdlzx - 1.0.0-3 +- Remove boost dependency + * Tue Sep 07 2021 lingsheng - 1.0.0-2 - Strip dynamic library From ef6ff0d49a6038a8d2fd05b564947b80da8f6edd Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Tue, 26 Jul 2022 07:09:09 +0000 Subject: [PATCH 2/2] License compliance rectification --- console_bridge.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/console_bridge.spec b/console_bridge.spec index 7a45c28..2901f0f 100644 --- a/console_bridge.spec +++ b/console_bridge.spec @@ -1,8 +1,8 @@ Name: console_bridge Version: 1.0.0 -Release: 3 +Release: 4 Summary: This is ROS melodic ros_comm's 3rdparty console_bridge -License: GPL +License: BSD-3-Clause URL: https://github.com/ros/console_bridge/releases/tag/1.0.0 Source0: https://github.com/ros/console_bridge/archive/1.0.0.tar.gz BuildRequires: gcc-c++ @@ -35,6 +35,9 @@ find %{buildroot} -type f -name 'libconsole_bridge.so.1.0' -exec strip '{}' \; %changelog +* Tue Jul 26 2022 Chenyx - 1.0.0-4 +- License compliance rectification + * Tue Dec 21 2021 sdlzx - 1.0.0-3 - Remove boost dependency