From c311e9efcba3e87e90ad43790c52746a4c009f96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Nov 2014 19:11:32 +0100 Subject: icu-last: add patch from fedora rawhide, fix FTBFS --- icu-testtwodigityear.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 icu-testtwodigityear.patch (limited to 'icu-testtwodigityear.patch') diff --git a/icu-testtwodigityear.patch b/icu-testtwodigityear.patch new file mode 100644 index 0000000..6d22097 --- /dev/null +++ b/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)); + } + + // ------------------------------------- -- cgit