From 02c17885cc24397d96509dd9bb5e946f66f366f8 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 10 Nov 2006 10:00:29 +0000 Subject: [PATCH] icu.icu5506.multiplevowels.patch --- icu.icu5506.multiplevowels.patch | 12 ++++++++++++ icu.spec | 9 +++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 icu.icu5506.multiplevowels.patch diff --git a/icu.icu5506.multiplevowels.patch b/icu.icu5506.multiplevowels.patch new file mode 100644 index 0000000..5690ec7 --- /dev/null +++ b/icu.icu5506.multiplevowels.patch @@ -0,0 +1,12 @@ +diff -ur icu.orig/source/layout/IndicReordering.cpp icu/source/layout/IndicReordering.cpp +--- icu.orig/source/layout/IndicReordering.cpp 2006-11-10 09:42:44.000000000 +0000 ++++ icu/source/layout/IndicReordering.cpp 2006-11-10 09:47:05.000000000 +0000 +@@ -395,7 +395,7 @@ + {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, 9, 5, 5, 4, 12}, // 2 - consonant with nukta + {-1, 6, 1, -1, -1, -1, -1, -1, 2, 5, 9, 5, 5, 4, 12}, // 3 - consonant + {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, 7}, // 4 - consonant virama +- {-1, 6, 1, -1, -1, -1, -1, -1, -1, 5, -1, -1, -1, -1, -1}, // 5 - dependent vowels ++ {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 5 - dependent vowels + {-1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 6 - vowel mark + {-1, -1, -1, -1, -1, -1, 3, 2, -1, -1, -1, -1, -1, -1, -1}, // 7 - consonant virama ZWJ, consonant ZWJ virama + {-1, 6, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 4, -1}, // 8 - independent vowels that can take a virama diff --git a/icu.spec b/icu.spec index cbd6f1a..ad0c901 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 3.6 -Release: 11 +Release: 12 Summary: International Components for Unicode Group: System Environment/Libraries @@ -21,6 +21,7 @@ Patch8: icu.icu5465.telegu.patch Patch9: icu.icu5488.assamese.patch Patch10: icu.icu5500.devicetablecrash.patch Patch11: icu.icu5501.sinhala.biggerexpand.patch +Patch12: icu.icu5506.multiplevowels.patch %description The International Components for Unicode (ICU) libraries provide @@ -70,6 +71,7 @@ Group: Documentation %patch9 -p1 -b .icu5488.assamese.patch %patch10 -p1 -b .icu5500.devicetablecrash.patch %patch11 -p1 -b .icu5501.sinhala.biggerexpand.patch +%patch12 -p1 -b .icu5506.multiplevowels.patch %build cd source @@ -150,8 +152,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 10 2006 Caolan McNamara - 3.6-12 +- Resolves: rhbz#214948 icu.icu5506.multiplevowels.patch + * Wed Nov 08 2006 Caolan McNamara - 3.6-11 -- Resolves: icu.icu5501.sinhala.biggerexpand.patch +- Resolves: rhbz#214555 icu.icu5501.sinhala.biggerexpand.patch * Wed Nov 08 2006 Caolan McNamara - 3.6-10 - Resolves: rhbz#214555 icu.icu5500.devicetablecrash.patch