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 2025-03-25 22:09:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soapy-hackrf (Old) and /work/SRC/openSUSE:Factory/.soapy-hackrf.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soapy-hackrf" Tue Mar 25 22:09:19 2025 rev:7 rq:1255370 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/soapy-hackrf/soapy-hackrf.changes 2022-12-06 14:25:09.142535832 +0100 +++ /work/SRC/openSUSE:Factory/.soapy-hackrf.new.2696/soapy-hackrf.changes 2025-03-25 22:17:34.643455136 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 15:38:29 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soapy-hackrf.spec ++++++ --- /var/tmp/diff_new_pack.PjqVsi/_old 2025-03-25 22:17:35.099474015 +0100 +++ /var/tmp/diff_new_pack.PjqVsi/_new 2025-03-25 22:17:35.103474181 +0100 @@ -24,11 +24,10 @@ Release: 0 Summary: SoapySDR HackRF module License: MIT -Group: Hardware/Other 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 -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(SoapySDR) @@ -40,7 +39,6 @@ %package -n %{soapy_modname} Summary: SoapySDR HackRF module -Group: System/Libraries %description -n %{soapy_modname} Soapy HackRF - HackRF device support for Soapy SDR. @@ -50,12 +48,15 @@ %setup -q -n SoapyHackRF-%{name}-%{version} %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make VERBOSE=1 %{?_smp_mflags} %install %cmake_install +%check +%ctest + %files -n %{soapy_modname} %license LICENSE %doc Changelog.txt README.md
