forked from pool/python-pygame
This commit is contained in:
committed by
Git OBS Bridge
parent
2c12b8c487
commit
9a59e5eb2e
@@ -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
|
Thu Apr 3 16:15:37 CEST 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
Name: python-pygame
|
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 python-devel python-numeric xorg-x11
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 1
|
Release: 19
|
||||||
Source: pygame-%{version}release.tar.bz2
|
Source: pygame-%{version}release.tar.bz2
|
||||||
Source1: README.SuSE
|
Source1: README.SuSE
|
||||||
Patch0: %{name}-%{version}-pep353.diff
|
Patch0: %{name}-%{version}-pep353.diff
|
||||||
@@ -69,7 +69,7 @@ Authors:
|
|||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Wall"
|
export CFLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
|
||||||
yes "y" | python -d config.py
|
yes "y" | python -d config.py
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
@@ -96,6 +96,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/python-pygame/examples
|
%doc %{_docdir}/python-pygame/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 02 2008 crrodriguez@suse.de
|
||||||
|
- needs fno-strict-aliasing
|
||||||
* Thu Apr 03 2008 prusnak@suse.cz
|
* Thu Apr 03 2008 prusnak@suse.cz
|
||||||
- updated to 1.8.0
|
- updated to 1.8.0
|
||||||
* lots of changes and fixes - see WHATSNEW for details
|
* lots of changes and fixes - see WHATSNEW for details
|
||||||
|
Reference in New Issue
Block a user