rpms/pygame/devel pygame-1.8.0-config.patch, NONE, 1.1 pygame.spec, 1.21, 1.22 pygame-1.7.1-config.patch, 1.1, NONE

Robin Norwood rnorwood at fedoraproject.org
Mon Aug 25 21:07:53 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/pygame/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23453

Modified Files:
	pygame.spec 
Added Files:
	pygame-1.8.0-config.patch 
Removed Files:
	pygame-1.7.1-config.patch 
Log Message:
Rebase patch to 1.8.0.

pygame-1.8.0-config.patch:

--- NEW FILE pygame-1.8.0-config.patch ---
--- pygame-1.8.0release/config_unix.py	Sat Jan 19 21:26:49 2008
+++ pygame-1.8.0release/config_unix.py	Mon Aug 25 16:58:24 2008
@@ -15,6 +15,7 @@
 
 def confirm(message):
     "ask a yes/no question, return result"
+    return 1
     reply = raw_input('\n' + message + ' [Y/n]:')
     if reply and string.lower(reply[0]) == 'n':
         return 0


Index: pygame.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygame/devel/pygame.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pygame.spec	25 Aug 2008 20:35:03 -0000	1.21
+++ pygame.spec	25 Aug 2008 21:07:23 -0000	1.22
@@ -2,13 +2,13 @@
 
 Name:           pygame
 Version:        1.8.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python modules for writing games
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.pygame.org
-Patch0:         %{name}-1.7.1-config.patch
+Patch0:         %{name}-1.8.0-config.patch
 Source0:        http://pygame.org/ftp/%{name}-%{version}release.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,7 +38,7 @@
 
 %prep
 %setup -qn %{name}-%{version}release
-%patch0 -p0 -b .config~
+%patch0 -p1
 
 # rpmlint fixes
 chmod -x examples/*py
@@ -88,6 +88,9 @@
 
 
 %changelog
+* Mon Aug 25 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.0-3
+- Rebase config patch for 1.8.0
+
 * Mon Aug 25 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.0-2
 - Change from requiring python-numeric to numpy
 - rhbz#457074


--- pygame-1.7.1-config.patch DELETED ---




More information about the scm-commits mailing list