Hello community,

here is the log from the commit of package edgar for openSUSE:Leap:15.2 checked 
in at 2020-02-19 19:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/edgar (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.edgar.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "edgar"

Wed Feb 19 19:42:46 2020 rev:10 rq:777373 version:1.32

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/edgar/edgar.changes    2020-01-15 
14:53:35.745528409 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.edgar.new.26092/edgar.changes 2020-02-19 
19:43:03.829352544 +0100
@@ -1,0 +2,55 @@
+Sat Sep 21 19:47:49 UTC 2019 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.32
+  * Updated Dutch translation
+  * Fixed an issue with wrong names being displayed in certain
+    dialogs
+
+-------------------------------------------------------------------
+Wed Mar 27 22:28:22 UTC 2019 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.31
+  * Updated game to use SDL2
+  * Updated Esperanto translation
+
+-------------------------------------------------------------------
+Sat Mar  9 20:29:55 UTC 2019 - Sebastien CHAVAUX <seb95.s...@gmail.com>
+
+- Update to version 1.30
+  *Updated Esperanto translation
+  *Updated homepage URL
+
+-------------------------------------------------------------------
+Mon Jul 23 20:48:18 UTC 2018 - mar...@gmx.de
+
+- Introduce subpackages for data and language files
+- Fix URL
+
+-------------------------------------------------------------------
+Sat Jul 21 16:01:06 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.29
+  * Added Indonesian translation
+  * Updated Esperanto translation
+  * Fixed a crash on some systems when determining the localisation
+
+- Update to version 1.28
+  * Updated German, Italian, Japanese, Simplified Chinese, Russian
+    and Ukrainian translations
+  * Fixed a problem where the Gargoyle could freeze if its lance was
+    thrown through a missing bridge section
+
+- Update to version 1.27
+  * Added new music for the Laboratory
+  * Updated German translation
+  * Fixed a problem where Evil Edgar could get blocked by monsters
+    during his first cutscene
+  * Increased the size of the safe dial image
+  * Health potions now restore 5 health points
+  * Boulders spin more realistically
+  * The Gargoyle now hovers lower down during his second phase attack
+  * Fixed a memory leak when saving PNG images
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  edgar-1.26.tar.gz

New:
----
  edgar-1.32.tar.gz

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

Other differences:
------------------
++++++ edgar.spec ++++++
--- /var/tmp/diff_new_pack.EXe4QT/_old  2020-02-19 19:43:05.437355716 +0100
+++ /var/tmp/diff_new_pack.EXe4QT/_new  2020-02-19 19:43:05.441355724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package edgar
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,31 @@
 # 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:           edgar
-Version:        1.26
+Version:        1.32
 Release:        0
 Summary:        2D platform game with a persistent world
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/Action/Arcade
-Url:            http://www.parallelrealities.co.uk/p/legend-of-edgar.html
+URL:            http://www.parallelrealities.co.uk/games/edgar/
 Source0:        
https://github.com/riksweeney/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(SDL_image)
-BuildRequires:  pkgconfig(SDL_mixer)
-BuildRequires:  pkgconfig(SDL_ttf)
-BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(SDL2_image)
+BuildRequires:  pkgconfig(SDL2_mixer)
+BuildRequires:  pkgconfig(SDL2_ttf)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(sdl2)
+Requires:       %{name}-data = %{version}
+Recommends:     %{name}-lang = %{version}
+%lang_package
 
 %description
 The Legend of Edgar is a platform game, not unlike those found on the Amiga and
@@ -46,6 +51,17 @@
 Donning his armour, Edgar sets off to rescue him, but his quest will not be
 easy...
 
+%package data
+Summary:        Architecture independent data for %{name}
+Group:          Amusements/Games/Action/Arcade
+Requires:       %{name} = %{version}
+BuildArch:      noarch
+
+%description data
+This package contains the game data for %{name}.
+It is required to play the game.
+
+
 %prep
 %setup -q
 mv makefile Makefile
@@ -60,20 +76,23 @@
 
 %install
 %make_install
-%find_lang %name
+%find_lang %{name}
 
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
 
-%files -f %name.lang
-%defattr(-,root,root,-)
+%files
 %doc doc/*
-%attr(-,root,games) %{_bindir}/%{name}
-%{_mandir}/man6/%{name}.6%{ext_man}
-%{_datadir}/appdata
+%{_bindir}/%{name}
+%{_mandir}/man6/%{name}.6%{?ext_man}
+%dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/
-%attr(-,root,games) %{_datadir}/%{name}
+
+%files lang -f %{name}.lang
+
+%files data
+%{_datadir}/%{name}
 
 %changelog

++++++ edgar-1.26.tar.gz -> edgar-1.32.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/edgar/edgar-1.26.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.edgar.new.26092/edgar-1.32.tar.gz differ: char 
22, line 2


Reply via email to