forked from pool/gnubg
Accepting request 631112 from games
OBS-URL: https://build.opensuse.org/request/show/631112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnubg?expand=0&rev=12
This commit is contained in:
commit
cfe97b6d91
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f48bd4dd8650355acefc97597c972193a370a65e4d4e968b450c1d1ba21458c
|
|
||||||
size 15024158
|
|
3
gnubg-release-1.06.002-sources.tar.gz
Normal file
3
gnubg-release-1.06.002-sources.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87
|
||||||
|
size 13163681
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Tue Jul 24 09:19:57 UTC 2018 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
14
gnubg.spec
14
gnubg.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnubg
|
# 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.
|
# Copyright (c) 2003 Achim Mueller, Germany.
|
||||||
# Updated by Christopher Hofmann in 2010
|
# Updated by Christopher Hofmann in 2010
|
||||||
#
|
#
|
||||||
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnubg
|
Name: gnubg
|
||||||
Version: 1.04.001
|
Version: 1.06.002
|
||||||
Release: 0
|
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+
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Url: http://www.gnubg.org
|
Url: http://www.gnubg.org
|
||||||
Source: http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz
|
Source: http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz
|
||||||
@ -74,7 +74,7 @@ players there and is gradually improving.
|
|||||||
|
|
||||||
%package databases
|
%package databases
|
||||||
Summary: Bearoff databases for gnubg
|
Summary: Bearoff databases for gnubg
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ according to the documentation.
|
|||||||
|
|
||||||
%package sounds
|
%package sounds
|
||||||
Summary: Sounds for gnubg
|
Summary: Sounds for gnubg
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ Sounds for GNU Backgammon. See description of gnubg for more details.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for gnubg
|
Summary: Documentation for gnubg
|
||||||
License: GFDL-1.3
|
License: GFDL-1.3-only
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
|
Loading…
Reference in New Issue
Block a user