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:01:44 +0100 |
commit | d42861a783ec16c6c867ff1d8db38ad773f4fc44 (patch) | |
tree | 6ca44118d2ae20c74b4d33e3489fd971ffc6942e /do-not-fail-intltest-because-of-changed-data.patch | |
parent | 8e8e37c203b44b957c6eba657b7ff1ecbff190bd (diff) |
Update major version to 62.1
* backport FEDORA-29 package
* remove tz version updating
Diffstat (limited to 'do-not-fail-intltest-because-of-changed-data.patch')
-rw-r--r-- | do-not-fail-intltest-because-of-changed-data.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/do-not-fail-intltest-because-of-changed-data.patch b/do-not-fail-intltest-because-of-changed-data.patch deleted file mode 100644 index 1bd70f0..0000000 --- a/do-not-fail-intltest-because-of-changed-data.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- icu/source/test/intltest/intltest.cpp 2013-01-11 01:22:00.000000000 +0100 -+++ icu/source/test/intltest/intltest.cpp 2018-06-15 09:17:32.714205868 +0200 -@@ -1425,7 +1425,11 @@ - if(ctest_xml_fini()) - return 1; - -- return major.getErrors(); -+ if(!warnOnMissingData) { -+ return major.getErrors(); -+ } else { -+ return 0; -+ } - } - - const char* IntlTest::loadTestData(UErrorCode& err){ |