rpms/pygame/F-11 pygame.spec,1.28,1.29

Jon Ciesla limb at fedoraproject.org
Fri Apr 17 22:24:01 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/pygame/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4342

Modified Files:
	pygame.spec 
Log Message:
numpy fix



Index: pygame.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygame/F-11/pygame.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pygame.spec	17 Apr 2009 13:33:34 -0000	1.28
+++ pygame.spec	17 Apr 2009 22:23:31 -0000	1.29
@@ -2,7 +2,7 @@
 
 Name:           pygame
 Version:        1.8.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Python modules for writing games
 
 Group:          Development/Languages
@@ -12,11 +12,11 @@
 Source0:        http://pygame.org/ftp/%{name}-%{version}release.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel numpy-f2py
+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-f2py
+Requires:       numpy
 
 %description
 Pygame is a set of Python modules designed for writing games. It is
@@ -94,6 +94,9 @@
 
 
 %changelog
+* Fri Apr 17 2009 Jon Ciesla <limb at jcomserv.net> - 1.8.1-6
+- Dropped f2py deps, unneeded now that numpy is fixed: BZ 496277.
+
 * Fri Apr 17 2009 Jon Ciesla <limb at jcomserv.net> - 1.8.1-5
 - Add dep for numpy-f2py to fix broken games, BZ 496218.
 




More information about the scm-commits mailing list