Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package domination for openSUSE:Factory checked in at 2021-04-24 23:08:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/domination (Old) and /work/SRC/openSUSE:Factory/.domination.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "domination" Sat Apr 24 23:08:28 2021 rev:5 rq:887825 version:1.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/domination/domination.changes 2020-04-02 17:42:34.133359481 +0200 +++ /work/SRC/openSUSE:Factory/.domination.new.12324/domination.changes 2021-04-24 23:09:47.531449025 +0200 @@ -1,0 +2,24 @@ +Sun Apr 11 02:06:14 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- Domination_1.2.1.zip New: ---- Domination_1.2.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ domination.spec ++++++ --- /var/tmp/diff_new_pack.M6T1wR/_old 2021-04-24 23:09:48.123449862 +0200 +++ /var/tmp/diff_new_pack.M6T1wR/_new 2021-04-24 23:09:48.127449868 +0200 @@ -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 @@ 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 @@ 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
