- Add patch from CVS to fix display of U+3000 (#132203, reported upstream

by Suresh Chandrasekharan, Federic Zhang)
This commit is contained in:
Owen Taylor 2004-09-20 17:41:05 +00:00
parent bcd2e9c14f
commit 31bfae44c6

View File

@ -8,7 +8,7 @@
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.6.0
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.4/pango-%{version}.tar.bz2
@ -33,6 +33,8 @@ Patch1: pango-slighthint.patch
Patch5: pango-1.2.5-lib64.patch
# Patch from CVS to fix metrics for bitmap fonts
Patch6: pango-1.5.2-bitmapmetrics.patch
# Patch from CVS to fix display of U+3000 (#132203)
Patch7: pango-1.6.0-u3000.patch
%description
Pango is a system for layout and rendering of internationalized text.
@ -61,6 +63,7 @@ pango.
%patch1 -p1 -b .slighthint
%patch5 -p1 -b .lib64
%patch6 -p1 -b .bitmapmetrics
%patch7 -p1 -b .u3000
%build
@ -187,6 +190,10 @@ esac
%changelog
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-2
- Add patch from CVS to fix display of U+3000 (#132203,
reported upstream by Suresh Chandrasekharan, Federic Zhang)
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-1
- Version 1.6.0
- Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)