Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rott for openSUSE:Factory checked in 
at 2023-07-03 17:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rott (Old)
 and      /work/SRC/openSUSE:Factory/.rott.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rott"

Mon Jul  3 17:43:19 2023 rev:2 rq:1096414 version:1.2~git66

Changes:
--------
--- /work/SRC/openSUSE:Factory/rott/rott.changes        2015-07-08 
06:59:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rott.new.13546/rott.changes     2023-07-03 
17:43:25.736945902 +0200
@@ -1,0 +2,6 @@
+Sun Jul  2 11:42:54 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to snapshot 1.2~git66 (99e8523e425c)
+  * Switch from SDL1 to SDL2
+
+-------------------------------------------------------------------

Old:
----
  rott-1.1.2+svn287.tar.xz

New:
----
  rott-1.2~git66.tar.xz

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

Other differences:
------------------
++++++ rott.spec ++++++
--- /var/tmp/diff_new_pack.zSm073/_old  2023-07-03 17:43:26.656951318 +0200
+++ /var/tmp/diff_new_pack.zSm073/_new  2023-07-03 17:43:26.692951530 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rott
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,25 @@
 # 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/
 #
 
 
 Name:           rott
-Version:        1.1.2+svn287
+Version:        1.2~git66
 Release:        0
-Summary:        Icculus SDL port of the Rise of the Triad engine
-License:        GPL-2.0+
+Summary:        SDL port of the Rise of the Triad engine
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/3D/Shoot
-Url:            https://icculus.org/rott/
-
-#SVN-Clone:    svn://svn.icculus.org/rott/trunk/
+URL:            https://icculus.org/rott/
 Source:         %name-%version.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf >= 2.69
 BuildRequires:  automake
+BuildRequires:  c++_compiler
 BuildRequires:  pkg-config
 BuildRequires:  xz
-BuildRequires:  pkgconfig(SDL_mixer) >= 1.2
-BuildRequires:  pkgconfig(sdl) >= 1.2
+BuildRequires:  pkgconfig(SDL2_mixer)
+BuildRequires:  pkgconfig(sdl2)
 
 %description
 The package contains an SDL port of the engine used for the
@@ -46,7 +44,7 @@
 individual collision objects.
 
 %prep
-%setup -qn %name
+%autosetup
 
 %build
 export CFLAGS="%optflags -fno-strict-aliasing"
@@ -56,19 +54,19 @@
 mkdir obj-darkwar
 pushd obj-darkwar/
 %configure --program-suffix=-darkwar
-make %{?_smp_mflags}
+%make_build
 popd
 
 mkdir obj-huntbgin
 pushd obj-huntbgin/
 %configure --enable-shareware --program-suffix=-huntbgin
-make %{?_smp_mflags}
+%make_build
 popd
 
 %install
 b="%buildroot"
-make -C obj-darkwar install DESTDIR="$b"
-make -C obj-huntbgin install DESTDIR="$b"
+%make_install -C obj-darkwar
+%make_install -C obj-huntbgin
 ln -s rott-darkwar "$b/%_bindir/rott"
 mkdir -p "$b/%_datadir/icons/hicolor"/{32x32,scalable}/"apps" \
        "$b/%_datadir/applications"
@@ -80,12 +78,12 @@
 cp -a doc/rott.6 "$b/%_mandir/man6/"
 
 %files
-%defattr(-,root,root)
 %_bindir/rott*
 %_bindir/runrott.sh
 %_mandir/man6/rott.*
 %_datadir/applications/*.desktop
 %_datadir/icons/*
-%doc COPYING README doc/cheats.txt doc/cmdline.txt
+%doc README doc/cheats.txt doc/cmdline.txt
+%license COPYING
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zSm073/_old  2023-07-03 17:43:27.016953438 +0200
+++ /var/tmp/diff_new_pack.zSm073/_new  2023-07-03 17:43:27.048953626 +0200
@@ -1,9 +1,11 @@
 <services>
        <service name="tar_scm" mode="disabled">
-               <param name="scm">svn</param>
-               <param name="url">svn://svn.icculus.org/rott/trunk</param>
+               <param name="scm">git</param>
+               <param 
name="url">https://github.com/fabiangreffrath/rott</param>
                <param name="filename">rott</param>
-               <param name="versionformat">1.1.2+svn%r</param>
+               <param 
name="revision">99e8523e425c35cbfcac3b876ec9cc5dc63558da</param>
+               <param 
name="parent-tag">aede78d6690cc7f62324eaf3ac16cff3e4342734</param>
+               <param name="versionformat">1.2~git@TAG_OFFSET@</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

Reply via email to