Script 'mail_helper' called by obssrc
Hello community,

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

Package is "gr-iqbal"

Wed Oct  8 18:14:04 2025 rev:6 rq:1309456 version:0.39.0git20250425

Changes:
--------
--- /work/SRC/openSUSE:Factory/gr-iqbal/gr-iqbal.changes        2022-03-01 
17:04:23.532346555 +0100
+++ /work/SRC/openSUSE:Factory/.gr-iqbal.new.11973/gr-iqbal.changes     
2025-10-08 18:15:31.324923533 +0200
@@ -1,0 +2,8 @@
+Tue Sep 30 13:35:07 UTC 2025 - Wojciech Kazubski <[email protected]>
+
+-  Remove BuildRequires on libboost_system-devel,
+   removed on boost 1.89 (bsc#1250594)
+-  Add patch gr-iqbal-boost.patch fixing boost module detection
+-  Update to git snapshot 20250425 (minor fixes and doc update)
+
+-------------------------------------------------------------------

Old:
----
  gr-iqbal-0.39.0git20210108.tar.gz

New:
----
  gr-iqbal-0.39.0git20250425.tar.gz
  gr-iqbal-boost.patch

----------(New B)----------
  New:   removed on boost 1.89 (bsc#1250594)
-  Add patch gr-iqbal-boost.patch fixing boost module detection
-  Update to git snapshot 20250425 (minor fixes and doc update)
----------(New E)----------

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

Other differences:
------------------
++++++ gr-iqbal.spec ++++++
--- /var/tmp/diff_new_pack.Oa6m5t/_old  2025-10-08 18:15:33.797027275 +0200
+++ /var/tmp/diff_new_pack.Oa6m5t/_new  2025-10-08 18:15:33.797027275 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gr-iqbal
 #
-# Copyright (c) 2020-2022 SUSE LLC
+# Copyright (c) 2020-2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,25 +20,22 @@
 %define soname 3_9_0
 
 Name:           gr-iqbal
-Version:        0.39.0git20210108
+Version:        0.39.0git20250425
 Release:        0
 Summary:        GNU Radio I/Q balancing
 License:        GPL-2.0-only
 Group:          Productivity/Hamradio/Other
 URL:            https://git.osmocom.org/gr-iqbal/
 Source:         %{name}-%{version}.tar.gz
+Patch0:         gr-iqbal-boost.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gnuradio-devel >= 3.9.0
-BuildRequires:  libboost_atomic-devel
-BuildRequires:  libboost_date_time-devel
-BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_program_options-devel
 BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_test-devel
 BuildRequires:  libboost_thread-devel
 BuildRequires:  libosmo-dsp-devel
@@ -102,6 +99,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch -P 0 -p1
 
 %build
 %cmake \

++++++ gr-iqbal-0.39.0git20210108.tar.gz -> gr-iqbal-0.39.0git20250425.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gr-iqbal/CMakeLists.txt new/gr-iqbal/CMakeLists.txt
--- old/gr-iqbal/CMakeLists.txt 2021-02-04 21:20:26.527854125 +0100
+++ new/gr-iqbal/CMakeLists.txt 2025-10-04 11:43:20.551098635 +0200
@@ -100,7 +100,7 @@
 if(NOT LIBOSMODSP_FOUND)
     message(STATUS "libosmodsp not found, using local checkout")
     set(LIBOSMODSP_SEL_INCLUDE_DIRS ${FFTW3f_INCLUDE_DIRS} 
"${CMAKE_CURRENT_SOURCE_DIR}/libosmo-dsp/include/")
-    set(LIBOSMODSP_SEL_LIBRARIES ${FFTW3f_LIBRARIES})
+    set(LIBOSMODSP_SEL_LIBRARIES m ${FFTW3f_LIBRARIES})
     set(LIBOSMODSP_SEL_SOURCES 
${CMAKE_CURRENT_SOURCE_DIR}/libosmo-dsp/src/cxvec.c 
${CMAKE_CURRENT_SOURCE_DIR}/libosmo-dsp/src/iqbal.c)
 endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gr-iqbal/MANIFEST.md new/gr-iqbal/MANIFEST.md
--- old/gr-iqbal/MANIFEST.md    2021-02-04 21:20:26.771834544 +0100
+++ new/gr-iqbal/MANIFEST.md    2025-10-04 11:43:20.552098553 +0200
@@ -9,8 +9,8 @@
 copyright_owner:
     - Sylvain Munaut <[email protected]>
 license: GPLv3
-gr_supported_version: 3.9
-repo: git://git.osmocom.org/gr-iqbal
+gr_supported_version: 3.9, 3.10, 3.11
+repo: https://gitea.osmocom.org/sdr/gr-iqbal.git
 icon: http://people.osmocom.org/~tnt/stuff/iqbal-icon.png
 ---
 GNU Radio block to correct IQ imbalance in quadrature receivers

++++++ gr-iqbal-boost.patch ++++++
diff -up gr-iqbal/CMakeLists.txt.aaaa gr-iqbal/CMakeLists.txt
--- gr-iqbal/CMakeLists.txt.aaaa        2025-10-04 15:20:11.931862040 +0200
+++ gr-iqbal/CMakeLists.txt     2025-10-04 15:21:12.866274313 +0200
@@ -71,7 +71,7 @@ endif()
 ########################################################################
 # Find boost
 ########################################################################
-find_package(Boost "1.65" REQUIRED system)
+find_package(Boost "1.65" REQUIRED program_options regex thread)
 
 if(NOT Boost_FOUND)
     message(FATAL_ERROR "Boost required to compile iqbalance")

Reply via email to