From c38974600bdc01f4ecd64f51e500a1550bfecc1da53d9c497eb9c6aef1c7ad16 Mon Sep 17 00:00:00 2001 From: Christopher Hofmann Date: Mon, 19 Aug 2013 08:41:32 +0000 Subject: [PATCH] - 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 --- gnubg-release-1.02.000-sources.tar.bz2 | 3 +++ gnubg-source-SNAPSHOT-20130725.tar.bz2 | 3 --- gnubg.changes | 12 ++++++++++++ gnubg.spec | 19 ++++++++----------- 4 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 gnubg-release-1.02.000-sources.tar.bz2 delete mode 100644 gnubg-source-SNAPSHOT-20130725.tar.bz2 diff --git a/gnubg-release-1.02.000-sources.tar.bz2 b/gnubg-release-1.02.000-sources.tar.bz2 new file mode 100644 index 0000000..00461af --- /dev/null +++ b/gnubg-release-1.02.000-sources.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a31ffa4e767aeb0e42ab4a7f83a4b08016db7f77152fa64cca6667576c7ad7 +size 14199949 diff --git a/gnubg-source-SNAPSHOT-20130725.tar.bz2 b/gnubg-source-SNAPSHOT-20130725.tar.bz2 deleted file mode 100644 index 12104bf..0000000 --- a/gnubg-source-SNAPSHOT-20130725.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cf34da617e37f09a7c76bcf85aacbd91d9393e06b562080a2ea40126837e25a -size 13436624 diff --git a/gnubg.changes b/gnubg.changes index 729207f..bcc22cf 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -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 diff --git a/gnubg.spec b/gnubg.spec index f7aca7c..8b38799 100644 --- a/gnubg.spec +++ b/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}