diff --git a/SOURCES/icu-config.sh b/SOURCES/icu-config.sh index 7a75efa..be85496 100644 --- a/SOURCES/icu-config.sh +++ b/SOURCES/icu-config.sh @@ -1,7 +1,7 @@ #!/bin/sh OOO_ARCH=$(uname -m) case $OOO_ARCH in - x86_64 | s390x | ppc64 | sparc64 | aarch64) + x86_64 | s390x | ppc64 | sparc64 | aarch64 | ppc64le ) bits=64 ;; * ) diff --git a/SOURCES/icu-testtwodigityear.patch b/SOURCES/icu-testtwodigityear.patch new file mode 100644 index 0000000..6d22097 --- /dev/null +++ b/SOURCES/icu-testtwodigityear.patch @@ -0,0 +1,13 @@ +In the year 2034 ... +http://sourceforge.net/p/icu/mailman/message/32443311/ +--- icu.orig/source/test/intltest/dtfmttst.cpp 2013-10-04 22:48:00.000000000 +0200 ++++ icu/source/test/intltest/dtfmttst.cpp 2014-06-13 19:34:40.611299572 +0200 +@@ -1129,7 +1129,7 @@ + return; + } + parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5)); +- parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4)); ++ parse2DigitYear(fmt, "4/6/34", date(134, UCAL_JUNE, 4)); + } + + // ------------------------------------- diff --git a/SPECS/icu.spec b/SPECS/icu.spec index 5c73473..943fb92 100644 --- a/SPECS/icu.spec +++ b/SPECS/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 50.1.2 -Release: 11%{?dist} +Release: 15%{?dist} Summary: International Components for Unicode Group: Development/Tools License: MIT and UCD and Public Domain @@ -22,6 +22,7 @@ Patch6: icuinfo-man.patch Patch7: icu.10143.memory.leak.crash.patch Patch8: icu.10318.CVE-2013-2924_changeset_34076.patch Patch9: icu.rhbz1074549.CVE-2013-5907.patch +Patch10: icu-testtwodigityear.patch %description Tools and utilities for developing with icu. @@ -74,6 +75,7 @@ BuildArch: noarch %patch7 -p1 -b .icu10143.memory.leak.crash.patch %patch8 -p1 -b .icu10318.CVE-2013-2924_changeset_34076.patch %patch9 -p1 -b .icurhbz1074549.CVE-2013-5907.patch +%patch10 -p1 -b .icu-testtwodigityear.patch %build cd source @@ -181,6 +183,18 @@ make %{?_smp_mflags} -C source check %doc source/__docs/%{name}/html/* %changelog +* Tue Aug 19 2014 Eike Rathke - 50.1.2-15 +- Resolves: rhbz#1126237 correct sources list file + +* Mon Aug 18 2014 Eike Rathke - 50.1.2-14 +- Resolves: rhbz#1126237 bumped n-v-r for icu-config.sh upload + +* Mon Aug 04 2014 Eike Rathke - 50.1.2-13 +- Resolves: rhbz#1126237 icu-config for ppc64le + +* Mon Jul 14 2014 Eike Rathke - 50.1.2-12 +- Resolves: rhbz#1115726 bad 2-digit year test case, FTBFS + * Tue Mar 11 2014 Eike Rathke - 50.1.2-11 - Resolves: rhbz#1074549 Layout Engine LookupProcessor insufficient input checks