Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package warzone2100 for openSUSE:Factory 
checked in at 2025-05-08 20:40:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/warzone2100 (Old)
 and      /work/SRC/openSUSE:Factory/.warzone2100.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "warzone2100"

Thu May  8 20:40:01 2025 rev:40 rq:1275635 version:4.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/warzone2100/warzone2100.changes  2024-11-19 
22:16:37.391734896 +0100
+++ /work/SRC/openSUSE:Factory/.warzone2100.new.30101/warzone2100.changes       
2025-05-08 20:40:06.108782914 +0200
@@ -1,0 +2,6 @@
+Wed May  7 12:19:50 UTC 2025 - Simon Lees <sfl...@suse.de>
+
+- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
+  minimum version warnings
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ warzone2100.spec ++++++
--- /var/tmp/diff_new_pack.kucYoZ/_old  2025-05-08 20:40:07.908858047 +0200
+++ /var/tmp/diff_new_pack.kucYoZ/_new  2025-05-08 20:40:07.912858214 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package warzone2100
 #
-# 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
@@ -118,6 +118,9 @@
 find .  -name '*.cpp' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
+# Remove cmake4 error due to not setting
+# min cmake version - sflees.de
+export CMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake .. \
 %if %{without vulkan}
         -DWZ_ENABLE_BACKEND_VULKAN=Off \
@@ -142,6 +145,7 @@
 %fdupes %{buildroot}%{_datadir}
 
 %files -f %{name}.lang
+
 %files -f %{name}_guide.lang
 %license COPYING COPYING.NONGPL COPYING.README
 %doc %{_docdir}/%{name}

Reply via email to