- 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
This commit is contained in:
parent
be778fa003
commit
195489f658
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea72ed5d78a62c2c81e7c9235b4555f23253e4b3376b4d32ea18743b95004e30
|
||||
size 444585
|
3
gnuchess-6.0.2.tar.bz2
Normal file
3
gnuchess-6.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67061516f62c9e9c2f812563bd84be716d602ca530d80223d56e3d5b0f09c791
|
||||
size 445002
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user