diff --git a/icu.spec b/icu.spec index 097be25..7be8e44 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 3.6 -Release: 1 +Release: 2 Summary: International Components for Unicode Group: System Environment/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: doxygen, autoconf Patch1: icu-3.4-multiarchdevel.patch Patch2: icu-config +Patch3: icu.rh205252-gnome121882-icu4026-dependantvowels.patch %description The International Components for Unicode (ICU) libraries provide @@ -51,6 +52,7 @@ Group: Documentation %prep %setup -q -n %{name} %patch1 -p1 -b .multiarchdevel +%patch3 -p1 -b .dependantvowels %build cd source @@ -131,6 +133,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 06 2006 Caolan McNamara - 3.6-2 +- fix rh#205252# (gnome121882-icu4026) to make icu like pango + for multiple dependant vowels + * Mon Sep 03 2006 Caolan McNamara - 3.6-1 - final release