more fixing
This commit is contained in:
parent
0b6c1b1f57
commit
ac8ff4fac4
11
icu.icu5501.sinhala.biggerexpand.patch
Normal file
11
icu.icu5501.sinhala.biggerexpand.patch
Normal file
@ -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
|
7
icu.spec
7
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -20,6 +20,7 @@ Patch7: icu.icuXXXX.virama.prevnext.patch
|
|||||||
Patch8: icu.icu5465.telegu.patch
|
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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The International Components for Unicode (ICU) libraries provide
|
The International Components for Unicode (ICU) libraries provide
|
||||||
@ -68,6 +69,7 @@ Group: Documentation
|
|||||||
%patch8 -p1 -b .icu5465.telegu.patch
|
%patch8 -p1 -b .icu5465.telegu.patch
|
||||||
%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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 08 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-11
|
||||||
|
- Resolves: 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