This commit is contained in:
parent
e15d56ea41
commit
8b3bc47e70
@ -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
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user