From 6ee681cb2d4cd6f2ba0c36ff04126356f8598567 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 20 Oct 2004 00:06:56 +0000 Subject: [PATCH] - Fix problem in the last patch where we weren't getting the metrics from the right font description (#136428, Steven Lawrance) --- pango.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index d8e44c6..4a1b286 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: 4 +Release: 5 License: LGPL Group: System Environment/Libraries Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2 @@ -193,6 +193,10 @@ esac %changelog +* Tue Oct 19 2004 Owen Taylor - 1.6.0-5 +- Fix problem in the last patch where we weren't getting the metrics from the + right font description (#136428, Steven Lawrance) + * 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)