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 2025-03-25 22:09:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soapy-airspy (Old) and /work/SRC/openSUSE:Factory/.soapy-airspy.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soapy-airspy" Tue Mar 25 22:09:21 2025 rev:6 rq:1255372 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/soapy-airspy/soapy-airspy.changes 2021-07-26 17:38:08.638090685 +0200 +++ /work/SRC/openSUSE:Factory/.soapy-airspy.new.2696/soapy-airspy.changes 2025-03-25 22:17:35.835504487 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 15:47:46 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soapy-airspy.spec ++++++ --- /var/tmp/diff_new_pack.2qNwyH/_old 2025-03-25 22:17:36.267522373 +0100 +++ /var/tmp/diff_new_pack.2qNwyH/_new 2025-03-25 22:17:36.267522373 +0100 @@ -24,11 +24,10 @@ Release: 0 Summary: SoapySDR Airspy module License: MIT -Group: Hardware/Other URL: https://github.com/pothosware/SoapyAirspy/wiki #Git-Clone: https://github.com/pothosware/SoapyAirspy.git Source: https://github.com/pothosware/SoapyAirspy/archive/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: pkgconfig(SoapySDR) @@ -40,7 +39,6 @@ %package -n %{soapy_modname} Summary: SoapySDR Airspy module -Group: System/Libraries %description -n %{soapy_modname} Soapy Airspy - Airspy device support for Soapy SDR. @@ -50,12 +48,15 @@ %setup -q -n SoapyAirspy-%{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.txt %doc Changelog.txt README.md