From 8b3bc47e709a5bfe10d10757c5ae7064a4d17d45fb1ca2e51313e617037a32c7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Jan 2009 01:13:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gtk?expand=0&rev=13 --- python-gtk.changes | 5 +++++ python-gtk.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/python-gtk.changes b/python-gtk.changes index dcab6e6..4a40da2 100644 --- a/python-gtk.changes +++ b/python-gtk.changes @@ -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 diff --git a/python-gtk.spec b/python-gtk.spec index 149b6ef..6dcf67d 100644 --- a/python-gtk.spec +++ b/python-gtk.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ BuildRequires: gtk-doc Url: http://www.pygtk.org/ Summary: Python bindings for the GTK+ widget set Version: 2.12.1 -Release: 63 +Release: 64 License: LGPL v2.1 or later Group: Development/Libraries/Python Source: %{_name}-%{version}.tar.bz2 @@ -96,11 +96,6 @@ cat %{S:1} >>acinclude.m4 %build 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 make %{?jobs:-j%jobs} @@ -138,6 +133,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/* %changelog +* Sat Jan 10 2009 olh@suse.de +- remove -fno-schedule-insns workaround, gcc is fixed * Wed Nov 26 2008 vuntz@novell.com - Add python-gtk-bgo534083-memory-corruption.patch to fix bnc#449152. Patch taken from upstream (see bgo#534083).