rpms/pygame/OLPC-3 pygame.spec,1.22,1.23

C. Scott Ananian cscott at fedoraproject.org
Tue Sep 9 22:06:08 UTC 2008


Author: cscott

Update of /cvs/pkgs/rpms/pygame/OLPC-3
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4385

Modified Files:
	pygame.spec 
Log Message:
Require SDL_Pango for i18n support, dlo#7997



Index: pygame.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygame/OLPC-3/pygame.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- pygame.spec	6 Aug 2008 21:20:43 -0000	1.22
+++ pygame.spec	9 Sep 2008 22:05:38 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name:           pygame
 Version:        1.8.0
-Release:        1%{?dist}.2
+Release:        1%{?dist}.3
 Summary:        Python modules for writing games
 
 Group:          Development/Languages
@@ -16,6 +16,7 @@
 BuildRequires:  SDL_ttf-devel SDL_image-devel SDL_mixer-devel
 BuildRequires:  libpng-devel libjpeg-devel libX11-devel
 Requires:       numpy
+Requires:       SDL_Pango
 
 %description
 Pygame is a set of Python modules designed for writing games. It is
@@ -30,6 +31,7 @@
 Requires:       %{name} = %{version}-%{release}
 Requires:       SDL_ttf-devel SDL_mixer-devel
 Requires:       python-devel
+Requires:       SDL_Pango-devel
 
 %description devel
 This package contains headers required to build applications that use
@@ -88,6 +90,9 @@
 
 
 %changelog
+* Tue Sep  9 2008 C. Scott Ananian <cscott at laptop.org> 1.8.0-1.3
+- Requires SDL_Pango for i18n support, dlo#7997
+
 * Wed Aug  6 2008 Daniel Drake <dsd at laptop.org> 1.8.0-1.2
 - Sync with devel for version 1.8.0
 - Require numpy rather than numeric




More information about the fedora-extras-commits mailing list