14
0
forked from pool/python-pygame
OBS User unknown
2009-03-20 19:41:38 +00:00
committed by Git OBS Bridge
parent 5056d48404
commit 3477226910
2 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pygame (Version 1.8.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,9 +19,9 @@
Name: python-pygame
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel libjpeg-devel libpng-devel python-devel python-numeric xorg-x11
Version: 1.8.1
Release: 1
Release: 4
Source: pygame-%{version}release.tar.bz2
Source1: README.SuSE
Patch0: %{name}-1.8.0-pep353.diff
@@ -103,6 +103,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/python-pygame/examples
%changelog
* 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
- update to 1.8.1
* lots of changes and fixes - see WHATSNEW for details