Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package soapy-uhd for openSUSE:Factory checked in at 2025-09-30 17:43:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soapy-uhd (Old) and /work/SRC/openSUSE:Factory/.soapy-uhd.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soapy-uhd" Tue Sep 30 17:43:30 2025 rev:10 rq:1308179 version:0.4.1git20250213 Changes: -------- --- /work/SRC/openSUSE:Factory/soapy-uhd/soapy-uhd.changes 2025-05-12 16:53:32.636426272 +0200 +++ /work/SRC/openSUSE:Factory/.soapy-uhd.new.11973/soapy-uhd.changes 2025-09-30 17:49:11.394452249 +0200 @@ -1,0 +2,7 @@ +Tue Sep 30 12:03:26 UTC 2025 - Ana Guerrero <[email protected]> + +- Remove BuildRequires on libboost_system-devel, + removed on boost 1.89 (bsc#1249599) + * Patch boost.patch + +------------------------------------------------------------------- New: ---- boost.patch ----------(New B)---------- New: removed on boost 1.89 (bsc#1249599) * Patch boost.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soapy-uhd.spec ++++++ --- /var/tmp/diff_new_pack.Nywbj8/_old 2025-09-30 17:49:11.934475055 +0200 +++ /var/tmp/diff_new_pack.Nywbj8/_new 2025-09-30 17:49:11.934475055 +0200 @@ -1,7 +1,7 @@ # # spec file for package soapy-uhd # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2017-2020, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -29,6 +29,7 @@ URL: https://github.com/pothosware/SoapyUHD/wiki #Git-Clone: https://github.com/pothosware/SoapyUHD.git Source: https://github.com/pothosware/SoapyUHD/archive/%{name}-%{version}.tar.gz +Patch0: boost.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkg-config @@ -37,7 +38,6 @@ %if 0%{?suse_version} > 1500 BuildRequires: libboost_chrono-devel BuildRequires: libboost_date_time-devel -BuildRequires: libboost_system-devel BuildRequires: libboost_thread-devel %endif @@ -59,7 +59,7 @@ A UHD module that supports Soapy devices within the UHD API. %prep -%setup -q -n SoapyUHD +%autosetup -p1 -n SoapyUHD %build # Remove cmake4 error due to not setting ++++++ boost.patch ++++++ --- SoapyUHD/CMakeLists.txt +++ SoapyUHD/CMakeLists.txt @@ -110,7 +110,6 @@ # Although not required on my system, some users have linking issues without SET(BOOST_REQUIRED_COMPONENTS thread - system ) if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")
