forked from pool/python-pygame
This commit is contained in:
committed by
Git OBS Bridge
parent
3477226910
commit
d583e03852
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 12:04:09 CEST 2009 - ro@suse.de
|
||||
|
||||
- buildrequires: replace python-numeric by python-numpy
|
||||
for >= 11.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 13:28:17 CET 2009 - matejcik@suse.cz
|
||||
|
||||
|
@@ -19,9 +19,14 @@
|
||||
|
||||
|
||||
Name: python-pygame
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel libjpeg-devel libpng-devel python-devel python-numeric xorg-x11
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel libjpeg-devel libpng-devel python-devel xorg-x11
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: python-numpy
|
||||
%else
|
||||
BuildRequires: python-numeric
|
||||
%endif
|
||||
Version: 1.8.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
Source: pygame-%{version}release.tar.bz2
|
||||
Source1: README.SuSE
|
||||
Patch0: %{name}-1.8.0-pep353.diff
|
||||
@@ -103,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_docdir}/python-pygame/examples
|
||||
|
||||
%changelog
|
||||
* Mon May 04 2009 ro@suse.de
|
||||
- buildrequires: replace python-numeric by python-numpy
|
||||
for >= 11.2
|
||||
* Fri Mar 20 2009 matejcik@suse.cz
|
||||
- (re)added libpng-devel and libjpeg-devel for image format support
|
||||
* Fri Sep 12 2008 matejcik@suse.cz
|
||||
|
Reference in New Issue
Block a user