fix an a11y crash
This commit is contained in:
parent
f8d7664c48
commit
78da4ee94b
@ -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: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -28,6 +28,8 @@ Patch0: gtk+-2.4.1-lib64.patch
|
|||||||
Patch1: gtk+-2.8.6-inputmethod.patch
|
Patch1: gtk+-2.8.6-inputmethod.patch
|
||||||
# Fedora patch
|
# Fedora patch
|
||||||
Patch3: gtk+-2.8.10-set-invisible-char-to-bullet.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: atk-devel >= %{atk_version}
|
||||||
BuildPrereq: pango-devel >= %{pango_version}
|
BuildPrereq: pango-devel >= %{pango_version}
|
||||||
@ -95,6 +97,7 @@ tar xzf %{SOURCE1}
|
|||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
%patch1 -p1 -b .inputmethod
|
%patch1 -p1 -b .inputmethod
|
||||||
%patch3 -p1 -b .set-invisible-char-to-bullet
|
%patch3 -p1 -b .set-invisible-char-to-bullet
|
||||||
|
%patch4 -p1 -b .a11y-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 .
|
||||||
@ -265,6 +268,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-1
|
||||||
- Update to 2.8.14 to fix a possible memory overrun
|
- Update to 2.8.14 to fix a possible memory overrun
|
||||||
in gtk_object_sink
|
in gtk_object_sink
|
||||||
|
Loading…
Reference in New Issue
Block a user