From 4833d925cbad0f228f6d911528a97cad4b9cb33160448efc1f793436db0b3ddf Mon Sep 17 00:00:00 2001 From: Christopher Hofmann Date: Mon, 13 Aug 2018 10:36:30 +0000 Subject: [PATCH 1/3] - Update to version 1.06.002 OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=29 --- gnubg-release-1.04.001-sources.tar.gz | 3 --- gnubg-release-1.06.002-sources.tar.gz | 3 +++ gnubg.changes | 5 +++++ gnubg.spec | 12 ++++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 gnubg-release-1.04.001-sources.tar.gz create mode 100644 gnubg-release-1.06.002-sources.tar.gz diff --git a/gnubg-release-1.04.001-sources.tar.gz b/gnubg-release-1.04.001-sources.tar.gz deleted file mode 100644 index 9af48ca..0000000 --- a/gnubg-release-1.04.001-sources.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f48bd4dd8650355acefc97597c972193a370a65e4d4e968b450c1d1ba21458c -size 15024158 diff --git a/gnubg-release-1.06.002-sources.tar.gz b/gnubg-release-1.06.002-sources.tar.gz new file mode 100644 index 0000000..e8c0a73 --- /dev/null +++ b/gnubg-release-1.06.002-sources.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87 +size 13163681 diff --git a/gnubg.changes b/gnubg.changes index f426b3a..5bcb5ec 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 13 10:23:31 UTC 2018 - cwh@suse.com + +- Update to version 1.06.002 + ------------------------------------------------------------------- Tue Jul 24 09:19:57 UTC 2018 - bwiedemann@suse.com diff --git a/gnubg.spec b/gnubg.spec index 03e660e..9f6f979 100644 --- a/gnubg.spec +++ b/gnubg.spec @@ -1,7 +1,7 @@ # # spec file for package gnubg # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2003 Achim Mueller, Germany. # Updated by Christopher Hofmann in 2010 # @@ -19,10 +19,10 @@ Name: gnubg -Version: 1.04.001 +Version: 1.06.002 Release: 0 Summary: Plays and analyzes backgammon games and matches on a world class level -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Amusements/Games/Board/Other Url: http://www.gnubg.org Source: http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz @@ -74,7 +74,7 @@ players there and is gradually improving. %package databases Summary: Bearoff databases for gnubg -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Amusements/Games/Board/Other Requires: %{name} = %{version} @@ -85,7 +85,7 @@ according to the documentation. %package sounds Summary: Sounds for gnubg -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Amusements/Games/Board/Other Requires: %{name} = %{version} @@ -94,7 +94,7 @@ Sounds for GNU Backgammon. See description of gnubg for more details. %package doc Summary: Documentation for gnubg -License: GFDL-1.3 +License: GFDL-1.3-only Group: Amusements/Games/Board/Other %description doc From b0f4a90f45a6f4b12bdb98d3912057966be4b003a23e2393fbd1843d4195e260 Mon Sep 17 00:00:00 2001 From: Christopher Hofmann Date: Mon, 13 Aug 2018 13:31:37 +0000 Subject: [PATCH 2/3] + fixed export and import of .mat files containing beavers. Such files from JellyFish, Snowie and XG should import but not the flawed ones created by earlier versions of GNUbg (use .sgf files in this case). If exporting from GNUbg to other software, note that the latter may not support raccoons or further redoubles and may assume that beavers cannot be dropped. + due to different versions of the GTK graphical libraries, the look of the GUI is slightly different from that of the previous versions. + the minor version of the Python interpreter is different (major version is unchanged at 2.7). Python modules included with GNUbg may differ in more significant ways. Includes changes from 1.05.000: + upgrade of the random.org code to support https protocol OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=30 --- gnubg.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gnubg.changes b/gnubg.changes index 5bcb5ec..d71feb4 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -2,6 +2,20 @@ Mon Aug 13 10:23:31 UTC 2018 - cwh@suse.com - Update to version 1.06.002 + + fixed export and import of .mat files containing beavers. Such files + from JellyFish, Snowie and XG should import but not the flawed ones + created by earlier versions of GNUbg (use .sgf files in this case). + If exporting from GNUbg to other software, note that the latter may + not support raccoons or further redoubles and may assume that beavers + cannot be dropped. + + due to different versions of the GTK graphical libraries, the look of + the GUI is slightly different from that of the previous versions. + + the minor version of the Python interpreter is different (major + version is unchanged at 2.7). Python modules included with GNUbg may + differ in more significant ways. + + Includes changes from 1.05.000: + + upgrade of the random.org code to support https protocol ------------------------------------------------------------------- Tue Jul 24 09:19:57 UTC 2018 - bwiedemann@suse.com From 1fde0953648166587ffd0a22f1331e669fc6ecaae38c464b3bcf0e58d565b321 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 23 Aug 2018 12:47:52 +0000 Subject: [PATCH 3/3] Accepting request 629539 from home:jengelh:branches:games - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/629539 OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=31 --- gnubg.changes | 5 +++++ gnubg.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gnubg.changes b/gnubg.changes index d71feb4..11883bb 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 16 10:29:34 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. + ------------------------------------------------------------------- Mon Aug 13 10:23:31 UTC 2018 - cwh@suse.com diff --git a/gnubg.spec b/gnubg.spec index 9f6f979..87a28dc 100644 --- a/gnubg.spec +++ b/gnubg.spec @@ -21,7 +21,7 @@ Name: gnubg Version: 1.06.002 Release: 0 -Summary: Plays and analyzes backgammon games and matches on a world class level +Summary: Backgammon game with analysis tools and neural network AI License: GPL-3.0-or-later Group: Amusements/Games/Board/Other Url: http://www.gnubg.org