rpms/pygame/devel pygame.spec,1.20,1.21

Robin Norwood rnorwood at fedoraproject.org
Mon Aug 25 20:35:33 UTC 2008


Author: rnorwood

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

Modified Files:
	pygame.spec 
Log Message:
Use numpy instead of python-numeric.


Index: pygame.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygame/devel/pygame.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- pygame.spec	22 May 2008 16:58:38 -0000	1.20
+++ pygame.spec	25 Aug 2008 20:35:03 -0000	1.21
@@ -2,7 +2,7 @@
 
 Name:           pygame
 Version:        1.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python modules for writing games
 
 Group:          Development/Languages
@@ -12,10 +12,10 @@
 Source0:        http://pygame.org/ftp/%{name}-%{version}release.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel python-numeric
+BuildRequires:  python-devel numpy
 BuildRequires:  SDL_ttf-devel SDL_image-devel SDL_mixer-devel
 BuildRequires:  libpng-devel libjpeg-devel libX11-devel
-Requires:       python-numeric
+Requires:       numpy
 
 %description
 Pygame is a set of Python modules designed for writing games. It is
@@ -88,6 +88,10 @@
 
 
 %changelog
+* Mon Aug 25 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.0-2
+- Change from requiring python-numeric to numpy
+- rhbz#457074
+
 * Thu May 22 2008 Christopher Stone <chris.stone at gmail.com> 1.8.0-1
 - Upstream sync
 - Remove Obsolets/Provides (been around since FC-4)




More information about the fedora-extras-commits mailing list