From b6bc2df3b19122665ef39690f265a26fde20bce4 Mon Sep 17 00:00:00 2001 From: Pavel Podkorytov Date: Thu, 7 Feb 2019 09:38:24 +0500 Subject: Update major version to 62.1 * backport FEDORA-29 package --- do-not-fail-intltest-because-of-changed-data.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 do-not-fail-intltest-because-of-changed-data.patch (limited to 'do-not-fail-intltest-because-of-changed-data.patch') 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){ -- cgit