From ac8ff4fac452e2a49d962864476711ae517a3729 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 8 Nov 2006 11:34:35 +0000 Subject: [PATCH] more fixing --- icu.icu5501.sinhala.biggerexpand.patch | 11 +++++++++++ icu.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 icu.icu5501.sinhala.biggerexpand.patch diff --git a/icu.icu5501.sinhala.biggerexpand.patch b/icu.icu5501.sinhala.biggerexpand.patch new file mode 100644 index 0000000..6013780 --- /dev/null +++ b/icu.icu5501.sinhala.biggerexpand.patch @@ -0,0 +1,11 @@ +--- icu.orig/source/layout/IndicClassTables.cpp 2006-10-18 09:05:20.000000000 +0100 ++++ icu/source/layout/IndicClassTables.cpp 2006-11-08 11:20:55.000000000 +0000 +@@ -284,7 +284,7 @@ + + static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; + +-static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 3, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable}; ++static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable}; + + // + // IndicClassTable addresses diff --git a/icu.spec b/icu.spec index fb7fc3d..cbd6f1a 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 3.6 -Release: 10 +Release: 11 Summary: International Components for Unicode Group: System Environment/Libraries @@ -20,6 +20,7 @@ Patch7: icu.icuXXXX.virama.prevnext.patch Patch8: icu.icu5465.telegu.patch Patch9: icu.icu5488.assamese.patch Patch10: icu.icu5500.devicetablecrash.patch +Patch11: icu.icu5501.sinhala.biggerexpand.patch %description The International Components for Unicode (ICU) libraries provide @@ -68,6 +69,7 @@ Group: Documentation %patch8 -p1 -b .icu5465.telegu.patch %patch9 -p1 -b .icu5488.assamese.patch %patch10 -p1 -b .icu5500.devicetablecrash.patch +%patch11 -p1 -b .icu5501.sinhala.biggerexpand.patch %build cd source @@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 08 2006 Caolan McNamara - 3.6-11 +- Resolves: icu.icu5501.sinhala.biggerexpand.patch + * Wed Nov 08 2006 Caolan McNamara - 3.6-10 - Resolves: rhbz#214555 icu.icu5500.devicetablecrash.patch