rpms/bsd-games/devel bsd-games-2.17-setresgid.patch, 1.1, 1.2 bsd-games.spec, 1.19, 1.20

Michael Thomas wart at fedoraproject.org
Mon Dec 22 20:17:54 UTC 2008


Author: wart

Update of /cvs/extras/rpms/bsd-games/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23639

Modified Files:
	bsd-games-2.17-setresgid.patch bsd-games.spec 
Log Message:
Minor tweaks to patches to get them to work with no fuzz



bsd-games-2.17-setresgid.patch:

Index: bsd-games-2.17-setresgid.patch
===================================================================
RCS file: /cvs/extras/rpms/bsd-games/devel/bsd-games-2.17-setresgid.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsd-games-2.17-setresgid.patch	29 Apr 2006 15:34:43 -0000	1.1
+++ bsd-games-2.17-setresgid.patch	22 Dec 2008 20:17:23 -0000	1.2
@@ -76,7 +76,7 @@
  
 +#define _GNU_SOURCE /* this must be done before the first include of unistd.h */
  #include <sys/cdefs.h>
- #include <termcap.h>
+ #include <ncurses/termcap.h>
  #ifndef lint
 @@ -101,7 +102,10 @@
  	long    t;		/* time for random num generator */
@@ -99,7 +99,7 @@
  
 +#define _GNU_SOURCE /* this must be done before the first include of unistd.h */
  #include <sys/cdefs.h>
- #include <termcap.h>
+ #include <ncurses/termcap.h>
  #ifndef lint
 @@ -68,7 +69,10 @@
  	int     i;


Index: bsd-games.spec
===================================================================
RCS file: /cvs/extras/rpms/bsd-games/devel/bsd-games.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bsd-games.spec	20 Oct 2008 17:52:59 -0000	1.19
+++ bsd-games.spec	22 Dec 2008 20:17:23 -0000	1.20
@@ -1,11 +1,10 @@
 # Ick!  This is only a temporary hack until I have more time
 # to rebase the affected patches (#4, and possibly more)
-%define _default_patch_fuzz 2
 
 Summary: Collection of text-based games
 Name: bsd-games
 Version: 2.17
-Release: 25%{?dist}
+Release: 26%{?dist}
 License: BSD and BSD with advertising
 Group: Amusements/Games
 URL: ftp://metalab.unc.edu/pub/Linux/games/
@@ -177,6 +176,9 @@
 %doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me
 
 %changelog
+* Mon Dec 22 2008 Wart <wart at kobold.org> 2.17-26
+- Minor tweaks to patches to get them to work with no fuzz
+
 * Mon Oct 20 2008 Wart <wart at kobold.org> 2.17-25
 - Fix robots high score file permissions (BZ# 467726)
 




More information about the fedora-extras-commits mailing list