Avoid render slowness

This commit is contained in:
Matthias Clasen 2006-02-03 05:21:58 +00:00
parent baab44d4e0
commit 631ba76eb1
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.
Name: gtk2
Version: %{base_version}
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source: gtk+-%{version}.tar.bz2
@ -27,6 +27,8 @@ Patch0: gtk+-2.4.1-lib64.patch
# Backported from 2.10
Patch1: gtk+-2.8.6-inputmethod.patch
Patch3: gtk+-2.8.10-set-invisible-char-to-bullet.patch
# Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=4320
Patch4: render-avoid-repeat.patch
BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version}
@ -90,6 +92,7 @@ tar xzf %{SOURCE1}
%patch0 -p1 -b .lib64
%patch1 -p1 -b .inputmethod
%patch3 -p1 -b .set-invisible-char-to-bullet
%patch4 -p0 -b .render-avoid-repeat
for i in config.guess config.sub ; do
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@ -259,6 +262,9 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples
%changelog
* Fri Feb 3 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-2
- Avoid a slowpath in XRender
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-1
- Update to 2.8.11