[icu] build fix needed

Caolan McNamara caolanm at fedoraproject.org
Mon Oct 4 14:31:22 UTC 2010


commit b35314b5bd55a28c80351132d47c35e419582240
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 4 15:31:25 2010 +0100

    build fix needed

 icu.8011.buildfix.patch |   11 +++++++++++
 icu.spec                |    2 ++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/icu.8011.buildfix.patch b/icu.8011.buildfix.patch
new file mode 100644
index 0000000..aaed51a
--- /dev/null
+++ b/icu.8011.buildfix.patch
@@ -0,0 +1,11 @@
+--- icu/source/test/intltest/numfmtst.cpp	2010-10-04 15:16:58.000000000 +0100
++++ icu/source/test/intltest/numfmtst.cpp	2010-10-04 15:22:37.000000000 +0100
+@@ -6144,7 +6144,7 @@
+        ) 
+     { 
+         errln("ERROR: parse failed - expected 123.0, 3  - returned %d, %i", 
+-               result.getDouble(), parsePos); 
++               result.getDouble(), parsePos.getErrorIndex()); 
+     } 
+ } 
+ 
diff --git a/icu.spec b/icu.spec
index 4b54398..4c5c936 100644
--- a/icu.spec
+++ b/icu.spec
@@ -16,6 +16,7 @@ Patch2:  icu.6995.kannada.patch
 Patch3:  icu.7971.buildfix.patch
 Patch4:  icu.7972.buildfix.patch
 Patch5:  icu.7932.doublecompare.patch
+Patch6:  icu.8011.buildfix.patch
 
 %description
 Tools and utilities for developing with icu.
@@ -60,6 +61,7 @@ BuildArch: noarch
 %patch3 -p1 -b .icu7971.buildfix.patch
 %patch4 -p1 -b .icu7972.buildfix.patch
 %patch5 -p1 -b .icu7932.doublecompare.patch
+%patch6 -p1 -b .icu8011.buildfix.patch
 
 %build
 cd source


More information about the scm-commits mailing list