devel/gnuchess gnuchess.spec,1.1,1.2

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Thu May 26 18:59:43 UTC 2005


Author: kaboom

Update of /cvs/extras/devel/gnuchess
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24166

Modified Files:
	gnuchess.spec 
Log Message:
Patch to compile with gcc4



Index: gnuchess.spec
===================================================================
RCS file: /cvs/extras/devel/gnuchess/gnuchess.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnuchess.spec	24 May 2005 04:49:36 -0000	1.1
+++ gnuchess.spec	26 May 2005 18:59:41 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: The GNU chess program
 Name: gnuchess
 Version: 5.07
-Release: 6
+Release: 7
 License: GPL
 Group: Amusements/Games
 URL: ftp://ftp.gnu.org/pub/gnu/chess/
@@ -9,6 +9,7 @@
 #Source1: http://ftp.gnu.org/pub/gnu/chess/book_1.01.pgn.gz
 # use precompiled book.dat:
 Source1: book_1.01.dat.gz
+Patch0: gnuchess-5.07-gcc4.patch
 Patch1: gnuchess-5.06-bookpath.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: chessprogram
@@ -25,6 +26,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .gcc
 %patch1 -p1 -b .bp
 gzip -dc %{SOURCE1} > book/book.dat
 
@@ -49,6 +51,9 @@
 %doc doc/* COPYING AUTHORS NEWS TODO 
 
 %changelog
+* Thu May 26 2005 Chris Ricker <kaboom at oobleck.net> 5.07-7
+- Patch to compile with gcc4
+
 * Fri May 20 2005 Chris Ricker <kaboom at oobleck.net> 5.07-6
 - Update for Fedora Extras
 - Copyright -> License




More information about the fedora-extras-commits mailing list