diff options
author | Pavel Podkorytov <pod.pavel@gmail.com> | 2019-02-07 09:38:24 +0500 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-07 11:55:10 +0100 |
commit | b6bc2df3b19122665ef39690f265a26fde20bce4 (patch) | |
tree | ee3383d1e24a3b1aeb621e6056431a8d603c3f8b /icu-testtwodigityear.patch | |
parent | 8e8e37c203b44b957c6eba657b7ff1ecbff190bd (diff) |
Update major version to 62.1
* backport FEDORA-29 package
Diffstat (limited to 'icu-testtwodigityear.patch')
-rw-r--r-- | icu-testtwodigityear.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/icu-testtwodigityear.patch b/icu-testtwodigityear.patch deleted file mode 100644 index 6d22097..0000000 --- a/icu-testtwodigityear.patch +++ /dev/null @@ -1,13 +0,0 @@ -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)); - } - - // ------------------------------------- |