Script 'mail_helper' called by obssrc
Hello community,

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

Package is "soapy-rtlsdr"

Tue Sep  1 15:47:14 2026 rev:10 rq:1374797 version:0.3.3+git20250825.b1f568d

Changes:
--------
--- /work/SRC/openSUSE:Factory/soapy-rtlsdr/soapy-rtlsdr.changes        
2025-03-31 11:40:11.020710794 +0200
+++ /work/SRC/openSUSE:Factory/.soapy-rtlsdr.new.1265/soapy-rtlsdr.changes      
2026-09-01 15:48:13.811491716 +0200
@@ -1,0 +2,22 @@
+Mon Aug 31 06:38:24 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.3.3+git20250825.b1f568d:
+  * 12 commits past the 0.3.3 tag; upstream has no newer release
+  * RTL-SDR Blog V4 now reports a 0 Hz - 1764 MHz tuning range
+    instead of the generic 24 MHz floor, keyed on the USB
+    manufacturer/product strings (untested here, needs the dongle)
+  * Optional PLL dithering control; compiled out against Factory's
+    librtlsdr 2.0.3, which has no rtlsdr_set_dithering
+  * Fix time/tick tracking, uninitialised tunerGain and a missing
+    <cstring> include; list testmode in ArgInfoList
+  * cmake_minimum_required raised to 2.8.12...3.10, still under 3.5,
+    so the CMAKE_POLICY_VERSION_MINIMUM workaround stays
+- Pin the snapshot with obs_scm; '+git' so it sorts above 0.3.3
+- Add Requires: soapy-sdr - the automatic soname dep covers only
+  libSoapySDR, so nothing pulls in SoapySDRUtil for probing an
+  installed module
+- Spec cleanup: declare the SoapySDR >= 0.4.0 floor that
+  CMakeLists checks for, point URL at the repo rather than the
+  wiki, pkg-config -> pkgconfig, copyright header
+
+-------------------------------------------------------------------

Old:
----
  soapy-rtl-sdr-0.3.3.tar.gz

New:
----
  _service
  soapy-rtlsdr-0.3.3+git20250825.b1f568d.obscpio
  soapy-rtlsdr.obsinfo

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

Other differences:
------------------
++++++ soapy-rtlsdr.spec ++++++
--- /var/tmp/diff_new_pack.YtWkS6/_old  2026-09-01 15:48:14.449513975 +0200
+++ /var/tmp/diff_new_pack.YtWkS6/_new  2026-09-01 15:48:14.451514045 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package soapy-rtlsdr
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,19 +19,18 @@
 
 %define soapy_modver 0.8-3
 %define soapy_modname soapysdr%{soapy_modver}-module-rtlsdr
-
 Name:           soapy-rtlsdr
-Version:        0.3.3
+Version:        0.3.3+git20250825.b1f568d
 Release:        0
 Summary:        SoapySDR RTL-SDR support module
 License:        MIT
-URL:            https://github.com/pothosware/SoapyRTLSDR/wiki
-#Git-Clone:     https://github.com/pothosware/SoapyRTLSDR.git
-Source:         
https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-%{version}.tar.gz
+URL:            https://github.com/pothosware/SoapyRTLSDR
+Source:         %{name}-%{version}.tar.zst
 BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(SoapySDR)
+BuildRequires:  pkgconfig
+# CMakeLists.txt: find_package(SoapySDR "0.4.0" NO_MODULE REQUIRED)
+BuildRequires:  pkgconfig(SoapySDR) >= 0.4.0
 BuildRequires:  pkgconfig(librtlsdr)
 
 %description
@@ -40,15 +39,18 @@
 
 %package -n %{soapy_modname}
 Summary:        SoapySDR RTL-SDR support module
+# soname dep covers libSoapySDR only - also pull SoapySDRUtil
+Requires:       soapy-sdr
 
 %description -n %{soapy_modname}
 Soapy RTL-SDR - RTL-SDR device support for Soapy SDR.
 A Soapy module that supports RTL-SDR devices within the Soapy API.
 
 %prep
-%setup -q -n SoapyRTLSDR-soapy-rtl-sdr-%{version}
+%autosetup -n %{name}-%{version}
 
 %build
+# upstream CMakeLists still declares cmake_minimum_required < 3.5
 %cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="manual">
    <param name="url">https://github.com/pothosware/SoapyRTLSDR.git</param>
    <param name="scm">git</param>
    <!-- pin master past soapy-rtl-sdr-0.3.3: RTL-SDR Blog V4 tuning range is 
unreleased -->
    <param name="revision">b1f568d1b57cc973a1d2ee49be68d0d748d164e4</param>
    <!-- '+git' not '~git': this snapshot is AFTER 0.3.3 and must sort above it 
-->
    <param name="versionformat">0.3.3+git%cd.%h</param>
    <param name="exclude">.git*</param>
    <param name="filename">soapy-rtlsdr</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="set_version" mode="buildtime"/>
</services>

++++++ soapy-rtlsdr.obsinfo ++++++
name: soapy-rtlsdr
version: 0.3.3+git20250825.b1f568d
mtime: 1756111534
commit: b1f568d1b57cc973a1d2ee49be68d0d748d164e4

Reply via email to