Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mirrormagic for openSUSE:Factory 
checked in at 2023-01-30 17:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mirrormagic (Old)
 and      /work/SRC/openSUSE:Factory/.mirrormagic.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mirrormagic"

Mon Jan 30 17:11:00 2023 rev:6 rq:1061967 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mirrormagic/mirrormagic.changes  2022-09-29 
18:13:04.839222845 +0200
+++ /work/SRC/openSUSE:Factory/.mirrormagic.new.32243/mirrormagic.changes       
2023-01-30 17:26:26.905528696 +0100
@@ -1,0 +2,20 @@
+Thu Jan 26 20:33:11 UTC 2023 - Carsten Ziepke <[email protected]>
+
+- Update to version 3.1.0
+  * High score server support – see all your scores and those of
+    others
+  * Multiple player names – separate scores and progress for each
+    familiy member
+  * Improved graphics with Amiga-style color-cycling graphic
+    animations
+  * Includes original title screen and title music
+  * Includes original title story from 1989, accessible from
+    main menu
+- Changed RO_GAME_DIR to BASE_PATH
+- RW_GAME_DIR is no longer used. Games scores are now written to
+  ~/.mirrormagic in user homedir.
+- Drop fix-multiple-definitions.patch and reproducible.patch,
+  both fixed upstream
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  fix-multiple-definitions.patch
  mirrormagic-3.0.0.tar.gz
  reproducible.patch

New:
----
  mirrormagic-3.1.0-linux.tar.gz

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

Other differences:
------------------
++++++ mirrormagic.spec ++++++
--- /var/tmp/diff_new_pack.9n0jZ3/_old  2023-01-30 17:26:27.353531104 +0100
+++ /var/tmp/diff_new_pack.9n0jZ3/_new  2023-01-30 17:26:27.361531147 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mirrormagic
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -17,27 +17,23 @@
 
 
 Name:           mirrormagic
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 Summary:        Puzzle game where you steer a beam of light using mirrors
 License:        GPL-2.0-only
 Group:          Amusements/Games/Logic
 URL:            https://www.artsoft.org/mirrormagic/
-Source0:        
https://www.artsoft.org/RELEASES/unix/%{name}/%{name}-%{version}.tar.gz
+Source0:        
https://www.artsoft.org/RELEASES/unix/%{name}/%{name}-%{version}-linux.tar.gz
 Source1:        %{name}-icons.tar
 Source2:        %{name}.desktop
-# PATCH-FIX-UPSTREAM -- Fix LTO multiple definitions linking issue
-Patch0:         fix-multiple-definitions.patch
-# PATCH-FIX-UPSTREAM -- bmwiedemann emailed author - will be merged
-Patch1:         reproducible.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(SDL2_net)
 BuildRequires:  pkgconfig(sdl2)
-Requires(pre):  group(games) user(games)
 
 %description
 This is a nice little game with color graphics and sound for your
@@ -51,18 +47,16 @@
 
 %prep
 %setup -q -b 1
-%patch0 -p1
-%patch1 -p1
+
 rm -rfv lib mirrormagic
 find . -name "*.orig" -delete
 
 %build
-%make_build sdl2 \
+%make_build \
     PROGBASE=%{name} \
     OPTIONS="%{optflags} -fPIE" \
     EXTRA_LDFLAGS="%{optflags} -pie" \
-    RO_GAME_DIR=%{_datadir}/%{name} \
-    RW_GAME_DIR=%{_localstatedir}/games/%{name}
+    BASE_PATH=%{_datadir}/%{name}
 
 %install
 # install executable
@@ -81,9 +75,7 @@
 done
 
 # install Desktop file
-install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop
-
-install -Dm 755 -d %{buildroot}%{_localstatedir}/games/%{name}/scores
+install -Dm 0644 %{SOURCE2} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
@@ -95,6 +87,5 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/%{name}
-%attr(0775,games,games) %{_localstatedir}/games/%{name}
 
 %changelog

Reply via email to