Hello community,

here is the log from the commit of package 7kaa for openSUSE:Leap:15.2 checked 
in at 2020-04-05 17:07:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/7kaa (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.7kaa.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "7kaa"

Sun Apr  5 17:07:22 2020 rev:10 rq:789993 version:2.15.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/7kaa/7kaa.changes      2020-01-15 
14:44:13.645154166 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.7kaa.new.3248/7kaa.changes    2020-04-05 
17:07:30.406241258 +0200
@@ -1,0 +2,57 @@
+Fri Mar 27 09:34:45 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 2.15.3. Changes since 2.15.2:
+  * Fixed corrupt characters and fields in various in game messages.
+  * Improved translation support.
+  * Updated translations.
+  * Added some UI improvements.
+  * Fixed some crashing issues related to spies.
+  * Standardized on FPU code generation for better cross-platform
+    compatibility.
+  * Added more advanced config options.
+  * Improved manual.
+  * Added key binding support.
+  * Prevented chat keystrokes registering as a hotkey too.
+  * Fixed sometimes hiring wrong unit in the inn.
+  * Added scenario advanced config presets to restore default
+    scenario game play to original game design parameters.
+  * Ensure screen redraw when dropping spy identity.
+  * Improved alternate font set.
+  * Added scroll button for long tutor messages.
+  * Removed gong sound for unsent AI diplomatic messages.
+  * Re-enabled AI ability to request direct military aid;
+    expect allied AI to work together on defending now.
+  * Removed uninitialized parameter in Caravan CRC check.
+  * Removed improper variable-size cast, causing incorrect
+    action processing on 64-bit platforms.
+  * Correct replay initialization for weather sync.
+
+-------------------------------------------------------------------
+Tue Feb 19 20:32:22 UTC 2019 - Matthias Eliasson <[email protected]>
+
+- Update to 2.15.1 
+  * Fixed desync on mobilizing workers.
+  * Fixed desync on troop sortie, by making troop sorting deterministic.
+  * Fixed desync on AI attack planning, by making AI fort sorting 
deterministic.
+  * Fixed error that caused multiplayer save files appear out of sync.
+  * Changed the Button class to not block on holding down the mouse button,
+    smoothing multiplayer games when alot of clicking may be happening.
+  * Prevent mobilizing foreign workers from your Firms, however they may be
+    fired back to their home town.
+  * Only enable mobilize worker button when the firm is staffed with 
non-foreign
+    workers.
+  * Prefer IPv4 addressing for 7kfans.com match-making.
+  * Fixed ambiguity in some translations.
+  * Repack structures for Crc checking due to pointer sizing.
+  * Improved cross-compilation and platform support.
+  * Uppercased the data and user files, as they are supported in the code,
+    maintaining consistency and without needing to guess case.
+  * Fixed missing Fryhtan encyclopedia picture on some systems.
+  * Fixed observation mode visibility when playing a replay.
+  * Added support for center and right paragraph justification.
+  * Packagers please note that the music files must be in upper-case now, see
+    the latest download for the music.
+- Clean with spec-cleaner
+- Make sure we recommend new 7kaa-music version
+
+-------------------------------------------------------------------

Old:
----
  7kaa-2.14.7.tar.xz

New:
----
  7kaa-2.15.3.tar.xz

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

Other differences:
------------------
++++++ 7kaa.spec ++++++
--- /var/tmp/diff_new_pack.FtNi6a/_old  2020-04-05 17:07:31.070241966 +0200
+++ /var/tmp/diff_new_pack.FtNi6a/_new  2020-04-05 17:07:31.070241966 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package 7kaa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,32 @@
 # 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/
 #
 
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:           7kaa
-Version:        2.14.7
+Version:        2.15.3
 Release:        0
 Summary:        Seven Kingdoms: Ancient Adversaries
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Amusements/Games/Strategy/Real Time
-Url:            http://7kfans.com/
+URL:            http://7kfans.com/
 Source0:        
https://github.com/the3dfxdude/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:        %{name}.png
 Source2:        %{name}.desktop
 # PATCH-FIX-UPSTREAM - gcc6_char_cast.patch -- 
https://github.com/the3dfxdude/7kaa/issues/63
 Patch0:         gcc6_char_cast.patch
 BuildRequires:  curl-devel
-BuildRequires:  enet-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  openal-soft-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(libenet)
+BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(sdl2)
-Recommends:     %{name}-music
+Recommends:     %{name}-music >= 20181228
 
 %description
 Seven Kingdoms made departures from the traditional real-time strategy models
@@ -76,9 +76,14 @@
 
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
+%find_lang %{name}
 
-%files
-%doc COPYING README
+# remove duplicate COPYING file
+rm -f %{buildroot}%{_docdir}/7kaa/COPYING
+
+%files -f %{name}.lang
+%license COPYING
+%doc README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png

++++++ 7kaa-2.14.7.tar.xz -> 7kaa-2.15.3.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/7kaa/7kaa-2.14.7.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.7kaa.new.3248/7kaa-2.15.3.tar.xz differ: char 25, 
line 1



Reply via email to