From 8b6e9b170844c0525681d5df7b39213279a1c789 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sep 13 2006 03:36:52 +0000 Subject: fix Hangul decomposition --- diff --git a/pango.spec b/pango.spec index 28093e8..93a0f26 100644 --- a/pango.spec +++ b/pango.spec @@ -8,7 +8,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.14.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.14/pango-%{version}.tar.bz2 @@ -35,7 +35,10 @@ Obsoletes: pango-gtkbeta, fribidi-gtkbeta Patch1: pango-slighthint.patch # Look for pango.modules in an arch-specific directory -Patch5: pango-1.2.5-lib64.patch +Patch2: pango-1.2.5-lib64.patch + +# fixed in upstream cvs +Patch3: pango-1.14.3-hangul-decomposition.patch %description Pango is a system for layout and rendering of internationalized text. @@ -66,7 +69,8 @@ pango. %setup -q -n pango-%{version} %patch1 -p1 -b .slighthint -%patch5 -p1 -b .lib64 +%patch2 -p1 -b .lib64 +%patch3 -p0 -b .hangul-decomposition %build @@ -189,6 +193,9 @@ esac %changelog +* Tue Sep 12 2006 Matthias Clasen - 1.14.3-2 +- Fix Hangul decomposition issues (#206044) + * Mon Sep 4 2006 Matthias Clasen - 1.14.3-1 - Update to 1.14.3