From 195489f658ba5cab842598e79c9b24952382dafd35e7965ce3689ec5caa8bbca Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 26 Oct 2012 11:17:09 +0000 Subject: [PATCH] - update gnuchess to 6.0.2: + New option --addbook to compile a book. + Maximum file name length of EPD files extended to 127 characters. + Book file allowed to be read only unless the BookLearn option is set. - new upstream Url - removed upstreamed gnuchess-return-nonvoid.patch OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=10 --- gnuchess-6.0.1.tar.bz2 | 3 --- gnuchess-6.0.2.tar.bz2 | 3 +++ gnuchess-return-nonvoid.patch | 18 ------------------ gnuchess.changes | 11 +++++++++++ gnuchess.spec | 6 ++---- 5 files changed, 16 insertions(+), 25 deletions(-) delete mode 100644 gnuchess-6.0.1.tar.bz2 create mode 100644 gnuchess-6.0.2.tar.bz2 delete mode 100644 gnuchess-return-nonvoid.patch diff --git a/gnuchess-6.0.1.tar.bz2 b/gnuchess-6.0.1.tar.bz2 deleted file mode 100644 index cad14c1..0000000 --- a/gnuchess-6.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea72ed5d78a62c2c81e7c9235b4555f23253e4b3376b4d32ea18743b95004e30 -size 444585 diff --git a/gnuchess-6.0.2.tar.bz2 b/gnuchess-6.0.2.tar.bz2 new file mode 100644 index 0000000..0b3457b --- /dev/null +++ b/gnuchess-6.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67061516f62c9e9c2f812563bd84be716d602ca530d80223d56e3d5b0f09c791 +size 445002 diff --git a/gnuchess-return-nonvoid.patch b/gnuchess-return-nonvoid.patch deleted file mode 100644 index ef59209..0000000 --- a/gnuchess-return-nonvoid.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- src/components.cc.old 2011-11-29 09:48:53.000000000 +0000 -+++ src/components.cc 2011-11-29 09:56:31.000000000 +0000 -@@ -65,6 +65,7 @@ - InitEngine(); - /* Start adapter main loop */ - adapter::main_adapter( 0, 0 ); -+ return 0; - } - - /* -@@ -100,6 +101,7 @@ - { - /* Start engine main loop */ - engine::main_engine( 0, 0 ); -+ return 0; - } - - /* diff --git a/gnuchess.changes b/gnuchess.changes index 72cd0f3..a7aaf6c 100644 --- a/gnuchess.changes +++ b/gnuchess.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 26 11:15:22 UTC 2012 - lars@linux-schulserver.de + +- update gnuchess to 6.0.2: + + New option --addbook to compile a book. + + Maximum file name length of EPD files extended to 127 characters. + + Book file allowed to be read only unless the BookLearn + option is set. +- new upstream Url +- removed upstreamed gnuchess-return-nonvoid.patch + ------------------------------------------------------------------- Tue Nov 29 12:08:41 UTC 2011 - jreidinger@suse.com diff --git a/gnuchess.spec b/gnuchess.spec index 8ff8950..8eb1308 100644 --- a/gnuchess.spec +++ b/gnuchess.spec @@ -17,12 +17,12 @@ Name: gnuchess -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: GNU Chess Program License: GPL-2.0+ Group: Amusements/Games/Board/Chess -Url: http://alpha.uhasselt.be/Research/Algebra/Toga/gnuchess-release/ +Url: http://www.gnu.org/software/chess/ Source0: %{name}-%{version}.tar.bz2 # WARNING: Don't forget to re-generate book.dat manually before submit! # Simply remove the source and build, updated book will be generated. @@ -31,7 +31,6 @@ Source1: book_1.02.pgn.bz2 Source3: genbook.sh Source4: gnuchess.6 Source5: xgnuchess -Patch0: gnuchess-return-nonvoid.patch BuildRequires: bison BuildRequires: expect BuildRequires: flex @@ -49,7 +48,6 @@ in the xboard package. %prep %setup -q -%patch0 %build %configure