Resolves: rhbz#437761 add icu.icu6213.bengali.worstcase.patch
This commit is contained in:
parent
63d5041f05
commit
1b2591bf49
11
icu.icu6213.bengali.worstcase.patch
Normal file
11
icu.icu6213.bengali.worstcase.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- icu.orig/source/layout/IndicClassTables.cpp 2008-03-17 18:45:59.000000000 +0000
|
||||
+++ icu/source/layout/IndicClassTables.cpp 2008-03-17 18:46:08.000000000 +0000
|
||||
@@ -269,7 +269,7 @@
|
||||
//
|
||||
static const IndicClassTable devaClassTable = {0x0900, 0x0970, 2, DEVA_SCRIPT_FLAGS, devaCharClasses, NULL};
|
||||
|
||||
-static const IndicClassTable bengClassTable = {0x0980, 0x09FA, 3, BENG_SCRIPT_FLAGS, bengCharClasses, bengSplitTable};
|
||||
+static const IndicClassTable bengClassTable = {0x0980, 0x09FA, 4, BENG_SCRIPT_FLAGS, bengCharClasses, bengSplitTable};
|
||||
|
||||
static const IndicClassTable punjClassTable = {0x0A00, 0x0A74, 2, PUNJ_SCRIPT_FLAGS, punjCharClasses, NULL};
|
||||
|
5
icu.spec
5
icu.spec
@ -1,6 +1,6 @@
|
||||
Name: icu
|
||||
Version: 3.8.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: International Components for Unicode
|
||||
Group: Development/Tools
|
||||
License: MIT
|
||||
@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc source/__docs/%{name}/html/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 17 2008 Caolan McNamara <caolanm@redhat.com> - 3.8.1-6
|
||||
- Resolves: rhbz#437761 add icu.icu6213.bengali.worstcase.patch
|
||||
|
||||
* Mon Feb 04 2008 Caolan McNamara <caolanm@redhat.com> - 3.8.1-5
|
||||
- Resolves: rhbz#431401 split syllables on 1st 0d4d of a 0d4d +
|
||||
(>= 0d15 && <= 0d39) + 0d4d + 0d30 sequence
|
||||
|
Loading…
Reference in New Issue
Block a user