fix an a11y crash

This commit is contained in:
Matthias Clasen 2006-03-10 19:05:34 +00:00
parent f8d7664c48
commit 78da4ee94b

View File

@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
Name: gtk2
Version: %{base_version}
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source: gtk+-%{version}.tar.bz2
@ -28,6 +28,8 @@ Patch0: gtk+-2.4.1-lib64.patch
Patch1: gtk+-2.8.6-inputmethod.patch
# Fedora patch
Patch3: gtk+-2.8.10-set-invisible-char-to-bullet.patch
# Crash in treeview a11y
Patch4: gtk+-2.8.14-a11y-crash.patch
BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version}
@ -95,6 +97,7 @@ tar xzf %{SOURCE1}
%patch0 -p1 -b .lib64
%patch1 -p1 -b .inputmethod
%patch3 -p1 -b .set-invisible-char-to-bullet
%patch4 -p1 -b .a11y-crash
for i in config.guess config.sub ; do
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@ -265,6 +268,9 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples
%changelog
* Fri Mar 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-2
- Fix a crash when using accessible treeviews
* Wed Mar 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-1
- Update to 2.8.14 to fix a possible memory overrun
in gtk_object_sink