rpms/escape/devel escape.spec,1.10,1.11

Adam Goode agoode at fedoraproject.org
Sat Aug 30 17:03:33 UTC 2008


Author: agoode

Update of /cvs/extras/rpms/escape/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27194

Modified Files:
	escape.spec 
Log Message:
* Sat Aug 30 2008 Adam Goode <adam at spicenitz.org> - 200704130-9
- RPM 4.6 fix for patch tag



Index: escape.spec
===================================================================
RCS file: /cvs/extras/rpms/escape/devel/escape.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- escape.spec	4 Feb 2008 00:00:09 -0000	1.10
+++ escape.spec	30 Aug 2008 17:03:03 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		escape
 Version:	200704130
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	A fun puzzle game in the tradition of Adventures of Lolo or Chip's Challenge
 
 Group:		Amusements/Games
@@ -35,10 +35,10 @@
 %setup -q -n %{name}-src
 
 # fix update bug
-%patch -P 0 -p1 -b .update-remove
+%patch0 -p1 -b .update-remove
 
 # gcc 4.3 patch
-%patch -P 1 -p0 -b .gcc43
+%patch1 -p0 -b .gcc43
 
 # fix permissions for debuginfo packages
 find . \( -name '*.h' -o -name '*.cpp' \) -type f -print0 | xargs -0 chmod 0644
@@ -102,6 +102,9 @@
 
 
 %changelog
+* Sat Aug 30 2008 Adam Goode <adam at spicenitz.org> - 200704130-9
+- RPM 4.6 fix for patch tag
+
 * Sun Feb  3 2008 Adam Goode <adam at spicenitz.org> - 200704130-8
 - GCC 4.3 fix
 




More information about the fedora-extras-commits mailing list