Move crash fix to at-spi
This commit is contained in:
parent
310084f344
commit
6e66fc7f0a
@ -16,7 +16,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
|
||||||
@ -32,8 +32,6 @@ Patch1: gtk+-2.11.1-set-invisible-char-to-bullet.patch
|
|||||||
Patch2: workaround.patch
|
Patch2: workaround.patch
|
||||||
# fixed upstream
|
# fixed upstream
|
||||||
Patch3: init-deadlock.patch
|
Patch3: init-deadlock.patch
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=548782
|
|
||||||
Patch4: greeter-crash.patch
|
|
||||||
|
|
||||||
BuildRequires: atk-devel >= %{atk_version}
|
BuildRequires: atk-devel >= %{atk_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -120,7 +118,6 @@ docs for the GTK+ widget toolkit.
|
|||||||
%patch1 -p1 -b .set-invisible-char-to-bullet
|
%patch1 -p1 -b .set-invisible-char-to-bullet
|
||||||
%patch2 -p1 -b .workaround
|
%patch2 -p1 -b .workaround
|
||||||
%patch3 -p0 -b .init-deadlock
|
%patch3 -p0 -b .init-deadlock
|
||||||
%patch4 -p1 -b .greeter-crash
|
|
||||||
|
|
||||||
for i in config.guess config.sub ; do
|
for i in config.guess config.sub ; do
|
||||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||||
@ -304,6 +301,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-2.0
|
%{_datadir}/gtk-2.0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
|
||||||
|
- Remove the last patch, crash is fixed in at-spi now
|
||||||
|
|
||||||
* Fri Sep 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
|
* Fri Sep 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
|
||||||
- Fix a greeter crash
|
- Fix a greeter crash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user