From b3edd2da05ef5eac73427234d56184e46e37fbb4 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 20 Oct 2004 14:21:48 +0000 Subject: [PATCH] - Fix problem with pango_layout_get_attributes returning one too few items (Needed to fix problems mentioned in #135656, http://bugzilla.gnome.org/show_bug.cgi?id=155912) --- pango.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index efc28be..8957112 100644 --- a/pango.spec +++ b/pango.spec @@ -8,7 +8,7 @@ Summary: System for layout and rendering of internationalized text. Name: pango Version: 1.6.0 -Release: 6 +Release: 7 License: LGPL Group: System Environment/Libraries Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2 @@ -39,6 +39,8 @@ Patch7: pango-1.6.0-u3000.patch Patch8: pango-1.6.0-contextmetrics.patch # http://bugzilla.gnome.org/show_bug.cgi?id=155897 Patch9: pango-1.6.0-deletechar.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=155912 +Patch10: pango-1.6.0-attributelen.patch %description Pango is a system for layout and rendering of internationalized text. @@ -70,6 +72,7 @@ pango. %patch7 -p1 -b .u3000 %patch8 -p1 -b .contextmetrics %patch9 -p1 -b .deletechar +%patch10 -p1 -b .attributelen %build @@ -196,6 +199,11 @@ esac %changelog +* Wed Oct 20 2004 Owen Taylor - 1.6.0-7 +- Fix problem with pango_layout_get_attributes returning one too few items + (Needed to fix problems mentioned in #135656, + http://bugzilla.gnome.org/show_bug.cgi?id=155912) + * Tue Oct 19 2004 Owen Taylor - 1.6.0-6 - Make Hangul and Kana not backspace-deletes-char (#135356)