Fix an evo crash

This commit is contained in:
Matthias Clasen 2006-06-08 13:02:00 +00:00
parent ae1bec1086
commit 12d03cdd68
1 changed files with 7 additions and 1 deletions

View File

@ -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 Release: 4
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 @@ Source2: gtkbuiltincache.h
Patch0: gtk+-2.4.1-lib64.patch Patch0: gtk+-2.4.1-lib64.patch
# Fedora patch # Fedora patch
Patch1: gtk+-2.8.10-set-invisible-char-to-bullet.patch Patch1: gtk+-2.8.10-set-invisible-char-to-bullet.patch
# Fixed in 2.9.3
Patch2: gtk+-2.9.2.evo-crash.patch
BuildPrereq: atk-devel >= %{atk_version} BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version} BuildPrereq: pango-devel >= %{pango_version}
@ -101,6 +103,7 @@ tar xzf %{SOURCE1}
%patch0 -p1 -b .lib64 %patch0 -p1 -b .lib64
%patch1 -p1 -b .set-invisible-char-to-bullet %patch1 -p1 -b .set-invisible-char-to-bullet
%patch2 -p1 -b .evo-crash
cp %{SOURCE2} gtk/ cp %{SOURCE2} gtk/
@ -272,6 +275,9 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples %doc tmpdocs/examples
%changelog %changelog
* Thu Jun 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-4
- Fix a crash in evolution
* Wed Jun 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-3 * Wed Jun 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-3
- Fix the builtin icon cache - Fix the builtin icon cache