Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansilove for openSUSE:Factory checked in at 2025-03-24 13:29:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansilove (Old) and /work/SRC/openSUSE:Factory/.ansilove.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansilove" Mon Mar 24 13:29:36 2025 rev:13 rq:1255218 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansilove/ansilove.changes 2023-06-13 16:09:39.954940586 +0200 +++ /work/SRC/openSUSE:Factory/.ansilove.new.2696/ansilove.changes 2025-03-24 13:29:45.941598964 +0100 @@ -1,0 +2,6 @@ +Thu Mar 20 22:10:46 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansilove.spec ++++++ --- /var/tmp/diff_new_pack.Ujh9gd/_old 2025-03-24 13:29:46.905639435 +0100 +++ /var/tmp/diff_new_pack.Ujh9gd/_new 2025-03-24 13:29:46.909639602 +0100 @@ -1,7 +1,7 @@ # # spec file for package ansilove # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2019-2023, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -26,7 +26,7 @@ URL: https://www.ansilove.org #Git-Clone: https://github.com/ansilove/ansilove.git Source: https://github.com/ansilove/ansilove/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: libansilove-devel >= 1.4.0 %description @@ -48,12 +48,15 @@ find examples/ -type f -name "*.ans" -exec sed -i 's/\r$//' {} + %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make %{?_smp_mflags} %install %cmake_install +%check +%ctest + %files %license LICENSE %doc AUTHORS ChangeLog README.md