7bf6b3d358
- updated to most recent book.dat - removed obsolete getline patch - added patches to fix a few rpmlint-warnings/errors - added gnuchess-add_new_bookpath.diff so gnuchess finds the default opening book in /usr/share/gnuchess - updated to (unofficial) version 5.07.9b by M. Vandenbergh - added script "xgnuchess" to start xboard with gnuchess as first and second chess engine - patches refreshed - description updated OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=5
11 lines
307 B
Diff
11 lines
307 B
Diff
--- src/book.c.orig 2010-08-04 20:11:16.000000000 +0200
|
|
+++ src/book.c 2010-08-04 20:12:15.000000000 +0200
|
|
@@ -135,6 +135,7 @@
|
|
|
|
static char const * bookbin[] = {
|
|
"book.dat",
|
|
+ "/usr/share/gnuchess/book.dat",
|
|
"/usr/share/games/gnuchess/book.dat",
|
|
"/usr/lib/games/gnuchess/book.dat",
|
|
NULL
|