From e41f001e10b3702979a7a0fa2de28801b3edfc538dbca7e6f0aa451849dfcc1e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 22 Apr 2021 15:24:38 +0000 Subject: [PATCH] Accepting request 884362 from home:susnux:branches:games MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.2.3: * PlayerList for Lobby games shows players with correct color * Fix for hi-res Linux jdk-11 that sometimes uses display density instead of scale * Now works for gtk dark theme * Auto-Defend now happens on the server for Lobby Multiplayer * Map Editor shows rectangle for country that is used on cards * SwingGUI: Options and AI speed setting put into same Options Dialog * max players can be changed in game.ini config file * MapEditor: fixed zoom to keep the mouse position on map static * SwingGUI: testing tab, show player for online games * Can create private games online with a password to enter * Can view cards and missions even when it is not your turn * Filter online game maps by Michiel Pater * Do not show dice statistics for turns when the player rolled no dice * French text update by Adrien Laugueux * Can Flag 🚩 a game as inappropriate with right click menu option * MapEditor: checks for overlapping circles * MapEditor: warning on no cards in map OBS-URL: https://build.opensuse.org/request/show/884362 OBS-URL: https://build.opensuse.org/package/show/games/domination?expand=0&rev=11 --- Domination_1.2.1.zip | 3 --- Domination_1.2.3.zip | 3 +++ domination.changes | 24 ++++++++++++++++++++++++ domination.spec | 19 ++++++------------- 4 files changed, 33 insertions(+), 16 deletions(-) delete mode 100644 Domination_1.2.1.zip create mode 100644 Domination_1.2.3.zip diff --git a/Domination_1.2.1.zip b/Domination_1.2.1.zip deleted file mode 100644 index 305c9c4..0000000 --- a/Domination_1.2.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdc5bd4b23b3f626b74115e28980096c5ecf2a8c95ae7905522f70198a6a70c1 -size 6654473 diff --git a/Domination_1.2.3.zip b/Domination_1.2.3.zip new file mode 100644 index 0000000..3d9577d --- /dev/null +++ b/Domination_1.2.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b2526048123cc838eec1dc96f594b7ae16fce95757fdaadbaaac07a4531a7d +size 8006055 diff --git a/domination.changes b/domination.changes index 84a1690..53099b1 100644 --- a/domination.changes +++ b/domination.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Apr 11 02:06:14 UTC 2021 - Ferdinand Thiessen + +- Update to 1.2.3: + * PlayerList for Lobby games shows players with correct color + * Fix for hi-res Linux jdk-11 that sometimes uses display density + instead of scale + * Now works for gtk dark theme + * Auto-Defend now happens on the server for Lobby Multiplayer + * Map Editor shows rectangle for country that is used on cards + * SwingGUI: Options and AI speed setting put into same Options + Dialog + * max players can be changed in game.ini config file + * MapEditor: fixed zoom to keep the mouse position on map static + * SwingGUI: testing tab, show player for online games + * Can create private games online with a password to enter + * Can view cards and missions even when it is not your turn + * Filter online game maps by Michiel Pater + * Do not show dice statistics for turns when the player rolled no dice + * French text update by Adrien Laugueux + * Can Flag 🚩 a game as inappropriate with right click menu option + * MapEditor: checks for overlapping circles + * MapEditor: warning on no cards in map + ------------------------------------------------------------------- Fri Mar 27 14:21:59 UTC 2020 - Christophe Giboudeaux diff --git a/domination.spec b/domination.spec index ce2912f..0a7d3da 100644 --- a/domination.spec +++ b/domination.spec @@ -1,7 +1,7 @@ # # spec file for package domination # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: domination -Version: 1.2.1 +Version: 1.2.3 Release: 0 Summary: Board game that is a bit like the well known game Risk License: GPL-3.0-only @@ -31,15 +31,12 @@ Source4: %{name}-SwingGUI.sh Source5: %{name}.desktop Source6: %{name}.png BuildRequires: dos2unix -BuildRequires: java-devel >= 1.6.0 +BuildRequires: fdupes BuildRequires: unzip +BuildRequires: update-desktop-files Requires: %{name}-data Requires: jre >= 1.6.0 BuildArch: noarch -%if 0%{?suse_version} -BuildRequires: fdupes -BuildRequires: update-desktop-files -%endif %description Domination is a board game that is a bit like the well known game Risk. @@ -80,17 +77,13 @@ cp -a maps %{buildroot}%{_datadir}/%{name}/ for f in *.jar *.htm *.txt *.ini ; do install -Dm 0644 "$f" %{buildroot}%{_datadir}/%{name} done - # install icon install -Dm 0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/%{name}.png - # install Desktop file install -Dm 0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/%{name}.desktop -%if 0%{?suse_version} - %suse_update_desktop_file %{name} - %fdupes -s %{buildroot}%{_prefix} -%endif +%suse_update_desktop_file %{name} +%fdupes -s %{buildroot}%{_prefix} %files %{_bindir}/%{name}-*GUI