Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdogs-sdl for openSUSE:Factory checked in at 2025-03-25 22:10:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdogs-sdl (Old) and /work/SRC/openSUSE:Factory/.cdogs-sdl.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdogs-sdl" Tue Mar 25 22:10:39 2025 rev:28 rq:1255698 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl.changes 2025-03-10 18:07:49.124815931 +0100 +++ /work/SRC/openSUSE:Factory/.cdogs-sdl.new.2696/cdogs-sdl.changes 2025-03-25 22:19:10.399419461 +0100 @@ -1,0 +2,6 @@ +Fri Mar 21 01:39:51 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS on cmake4 +- Remove Group: no longer used for anything + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdogs-sdl.spec ++++++ --- /var/tmp/diff_new_pack.of0hB8/_old 2025-03-25 22:19:11.171451423 +0100 +++ /var/tmp/diff_new_pack.of0hB8/_new 2025-03-25 22:19:11.175451589 +0100 @@ -21,13 +21,12 @@ Release: 0 Summary: Classic overhead run-and-gun game License: BSD-2-Clause AND GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0 -Group: Amusements/Games/Action/Shoot URL: https://cxong.github.io/cdogs-sdl Source: https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz Source1: cdogs-sdl.rpmlintrc Patch0: fix-build.patch Patch1: fix-env-script-interpreter.patch -BuildRequires: cmake >= 3.12 +BuildRequires: cmake >= 3.5 BuildRequires: enet-devel BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -56,7 +55,8 @@ %cmake \ -DCDOGS_BIN_DIR=%{_bindir}/ \ -DCDOGS_DATA_DIR=%{_datadir}/%{name}/ \ - -DUSE_SHARED_ENET=ON + -DUSE_SHARED_ENET=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install