|
|
Author: caolanm
Update of /cvs/dist/rpms/icu/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32276
Modified Files:
icu.spec
Added Files:
icu.icu5506.multiplevowels.patch
Log Message:
icu.icu5506.multiplevowels.patch
icu.icu5506.multiplevowels.patch:
IndicReordering.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE icu.icu5506.multiplevowels.patch ---
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
Index: icu.spec
===================================================================
RCS file: /cvs/dist/rpms/icu/devel/icu.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- icu.spec 8 Nov 2006 11:34:35 -0000 1.39
+++ icu.spec 10 Nov 2006 10:00:29 -0000 1.40
@@ -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 @@
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 @@
%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 @@
%changelog
+* Fri Nov 10 2006 Caolan McNamara <caolanm@xxxxxxxxxx> - 3.6-12
+- Resolves: rhbz#214948 icu.icu5506.multiplevowels.patch
+
* Wed Nov 08 2006 Caolan McNamara <caolanm@xxxxxxxxxx> - 3.6-11
-- Resolves: icu.icu5501.sinhala.biggerexpand.patch
+- Resolves: rhbz#214555 icu.icu5501.sinhala.biggerexpand.patch
* Wed Nov 08 2006 Caolan McNamara <caolanm@xxxxxxxxxx> - 3.6-10
- Resolves: rhbz#214555 icu.icu5500.devicetablecrash.patch
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|