Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Reaction for 
openSUSE:Factory:NonFree checked in at 2025-01-06 16:03:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/Reaction (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.Reaction.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Reaction"

Mon Jan  6 16:03:54 2025 rev:3 rq:1235141 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/Reaction/Reaction.changes        
2021-01-14 15:03:02.222564112 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.Reaction.new.1881/Reaction.changes      
2025-01-06 16:03:55.346554992 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 12:47:36 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %autosetup macro: allows us to eliminate usage of deprecated
+  %patchN syntax.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Reaction.spec ++++++
--- /var/tmp/diff_new_pack.0QxKbB/_old  2025-01-06 16:03:56.138587685 +0100
+++ /var/tmp/diff_new_pack.0QxKbB/_new  2025-01-06 16:03:56.138587685 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Reaction
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,13 +20,14 @@
 Version:        1.0
 Release:        0
 Summary:        A port of the classic Action Quake 2 to a modified Quake 3 
engine
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Amusements/Games/3D/Shoot
-Url:            http://www.rq3.com
+URL:            https://www.rq3.com
 Source0:        http://download.rq3.com/Reaction-%{version}-source.tar.gz
 Patch0:         Reaction-1.0~beta1-LIBDIR.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg8-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(openal)
@@ -44,13 +45,12 @@
 over realism. Reaction is a port of the classic Action Quake 2 (AQ2) mod.
 
 %prep
-%setup -q -n reaction
-%patch0
+%autosetup -p0 -n reaction
 
 %build
-CFLAGS="${CFLAGS:-%optflags}"; export CFLAGS
-CXXFLAGS="${CXXFLAGS:-%optflags}"; export CXXFLAGS
-make %{?_smp_mflags} \
+CFLAGS="${CFLAGS:-%{optflags}}"; export CFLAGS
+CXXFLAGS="${CXXFLAGS:-%{optflags}}"; export CXXFLAGS
+%make_build \
      DEFAULT_BASEDIR="%{_datadir}/Reaction/" \
      DEFAULT_LIBDIR="%{_libdir}/Reaction/" \
      USE_INTERNAL_SPEEX=0 \
@@ -90,8 +90,8 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog COPYING.txt GPL
+%license COPYING.txt
+%doc ChangeLog GPL
 %{_bindir}/Reaction
 %{_bindir}/Reactionded
 %{_libdir}/Reaction/

Reply via email to