Accepting request 884362 from home:susnux:branches:games
- 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
This commit is contained in:
parent
c39103a49e
commit
e41f001e10
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdc5bd4b23b3f626b74115e28980096c5ecf2a8c95ae7905522f70198a6a70c1
|
|
||||||
size 6654473
|
|
3
Domination_1.2.3.zip
Normal file
3
Domination_1.2.3.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2b2526048123cc838eec1dc96f594b7ae16fce95757fdaadbaaac07a4531a7d
|
||||||
|
size 8006055
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 11 02:06:14 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- 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 <christophe@krop.fr>
|
Fri Mar 27 14:21:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package domination
|
# 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
|
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: domination
|
Name: domination
|
||||||
Version: 1.2.1
|
Version: 1.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Board game that is a bit like the well known game Risk
|
Summary: Board game that is a bit like the well known game Risk
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -31,15 +31,12 @@ Source4: %{name}-SwingGUI.sh
|
|||||||
Source5: %{name}.desktop
|
Source5: %{name}.desktop
|
||||||
Source6: %{name}.png
|
Source6: %{name}.png
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: java-devel >= 1.6.0
|
BuildRequires: fdupes
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
Requires: %{name}-data
|
Requires: %{name}-data
|
||||||
Requires: jre >= 1.6.0
|
Requires: jre >= 1.6.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Domination is a board game that is a bit like the well known game Risk.
|
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
|
for f in *.jar *.htm *.txt *.ini ; do
|
||||||
install -Dm 0644 "$f" %{buildroot}%{_datadir}/%{name}
|
install -Dm 0644 "$f" %{buildroot}%{_datadir}/%{name}
|
||||||
done
|
done
|
||||||
|
|
||||||
# install icon
|
# install icon
|
||||||
install -Dm 0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
install -Dm 0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
# install Desktop file
|
# install Desktop file
|
||||||
install -Dm 0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
install -Dm 0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%suse_update_desktop_file %{name}
|
||||||
%suse_update_desktop_file %{name}
|
%fdupes -s %{buildroot}%{_prefix}
|
||||||
%fdupes -s %{buildroot}%{_prefix}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/%{name}-*GUI
|
%{_bindir}/%{name}-*GUI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user