Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package soapy-airspy for openSUSE:Factory 
checked in at 2026-09-01 15:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/soapy-airspy (Old)
 and      /work/SRC/openSUSE:Factory/.soapy-airspy.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "soapy-airspy"

Tue Sep  1 15:47:07 2026 rev:8 rq:1374752 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/soapy-airspy/soapy-airspy.changes        
2025-03-31 11:40:02.952376471 +0200
+++ /work/SRC/openSUSE:Factory/.soapy-airspy.new.1265/soapy-airspy.changes      
2026-09-01 15:48:05.830213268 +0200
@@ -1,0 +2,8 @@
+Sun Aug 30 18:48:51 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Add Requires: soapy-sdr - the automatic soname dep covers only
+  libSoapySDR, so nothing pulls in SoapySDRUtil for probing an
+  installed module.
+- Use %cmake_build instead of a bare make call, small spec cleanup.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ soapy-airspy.spec ++++++
--- /var/tmp/diff_new_pack.Ncrbhl/_old  2026-09-01 15:48:06.922251366 +0200
+++ /var/tmp/diff_new_pack.Ncrbhl/_new  2026-09-01 15:48:06.929251611 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package soapy-airspy
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2017-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,7 +29,7 @@
 Source:         
https://github.com/pothosware/SoapyAirspy/archive/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SoapySDR)
 BuildRequires:  pkgconfig(libairspy)
 
@@ -39,6 +39,8 @@
 
 %package -n %{soapy_modname}
 Summary:        SoapySDR Airspy module
+# soname dep covers libSoapySDR only - also pull SoapySDRUtil
+Requires:       soapy-sdr
 
 %description -n %{soapy_modname}
 Soapy Airspy - Airspy device support for Soapy SDR.
@@ -48,8 +50,9 @@
 %setup -q -n SoapyAirspy-%{name}-%{version}
 
 %build
+# upstream CMakeLists still declares cmake_minimum_required < 3.5
 %cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
-make VERBOSE=1 %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install

Reply via email to