rpms/bsd-games/devel bsd-games-2.17-gcc43.patch, NONE, 1.1 bsd-games.spec, 1.16, 1.17

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Feb 9 16:39:57 UTC 2008


Author: wart

Update of /cvs/extras/rpms/bsd-games/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31448

Modified Files:
	bsd-games.spec 
Added Files:
	bsd-games-2.17-gcc43.patch 
Log Message:
Add patch and rebuild for gcc 4.3


bsd-games-2.17-gcc43.patch:

--- NEW FILE bsd-games-2.17-gcc43.patch ---
--- bsd-games-2.17/dab/gamescreen.h.orig	2008-02-09 08:25:19.000000000 -0800
+++ bsd-games-2.17/dab/gamescreen.h	2008-02-09 08:25:40.000000000 -0800
@@ -70,9 +70,9 @@
     virtual void redraw(void) = 0;			// Refresh
     virtual int getinput(void) = 0;			// Get user input
     virtual void bell(void) = 0;			// Beep
-    virtual void score(size_t p, const PLAYER& p) = 0;	// Post current score
-    virtual void games(size_t p, const PLAYER& p) = 0;	// Post games won
-    virtual void total(size_t p, const PLAYER& p) = 0;	// Post total score
+    virtual void score(size_t p, const PLAYER& pl) = 0;	// Post current score
+    virtual void games(size_t p, const PLAYER& pl) = 0;	// Post games won
+    virtual void total(size_t p, const PLAYER& pl) = 0;	// Post total score
     virtual void ties(const PLAYER& p) = 0;		// Post tie games
 };
 


Index: bsd-games.spec
===================================================================
RCS file: /cvs/extras/rpms/bsd-games/devel/bsd-games.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- bsd-games.spec	21 Nov 2007 06:13:40 -0000	1.16
+++ bsd-games.spec	9 Feb 2008 16:39:23 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: Collection of text-based games
 Name: bsd-games
 Version: 2.17
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: BSD and BSD with advertising
 Group: Amusements/Games
 URL: ftp://metalab.unc.edu/pub/Linux/games/
@@ -24,6 +24,7 @@
 Patch10: bsd-games-2.17-stdio-c++.patch
 Patch11: bsd-games-2.17-nolibtermcap.patch
 Patch12: bsd-games-2.17-tetris-rename.patch
+Patch13: bsd-games-2.17-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: ncurses-devel words flex bison
 Requires(Pre): /usr/sbin/groupadd
@@ -51,6 +52,7 @@
 %patch10 -p0 -b .cplusplus
 %patch11 -p0 -b .nolibtermcap
 %patch12 -p0 -b .tetris.rename
+%patch13 -p1 -b .gcc43
 
 %build
 # We include a templatized configuration settings file to set
@@ -171,6 +173,9 @@
 %doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me
 
 %changelog
+* Sat Feb 9 2008 Wart <wart at kobold.org> 2.17-23
+- Add patch and rebuild for gcc 4.3
+
 * Tue Nov 20 2007 Wart <wart at kobold.org> 2.17-22
 - Create setgid groups as system groups (BZ# 389191)
 




More information about the fedora-extras-commits mailing list