From 31bfae44c62ed14ee672846ef8063dee8d490c23 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sep 20 2004 17:41:05 +0000 Subject: - Add patch from CVS to fix display of U+3000 (#132203, reported upstream by Suresh Chandrasekharan, Federic Zhang) --- diff --git a/pango.spec b/pango.spec index 4d33d71..a173e15 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: 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 - 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 - 1.6.0-1 - Version 1.6.0 - Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)