rpms/pygame/F-9 pygame.spec,1.23,1.24

Robin Norwood rnorwood at fedoraproject.org
Wed Sep 17 22:11:34 UTC 2008


Author: rnorwood

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

Modified Files:
	pygame.spec 
Log Message:
Restore Obsoletes and Provides for python-pygame and python-pygame-devel.


Index: pygame.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygame/F-9/pygame.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- pygame.spec	26 Aug 2008 13:37:26 -0000	1.23
+++ pygame.spec	17 Sep 2008 22:11:04 -0000	1.24
@@ -2,7 +2,7 @@
 
 Name:           pygame
 Version:        1.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python modules for writing games
 
 Group:          Development/Languages
@@ -17,6 +17,11 @@
 BuildRequires:  libpng-devel libjpeg-devel libX11-devel
 Requires:       numpy
 
+Obsoletes:      python-pygame < 1.7.1
+Obsoletes:      python-pygame-doc < 1.7.1
+Provides:       python-pygame = %{version}-%{release}
+Provides:       python-pygame-doc = %{version}-%{release}
+
 %description
 Pygame is a set of Python modules designed for writing games. It is
 written on top of the excellent SDL library. This allows you to create
@@ -30,6 +35,8 @@
 Requires:       %{name} = %{version}-%{release}
 Requires:       SDL_ttf-devel SDL_mixer-devel
 Requires:       python-devel
+Obsoletes:      python-pygame-devel < 1.7.1
+Provides:       python-pygame-devel = %{version}-%{release}
 
 %description devel
 This package contains headers required to build applications that use
@@ -92,6 +99,9 @@
 
 
 %changelog
+* Wed Sep 17 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.1-2
+- Bring back Provides and Obsoletes for python-pygame
+
 * Tue Aug 26 2008 Robin Norwood <robin.norwood at gmail.com> 1.8.1-1
 - Update to new upstream version.
 - rpmlint fixes




More information about the fedora-extras-commits mailing list