Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnuradio for openSUSE:Factory checked in at 2025-09-29 20:43:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuradio (Old) and /work/SRC/openSUSE:Factory/.gnuradio.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuradio" Mon Sep 29 20:43:32 2025 rev:74 rq:1307876 version:3.10.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes 2025-03-05 13:42:41.598011871 +0100 +++ /work/SRC/openSUSE:Factory/.gnuradio.new.11973/gnuradio.changes 2025-09-29 20:43:34.171608846 +0200 @@ -1,0 +2,7 @@ +Mon Sep 29 09:11:09 UTC 2025 - Ana Guerrero <[email protected]> + +- Remove BuildRequires on libboost_system-devel, + removed on boost 1.89 (bsc#1250594) + * Add patch boost.patch + +------------------------------------------------------------------- New: ---- boost.patch ----------(New B)---------- New: removed on boost 1.89 (bsc#1250594) * Add patch boost.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuradio.spec ++++++ --- /var/tmp/diff_new_pack.BeKZxL/_old 2025-09-29 20:43:35.007643909 +0200 +++ /var/tmp/diff_new_pack.BeKZxL/_new 2025-09-29 20:43:35.011644076 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnuradio # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ Source99: %{name}-rpmlintrc Patch0: missing_library.patch Patch1: gnuradio-not-install-freedesktop-files.patch +Patch2: boost.patch BuildRequires: alsa-devel BuildRequires: cmake >= 3.16.3 BuildRequires: codec2-devel @@ -46,7 +47,6 @@ BuildRequires: libad9361-iio-devel BuildRequires: libboost_atomic-devel >= 1.69 BuildRequires: libboost_filesystem-devel >= 1.69 -BuildRequires: libboost_system-devel >= 1.69 BuildRequires: libgsm-devel BuildRequires: libiio-devel BuildRequires: libjack-devel @@ -204,6 +204,7 @@ %setup -q %patch -P 0 -p1 %patch -P 1 -p1 -R +%patch -P 2 -p1 # protect the template files from %%cmake macro magic / mangling find gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt -ls -exec mv '{}' '{}.tmpl' \; ++++++ boost.patch ++++++ diff -Nrua gnuradio-3.10.12.0.orig/cmake/Modules/GnuradioConfig.cmake.in gnuradio-3.10.12.0/cmake/Modules/GnuradioConfig.cmake.in --- gnuradio-3.10.12.0.orig/cmake/Modules/GnuradioConfig.cmake.in 2025-02-20 02:23:56.000000000 +0100 +++ gnuradio-3.10.12.0/cmake/Modules/GnuradioConfig.cmake.in 2025-09-29 15:11:20.408983441 +0200 @@ -13,7 +13,7 @@ find_dependency(spdlog) find_dependency(MPLIB) -set(BOOST_REQUIRED_COMPONENTS date_time program_options system regex thread) +set(BOOST_REQUIRED_COMPONENTS date_time program_options regex thread) if(NOT ENABLE_TESTING) set(ENABLE_TESTING diff -Nrua gnuradio-3.10.12.0.orig/cmake/Modules/GrBoost.cmake gnuradio-3.10.12.0/cmake/Modules/GrBoost.cmake --- gnuradio-3.10.12.0.orig/cmake/Modules/GrBoost.cmake 2025-02-20 02:23:56.000000000 +0100 +++ gnuradio-3.10.12.0/cmake/Modules/GrBoost.cmake 2025-09-29 15:22:33.750864668 +0200 @@ -14,7 +14,7 @@ # Setup Boost and handle some system specific things ######################################################################## -set(BOOST_REQUIRED_COMPONENTS date_time program_options system regex thread) +set(BOOST_REQUIRED_COMPONENTS date_time program_options regex thread) if(UNIX AND NOT BOOST_ROOT
