Accepting request 677479 from home:elimat:branches:games

This needs to be submitted with 7kaa-music update to factory.

- 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

OBS-URL: https://build.opensuse.org/request/show/677479
OBS-URL: https://build.opensuse.org/package/show/games/7kaa?expand=0&rev=20
This commit is contained in:
Ferdinand Thiessen 2019-02-20 13:12:36 +00:00 committed by Git OBS Bridge
parent 1911572845
commit 358abe873c
4 changed files with 46 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9425cfb7f11a915e82d4696649db35a4d53969a9479a4705b403206df462e543
size 31342092

3
7kaa-2.15.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84e783cbbf50a34f556f565296aacbdbd5333be289ab4ba1e53ed6e735b67059
size 46699416

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Feb 19 20:32:22 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 4 19:40:35 UTC 2017 - aavindraa@gmail.com Sat Nov 4 19:40:35 UTC 2017 - aavindraa@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package 7kaa # spec file for package 7kaa
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: 7kaa Name: 7kaa
Version: 2.14.7 Version: 2.15.1
Release: 0 Release: 0
Summary: Seven Kingdoms: Ancient Adversaries Summary: Seven Kingdoms: Ancient Adversaries
License: GPL-2.0 License: GPL-2.0-only
Group: Amusements/Games/Strategy/Real Time 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 Source0: https://github.com/the3dfxdude/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
Source1: %{name}.png Source1: %{name}.png
Source2: %{name}.desktop Source2: %{name}.desktop
# PATCH-FIX-UPSTREAM - gcc6_char_cast.patch -- https://github.com/the3dfxdude/7kaa/issues/63 # PATCH-FIX-UPSTREAM - gcc6_char_cast.patch -- https://github.com/the3dfxdude/7kaa/issues/63
Patch0: gcc6_char_cast.patch Patch0: gcc6_char_cast.patch
BuildRequires: curl-devel BuildRequires: curl-devel
BuildRequires: enet-devel
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: openal-soft-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(libenet)
BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sdl2)
Recommends: %{name}-music Recommends: %{name}-music >= 20181228
%description %description
Seven Kingdoms made departures from the traditional real-time strategy models Seven Kingdoms made departures from the traditional real-time strategy models
@ -76,9 +76,14 @@ install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
%suse_update_desktop_file %{name} %suse_update_desktop_file %{name}
%fdupes -s %{buildroot}%{_prefix} %fdupes -s %{buildroot}%{_prefix}
%find_lang %{name}
%files # remove duplicate COPYING file
%doc COPYING README rm -f %{buildroot}%{_docdir}/7kaa/COPYING
%files -f %{name}.lang
%license COPYING
%doc README
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png