- Fix problem in the last patch where we weren't getting the metrics from

the right font description (#136428, Steven Lawrance)
This commit is contained in:
Owen Taylor 2004-10-20 00:06:56 +00:00
parent da0f9730ae
commit 6ee681cb2d

View File

@ -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 <otaylor@redhat.com> - 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 <otaylor@redhat.com> - 1.6.0-4
- Move place where we compute fontset metrics to fix problems with line
height in CJK locales (#131218)