Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package squirrel for openSUSE:Factory checked in at 2025-03-26 21:22:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squirrel (Old) and /work/SRC/openSUSE:Factory/.squirrel.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squirrel" Wed Mar 26 21:22:40 2025 rev:16 rq:1256202 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/squirrel/squirrel.changes 2024-03-01 23:38:21.527433009 +0100 +++ /work/SRC/openSUSE:Factory/.squirrel.new.2696/squirrel.changes 2025-03-26 21:25:07.258742598 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 14:42:57 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declaration, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squirrel.spec ++++++ --- /var/tmp/diff_new_pack.RWKcdg/_old 2025-03-26 21:25:07.822766007 +0100 +++ /var/tmp/diff_new_pack.RWKcdg/_new 2025-03-26 21:25:07.826766173 +0100 @@ -30,7 +30,6 @@ Release: 0 Summary: A high level imperative/OO programming language License: MIT -Group: Development/Languages/Other URL: https://squirrel-lang.org/ Source: https://downloads.sourceforge.net/squirrel/squirrel_%{tarver}_stable.tar.gz Source1: squirrel-config.cmake.in @@ -39,7 +38,7 @@ Patch1: c++11.patch # Generated from S:10 in %%prep, so update that if patch no longer applies Patch10: sover.patch -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: sed @@ -89,7 +88,8 @@ %build %cmake \ -DDISABLE_STATIC=1 \ - -DLONG_OUTPUT_NAMES=1 + -DLONG_OUTPUT_NAMES=1 \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make %{?_smp_mflags} %install @@ -99,6 +99,9 @@ ln -s /usr/bin/squirrel3 %{buildroot}%{_bindir}/sqrl %endif +%check +%ctest + %post -n libsquirrel%{sover} -p /sbin/ldconfig %postun -n libsquirrel%{sover} -p /sbin/ldconfig