Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package asteroid for openSUSE:Factory 
checked in at 2025-04-17 16:09:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asteroid (Old)
 and      /work/SRC/openSUSE:Factory/.asteroid.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asteroid"

Thu Apr 17 16:09:45 2025 rev:4 rq:1270202 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/asteroid/asteroid.changes        2016-06-07 
23:46:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.asteroid.new.30101/asteroid.changes     
2025-04-20 19:49:54.623734628 +0200
@@ -1,0 +2,7 @@
+Thu Mar 20 22:40:17 UTC 2025 - Shawn Dunn <sfal...@opensuse.org>
+
+- Added -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Added %check section
+- Removed Group:  no longer used
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ asteroid.spec ++++++
--- /var/tmp/diff_new_pack.dv2EVD/_old  2025-04-20 19:49:55.223759599 +0200
+++ /var/tmp/diff_new_pack.dv2EVD/_new  2025-04-20 19:49:55.223759599 +0200
@@ -24,11 +24,10 @@
 Release:        0
 Summary:        Modern version of the classic arcade Game
 License:        GPL-3.0
-Group:          Amusements/Games/Action/Arcade
 Url:            https://chazomaticus.github.io/asteroid/
 Source0:        %{name}-%{version}+git-64869df.tar.bz2
 Source1:        generate-service-file.sh
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
@@ -56,7 +55,8 @@
 
 %build
 # Not works build with %%cmake
-cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}
+cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+        -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 make %{?_smp_mflags}
 
 %install
@@ -65,6 +65,9 @@
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
 
+%check
+%ctest
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README.md

Reply via email to