build fix needed
This commit is contained in:
parent
ff2e61c8b5
commit
b35314b5bd
11
icu.8011.buildfix.patch
Normal file
11
icu.8011.buildfix.patch
Normal file
@ -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());
|
||||
}
|
||||
}
|
||||
|
2
icu.spec
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user