14
0
forked from pool/python-pygame
OBS User unknown
2008-06-02 23:08:08 +00:00
committed by Git OBS Bridge
parent 2c12b8c487
commit 9a59e5eb2e
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 2 01:41:13 CEST 2008 - crrodriguez@suse.de
- needs fno-strict-aliasing
-------------------------------------------------------------------
Thu Apr 3 16:15:37 CEST 2008 - prusnak@suse.cz

View File

@@ -14,7 +14,7 @@
Name: python-pygame
BuildRequires: SDL_image-devel SDL_mixer-devel SDL_ttf-devel python-devel python-numeric xorg-x11
Version: 1.8.0
Release: 1
Release: 19
Source: pygame-%{version}release.tar.bz2
Source1: README.SuSE
Patch0: %{name}-%{version}-pep353.diff
@@ -69,7 +69,7 @@ Authors:
%patch0
%build
export CFLAGS="$RPM_OPT_FLAGS -Wall"
export CFLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
yes "y" | python -d config.py
python setup.py build
@@ -96,6 +96,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/python-pygame/examples
%changelog
* Mon Jun 02 2008 crrodriguez@suse.de
- needs fno-strict-aliasing
* Thu Apr 03 2008 prusnak@suse.cz
- updated to 1.8.0
* lots of changes and fixes - see WHATSNEW for details