Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bladeRF for openSUSE:Factory checked in at 2025-03-24 13:29:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bladeRF (Old) and /work/SRC/openSUSE:Factory/.bladeRF.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bladeRF" Mon Mar 24 13:29:44 2025 rev:20 rq:1255217 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/bladeRF/bladeRF.changes 2024-11-03 07:18:35.982412260 +0100 +++ /work/SRC/openSUSE:Factory/.bladeRF.new.2696/bladeRF.changes 2025-03-24 13:29:56.154027682 +0100 @@ -1,0 +2,6 @@ +Thu Mar 20 23:53:09 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Added %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bladeRF.spec ++++++ --- /var/tmp/diff_new_pack.IOHe91/_old 2025-03-24 13:29:57.378079067 +0100 +++ /var/tmp/diff_new_pack.IOHe91/_new 2025-03-24 13:29:57.382079235 +0100 @@ -1,7 +1,7 @@ # # spec file for package bladeRF # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2013-2015 Wojciech Kazubski, w...@ire.pw.edu.pl # # All modifications and additions to the file contributed by third parties @@ -35,7 +35,7 @@ Source1: ad9361.tar.xz Patch0: bladeRF-doxygen-no-timestamp.patch Patch1: gcc14-fix-calloc-arg-order.patch -BuildRequires: cmake >= 2.8.4 +BuildRequires: cmake >= 3.5 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -104,13 +104,17 @@ -DENABLE_LIBBLADERF_SYSLOG=ON \ %endif -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/lib%{name} \ - -DBUILD_DOCUMENTATION=ON + -DBUILD_DOCUMENTATION=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install cd host %cmake_install +%check +%ctest + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig