icu.icu5506.multiplevowels.patch
This commit is contained in:
parent
ac8ff4fac4
commit
02c17885cc
12
icu.icu5506.multiplevowels.patch
Normal file
12
icu.icu5506.multiplevowels.patch
Normal file
@ -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
|
9
icu.spec
9
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -21,6 +21,7 @@ Patch8: icu.icu5465.telegu.patch
|
|||||||
Patch9: icu.icu5488.assamese.patch
|
Patch9: icu.icu5488.assamese.patch
|
||||||
Patch10: icu.icu5500.devicetablecrash.patch
|
Patch10: icu.icu5500.devicetablecrash.patch
|
||||||
Patch11: icu.icu5501.sinhala.biggerexpand.patch
|
Patch11: icu.icu5501.sinhala.biggerexpand.patch
|
||||||
|
Patch12: icu.icu5506.multiplevowels.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The International Components for Unicode (ICU) libraries provide
|
The International Components for Unicode (ICU) libraries provide
|
||||||
@ -70,6 +71,7 @@ Group: Documentation
|
|||||||
%patch9 -p1 -b .icu5488.assamese.patch
|
%patch9 -p1 -b .icu5488.assamese.patch
|
||||||
%patch10 -p1 -b .icu5500.devicetablecrash.patch
|
%patch10 -p1 -b .icu5500.devicetablecrash.patch
|
||||||
%patch11 -p1 -b .icu5501.sinhala.biggerexpand.patch
|
%patch11 -p1 -b .icu5501.sinhala.biggerexpand.patch
|
||||||
|
%patch12 -p1 -b .icu5506.multiplevowels.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
@ -150,8 +152,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-12
|
||||||
|
- Resolves: rhbz#214948 icu.icu5506.multiplevowels.patch
|
||||||
|
|
||||||
* Wed Nov 08 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-11
|
* Wed Nov 08 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-11
|
||||||
- Resolves: icu.icu5501.sinhala.biggerexpand.patch
|
- Resolves: rhbz#214555 icu.icu5501.sinhala.biggerexpand.patch
|
||||||
|
|
||||||
* Wed Nov 08 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-10
|
* Wed Nov 08 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-10
|
||||||
- Resolves: rhbz#214555 icu.icu5500.devicetablecrash.patch
|
- Resolves: rhbz#214555 icu.icu5500.devicetablecrash.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user