Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package airspyhf for openSUSE:Factory checked in at 2025-03-24 13:29:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/airspyhf (Old) and /work/SRC/openSUSE:Factory/.airspyhf.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "airspyhf" Mon Mar 24 13:29:46 2025 rev:7 rq:1255219 version:1.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/airspyhf/airspyhf.changes 2024-02-21 17:55:39.989675590 +0100 +++ /work/SRC/openSUSE:Factory/.airspyhf.new.2696/airspyhf.changes 2025-03-24 13:29:58.450124072 +0100 @@ -1,0 +2,6 @@ +Thu Mar 20 21:50:16 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ airspyhf.spec ++++++ --- /var/tmp/diff_new_pack.sa8N87/_old 2025-03-24 13:30:00.106193593 +0100 +++ /var/tmp/diff_new_pack.sa8N87/_new 2025-03-24 13:30:00.110193762 +0100 @@ -1,7 +1,7 @@ # # spec file for package airspyhf # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2017, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -29,7 +29,7 @@ #Git-Clone: https://github.com/airspy/airspyhf.git Source: https://github.com/airspy/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: airspyhf-fix-libm-linking.patch -BuildRequires: cmake >= 2.8 +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(libusb-1.0) @@ -71,7 +71,8 @@ %if 0%{?suse_version} < 1330 -DCMAKE_C_FLAGS=-std=c99 \ %endif - -DINSTALL_UDEV_RULES=ON + -DINSTALL_UDEV_RULES=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make %{?_smp_mflags} %install @@ -81,6 +82,9 @@ mkdir -p %{buildroot}%{_udevrulesdir} mv %{buildroot}%{_sysconfdir}/udev/rules.d/52-airspyhf.rules %{buildroot}%{_udevrulesdir} +%check +%ctest + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig