Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gr-osmosdr for openSUSE:Factory 
checked in at 2025-10-08 18:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gr-osmosdr (Old)
 and      /work/SRC/openSUSE:Factory/.gr-osmosdr.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gr-osmosdr"

Wed Oct  8 18:14:02 2025 rev:5 rq:1309455 version:0.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gr-osmosdr/gr-osmosdr.changes    2025-05-22 
16:56:31.433037233 +0200
+++ /work/SRC/openSUSE:Factory/.gr-osmosdr.new.11973/gr-osmosdr.changes 
2025-10-08 18:15:20.800481877 +0200
@@ -1,0 +2,8 @@
+Sat Oct  4 16:45:37 UTC 2025 - Wojciech Kazubski <[email protected]>
+
+- Remove BuildRequires on libboost_system-devel for Tumbleweed,
+   removed on boost 1.89 (bsc#1250594)
+- Add patch gr-osmosdr-remove-boost_system.patch to fix build with 
+  boost 1.89
+
+-------------------------------------------------------------------

New:
----
  gr-osmosdr-remove-boost_system.patch

----------(New B)----------
  New:   removed on boost 1.89 (bsc#1250594)
- Add patch gr-osmosdr-remove-boost_system.patch to fix build with 
  boost 1.89
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gr-osmosdr.spec ++++++
--- /var/tmp/diff_new_pack.pmN8Co/_old  2025-10-08 18:15:24.040617849 +0200
+++ /var/tmp/diff_new_pack.pmN8Co/_new  2025-10-08 18:15:24.044618017 +0200
@@ -30,6 +30,7 @@
 URL:            https://sdr.osmocom.org/trac/wiki/GrOsmoSDR
 #Git-Clone:     https://git.osmocom.org/gr-osmosdr
 Source:         %{name}-%{version}.tar.gz
+Patch1:         gr-osmosdr-remove-boost_system.patch
 BuildRequires:  airspy-devel
 BuildRequires:  airspyhf-devel
 BuildRequires:  bladeRF-devel
@@ -44,7 +45,6 @@
 BuildRequires:  libboost_atomic-devel
 BuildRequires:  libboost_chrono-devel
 BuildRequires:  libboost_date_time-devel
-BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_thread-devel
 BuildRequires:  libgnuradio-funcube-devel
 BuildRequires:  libgnuradio-iqbalance-devel
@@ -117,6 +117,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %if 0%{with_sdrplay}
 tar -xzf %{SOURCE1}

++++++ gr-osmosdr-remove-boost_system.patch ++++++
diff -up gr-osmosdr-0.2.6/CMakeLists.txt.aaaa gr-osmosdr-0.2.6/CMakeLists.txt
--- gr-osmosdr-0.2.6/CMakeLists.txt.aaaa        2025-10-03 00:45:30.887536013 
+0200
+++ gr-osmosdr-0.2.6/CMakeLists.txt     2025-10-03 00:45:39.644529788 +0200
@@ -119,7 +119,7 @@ endif()
 ########################################################################
 # Find boost
 ########################################################################
-find_package(Boost "1.65" REQUIRED chrono thread system)
+find_package(Boost "1.65" REQUIRED chrono thread)
 
 if(NOT Boost_FOUND)
     message(FATAL_ERROR "Boost required to compile osmosdr")

Reply via email to