rpms/icu/devel icu.icu5431.malayam.patch, 1.4, 1.5 icu.spec, 1.64, 1.65

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Jan 31 15:26:07 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/icu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2145

Modified Files:
	icu.icu5431.malayam.patch icu.spec 
Log Message:
Resolves: rhbz#431029, rhbz#424661 Remove workaround for 0D31 characters

icu.icu5431.malayam.patch:

Index: icu.icu5431.malayam.patch
===================================================================
RCS file: /cvs/pkgs/rpms/icu/devel/icu.icu5431.malayam.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icu.icu5431.malayam.patch	13 Dec 2007 14:24:07 -0000	1.4
+++ icu.icu5431.malayam.patch	31 Jan 2008 15:25:55 -0000	1.5
@@ -75,15 +75,14 @@
                  if (IndicClassTable::isConsonant(charClass)) {
                      if (postBaseLimit == 0 || seenVattu ||
                          (baseConsonant > baseLimit && !classTable->isVirama(chars[baseConsonant - 1])) ||
-@@ -645,6 +720,21 @@
+@@ -645,6 +720,20 @@
                  output.writeChar(chars[i], i, tagArray4);
              }
  
-+            /* for the special conjuction of Cons+0x0d4d+0x0d31 or Cons+0x0d4d+0x0d30 of Malayalam */
++            /* for the special conjuction of Cons+0x0d4d+0x0d30 of Malayalam */
 +            if ((baseConsonant - 2 >= 0) &&
 +                (chars[baseConsonant - 1] == 0x0d4d) &&
-+		((chars[baseConsonant] == 0x0d31) || 
-+		 (chars[baseConsonant] == 0x0d30)) &&
++		 (chars[baseConsonant] == 0x0d30) &&
 +                ((chars[baseConsonant - 2] >= 0x0d15) &&
 +                 (chars[baseConsonant - 2] <= 0x0d39)))  {
 +               if (baseConsonant < 3 || chars[baseConsonant - 3] != 0x0d4d) {


Index: icu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icu/devel/icu.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- icu.spec	25 Jan 2008 13:12:10 -0000	1.64
+++ icu.spec	31 Jan 2008 15:25:55 -0000	1.65
@@ -1,6 +1,6 @@
 Name:      icu
 Version:   3.8.1
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   International Components for Unicode
 Group:     Development/Tools
 License:   MIT
@@ -145,6 +145,9 @@
 %doc source/__docs/%{name}/html/*
 
 %changelog
+* Thu Jan 31 2008 Caolan McNamara <caolanm at redhat.com> - 3.8.1-4
+- Resolves: rhbz#431029, rhbz#424661 Remove workaround for 0D31 characters
+
 * Fri Jan 25 2008 Caolan McNamara <caolanm at redhat.com> - 3.8.1-3
 - CVE-2007-4770 CVE-2007-4771 add icu.regexp.patch
 - Resolves: rhbz#423211 fix malalayam stuff in light of syllable




More information about the fedora-extras-commits mailing list