OBS User unknown 2009-01-12 01:13:02 +00:00 committed by Git OBS Bridge
parent e15d56ea41
commit 8b3bc47e70
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 10 09:46:38 CET 2009 - olh@suse.de
- remove -fno-schedule-insns workaround, gcc is fixed
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 26 22:56:24 CET 2008 - vuntz@novell.com Wed Nov 26 22:56:24 CET 2008 - vuntz@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-gtk (Version 2.12.1) # spec file for package python-gtk (Version 2.12.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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,7 +29,7 @@ BuildRequires: gtk-doc
Url: http://www.pygtk.org/ Url: http://www.pygtk.org/
Summary: Python bindings for the GTK+ widget set Summary: Python bindings for the GTK+ widget set
Version: 2.12.1 Version: 2.12.1
Release: 63 Release: 64
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: Development/Libraries/Python Group: Development/Libraries/Python
Source: %{_name}-%{version}.tar.bz2 Source: %{_name}-%{version}.tar.bz2
@ -96,11 +96,6 @@ cat %{S:1} >>acinclude.m4
%build %build
autoreconf -f -i autoreconf -f -i
%ifarch ppc64
# temporary workaround for Bug 428413 - Python interpreter makes segmentation fault when list python modules
export CFLAGS="$RPM_OPT_FLAGS -fno-schedule-insns"
export CXXFLAGS="$CFLAGS"
%endif
%configure %configure
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
@ -138,6 +133,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Sat Jan 10 2009 olh@suse.de
- remove -fno-schedule-insns workaround, gcc is fixed
* Wed Nov 26 2008 vuntz@novell.com * Wed Nov 26 2008 vuntz@novell.com
- Add python-gtk-bgo534083-memory-corruption.patch to fix - Add python-gtk-bgo534083-memory-corruption.patch to fix
bnc#449152. Patch taken from upstream (see bgo#534083). bnc#449152. Patch taken from upstream (see bgo#534083).