rpms/pygame/devel pygame.spec,1.22,1.23

Robin Norwood rnorwood at fedoraproject.org
Mon Aug 25 21:26:51 UTC 2008


Author: rnorwood

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

Modified Files:
	pygame.spec 
Log Message:
Need to require SDL-devel specifically now.


Index: pygame.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygame/devel/pygame.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- pygame.spec	25 Aug 2008 21:07:23 -0000	1.22
+++ pygame.spec	25 Aug 2008 21:26:21 -0000	1.23
@@ -14,6 +14,7 @@
 
 BuildRequires:  python-devel numpy
 BuildRequires:  SDL_ttf-devel SDL_image-devel SDL_mixer-devel
+BuildRequires:  SDL-devel
 BuildRequires:  libpng-devel libjpeg-devel libX11-devel
 Requires:       numpy
 
@@ -90,6 +91,7 @@
 %changelog
 * Mon Aug 25 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.0-3
 - Rebase config patch for 1.8.0
+- Need to specify BR: SDL-devel
 
 * Mon Aug 25 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.0-2
 - Change from requiring python-numeric to numpy




More information about the fedora-extras-commits mailing list