Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alure for openSUSE:Factory checked in at 2025-04-17 16:09:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alure (Old) and /work/SRC/openSUSE:Factory/.alure.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alure" Thu Apr 17 16:09:47 2025 rev:6 rq:1270203 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/alure/alure.changes 2024-02-15 21:03:00.329509664 +0100 +++ /work/SRC/openSUSE:Factory/.alure.new.30101/alure.changes 2025-04-20 19:49:25.610527614 +0200 @@ -1,0 +2,6 @@ +Thu Mar 20 22:01:15 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alure.spec ++++++ --- /var/tmp/diff_new_pack.0raJRH/_old 2025-04-20 19:49:26.158550399 +0200 +++ /var/tmp/diff_new_pack.0raJRH/_new 2025-04-20 19:49:26.162550565 +0200 @@ -1,7 +1,7 @@ # # spec file for package alure # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ Patch4: fix-FLUIDSYNTH_CFLAGS.patch Patch5: fix-dumb2.patch Patch6: alure-cmake-3.28.patch -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: ninja BuildRequires: pkgconfig @@ -81,7 +81,8 @@ -DBUILD_STATIC=OFF \ -DDYNLOAD=OFF \ -DMPG123=ON \ - -DMODPLUG=ON + -DMODPLUG=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install @@ -94,6 +95,9 @@ # fix encoding sed -i 's/\r$//' docs/html/javascript/main.js docs/html/styles/1.css +%check +%ctest + %post -n lib%{name}%{sover} -p /sbin/ldconfig %postun -n lib%{name}%{sover} -p /sbin/ldconfig