Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package soapy-hackrf for openSUSE:Factory checked in at 2026-09-01 15:47:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soapy-hackrf (Old) and /work/SRC/openSUSE:Factory/.soapy-hackrf.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soapy-hackrf" Tue Sep 1 15:47:11 2026 rev:9 rq:1374796 version:0.3.4+git20251009.143ff5e Changes: -------- --- /work/SRC/openSUSE:Factory/soapy-hackrf/soapy-hackrf.changes 2025-03-31 11:40:09.648653941 +0200 +++ /work/SRC/openSUSE:Factory/.soapy-hackrf.new.1265/soapy-hackrf.changes 2026-09-01 15:48:12.695452780 +0200 @@ -1,0 +2,19 @@ +Mon Aug 31 06:35:52 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 0.3.4+git20251009.143ff5e: + * setBandwidth no longer rounds the request through + hackrf_compute_baseband_filter_bw, and setSampleRate no longer + overrides it + * hackrf_set_amp_enable() is now actually called - it was gated on + the device already streaming in that direction + * closeStream() deactivates the stream first + * cmake_minimum_required is now a 2.8.12...3.10 range, so the + CMAKE_POLICY_VERSION_MINIMUM workaround is dropped +- Switch to a pinned master snapshot via _service (tar_scm, pinned + sha): the 0.3.4 tag is from 2022-01 and predates the fixes above. +- 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. + +------------------------------------------------------------------- Old: ---- soapy-hackrf-0.3.4.tar.gz New: ---- _service soapy-hackrf-0.3.4+git20251009.143ff5e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soapy-hackrf.spec ++++++ --- /var/tmp/diff_new_pack.w8ly4i/_old 2026-09-01 15:48:13.424478214 +0200 +++ /var/tmp/diff_new_pack.w8ly4i/_new 2026-09-01 15:48:13.425478249 +0200 @@ -1,7 +1,7 @@ # # spec file for package soapy-hackrf # -# 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 @@ -20,13 +20,13 @@ %define soapy_modver 0.8-3 %define soapy_modname soapysdr%{soapy_modver}-module-hackrf Name: soapy-hackrf -Version: 0.3.4 +Version: 0.3.4+git20251009.143ff5e Release: 0 Summary: SoapySDR HackRF module License: MIT URL: https://github.com/pothosware/SoapyHackRF/wiki #Git-Clone: https://github.com/pothosware/SoapyHackRF.git -Source: https://github.com/pothosware/SoapyHackRF/archive/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -39,17 +39,19 @@ %package -n %{soapy_modname} Summary: SoapySDR HackRF module +# soname dep covers libSoapySDR only - also pull SoapySDRUtil +Requires: soapy-sdr %description -n %{soapy_modname} Soapy HackRF - HackRF device support for Soapy SDR. A Soapy module that supports HackRF devices within the Soapy API. %prep -%setup -q -n SoapyHackRF-%{name}-%{version} +%setup -q %build -%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -make VERBOSE=1 %{?_smp_mflags} +%cmake +%cmake_build %install %cmake_install ++++++ _service ++++++ <services> <service name="tar_scm" mode="manual"> <param name="url">https://github.com/pothosware/SoapyHackRF.git</param> <param name="scm">git</param> <!-- master, pinned; last tag 0.3.4 predates the bandwidth/amp fixes --> <param name="revision">143ff5e7e0f786e341df8846c04e8273c5183c26</param> <param name="changesgenerate">disable</param> <param name="filename">soapy-hackrf</param> <!-- bump the 0.3.4 prefix by hand when upstream finally tags --> <param name="versionformat">0.3.4+git%cd.%h</param> </service> <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="manual"> <param name="basename">soapy-hackrf</param> </service> </services>
