From da0f9730aefa23cfbf2aef2774102ec438712687 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 18 Oct 2004 19:22:25 +0000 Subject: [PATCH] - Move place where we compute fontset metrics to fix problems with line height in CJK locales (#131218) --- pango.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index a47e24a..d8e44c6 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: 3 +Release: 4 License: LGPL Group: System Environment/Libraries Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2 @@ -35,6 +35,8 @@ Patch5: pango-1.2.5-lib64.patch Patch6: pango-1.5.2-bitmapmetrics.patch # Patch from CVS to fix display of U+3000 (#132203) Patch7: pango-1.6.0-u3000.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=149438 +Patch8: pango-1.6.0-contextmetrics.patch %description Pango is a system for layout and rendering of internationalized text. @@ -64,6 +66,7 @@ pango. %patch5 -p1 -b .lib64 %patch6 -p1 -b .bitmapmetrics %patch7 -p1 -b .u3000 +%patch8 -p1 -b .contextmetrics %build @@ -190,6 +193,10 @@ esac %changelog +* Mon Oct 18 2004 Owen Taylor - 1.6.0-4 +- Move place where we compute fontset metrics to fix problems with line + height in CJK locales (#131218) + * Mon Oct 11 2004 Colin Walters - 1.6.0-3 - BR xorg-x11-devel instead of XFree86-devel