- Update to 1.02.000
- Improved performance (speed) - Support for AVX(SIMD) - Better Python support - Stronger neural network - Even/Odd ply effect reduced - Some analysis options have been simplified - Various miscellaneous bug fixes OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=14
This commit is contained in:
parent
11a7a422b7
commit
c38974600b
3
gnubg-release-1.02.000-sources.tar.bz2
Normal file
3
gnubg-release-1.02.000-sources.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41a31ffa4e767aeb0e42ab4a7f83a4b08016db7f77152fa64cca6667576c7ad7
|
||||
size 14199949
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cf34da617e37f09a7c76bcf85aacbd91d9393e06b562080a2ea40126837e25a
|
||||
size 13436624
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 07:50:13 UTC 2013 - cwh@suse.com
|
||||
|
||||
- Update to 1.02.000
|
||||
- Improved performance (speed)
|
||||
- Support for AVX(SIMD)
|
||||
- Better Python support
|
||||
- Stronger neural network
|
||||
- Even/Odd ply effect reduced
|
||||
- Some analysis options have been simplified
|
||||
- Various miscellaneous bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 13:22:43 UTC 2013 - cwh@suse.com
|
||||
|
||||
|
19
gnubg.spec
19
gnubg.spec
@ -19,14 +19,13 @@
|
||||
|
||||
|
||||
Name: gnubg
|
||||
%define timestamp 20130725
|
||||
Version: 0.9.0.99_%{timestamp}
|
||||
Version: 1.02.000
|
||||
Release: 0
|
||||
Summary: Plays and analyzes backgammon games and matches on a world class level
|
||||
License: GPL-3.0+
|
||||
Group: Amusements/Games/Board/Other
|
||||
Url: http://www.gnubg.org
|
||||
Source: %{name}-source-SNAPSHOT-%{timestamp}.tar.bz2
|
||||
Source: http://gnubg.org/media/sources/gnubg-release-1.02.000-sources.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
# PATCH-FIX-UPSTREAM docdir.patch cwh@suse.de -- install documentation to a LSB conform place
|
||||
Patch0: docdir.patch
|
||||
@ -91,7 +90,7 @@ Group: Amusements/Games/Board/Other
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description sounds
|
||||
Sounds for GNU Backgammon.
|
||||
Sounds for GNU Backgammon. See description of gnubg for more details.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for gnubg
|
||||
@ -99,25 +98,22 @@ License: GFDL-1.3
|
||||
Group: Amusements/Games/Board/Other
|
||||
|
||||
%description doc
|
||||
Manual for GNU Backgammon.
|
||||
Manual for GNU Backgammon. See description of gnubg for more details.
|
||||
|
||||
%prep
|
||||
%setup -q -c gnubg
|
||||
%setup -q gnubg
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
#export SUSE_ASNEEDED=0
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
DOC="ABOUT-NLS CODING COPYING NEWS README TODO"
|
||||
#for FILE in $DOC ; do
|
||||
install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
||||
#done
|
||||
DOC="ABOUT-NLS COPYING NEWS README TODO"
|
||||
install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -i %{name}
|
||||
@ -133,6 +129,7 @@ DOC="ABOUT-NLS CODING COPYING NEWS README TODO"
|
||||
%endif
|
||||
%{_datadir}/icons/hicolor/*/apps/gnubg.png
|
||||
%{_datadir}/gnubg
|
||||
%attr(755, -, root) %{_datadir}/gnubg/scripts/query_player.sh
|
||||
%exclude %{_datadir}/gnubg/*.bd
|
||||
%exclude %{_datadir}/gnubg/sounds
|
||||
%doc %{_docdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user