- Move place where we compute fontset metrics to fix problems with line
height in CJK locales (#131218)
This commit is contained in:
parent
bd9f265ca6
commit
da0f9730ae
@ -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 <otaylor@redhat.com> - 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 <walters@redhat.com> - 1.6.0-3
|
||||
- BR xorg-x11-devel instead of XFree86-devel
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user