Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package airspy for openSUSE:Factory checked in at 2025-03-24 13:29:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/airspy (Old) and /work/SRC/openSUSE:Factory/.airspy.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "airspy" Mon Mar 24 13:29:46 2025 rev:8 rq:1255222 version:1.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/airspy/airspy.changes 2021-04-26 16:40:22.390149351 +0200 +++ /work/SRC/openSUSE:Factory/.airspy.new.2696/airspy.changes 2025-03-24 13:30:00.322202662 +0100 @@ -1,0 +2,6 @@ +Thu Mar 20 21:45:48 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ airspy.spec ++++++ --- /var/tmp/diff_new_pack.mXmYmn/_old 2025-03-24 13:30:01.410248337 +0100 +++ /var/tmp/diff_new_pack.mXmYmn/_new 2025-03-24 13:30:01.410248337 +0100 @@ -1,7 +1,7 @@ # # spec file for package airspy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2014 Wojciech Kazubski, w...@ire.pw.edu.pl # # All modifications and additions to the file contributed by third parties @@ -28,7 +28,7 @@ URL: http://www.airspy.com #Git-Clone: https://github.com/airspy/airspyone_host.git Source: https://github.com/airspy/airspyone_host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake >= 2.8 +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: ninja BuildRequires: pkgconfig @@ -68,7 +68,8 @@ %build %define __builder ninja %cmake \ - -DINSTALL_UDEV_RULES=ON + -DINSTALL_UDEV_RULES=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install @@ -78,6 +79,9 @@ mkdir -p %{buildroot}%{_udevrulesdir} mv %{buildroot}%{_sysconfdir}/udev/rules.d/52-airspy.rules %{buildroot}%{_udevrulesdir} +%check +%ctest + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig