diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index e0feba0..51fa6e1 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -57,7 +57,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.15.9 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details @@ -1124,6 +1124,10 @@ fi %changelog +* Wed Apr 26 2023 Jan Grulich - 5.15.9-3 +- Rebuild (elfutils#2188064) + Resolves: bz#2175727 + * Tue Apr 25 2023 Jan Grulich - 5.15.9-2 - Disable tests failing in gating Resolves: bz#2175727 diff --git a/qtbase-disable-tests-not-working-in-gating.patch b/qtbase-disable-tests-not-working-in-gating.patch index bc56873..7a66931 100644 --- a/qtbase-disable-tests-not-working-in-gating.patch +++ b/qtbase-disable-tests-not-working-in-gating.patch @@ -9,12 +9,12 @@ index 2accf99c..31478c1d 100644 - void lastModified(); + // void lastModified(); void resourcesInStaticPlugins(); - + private: @@ -645,19 +645,19 @@ void tst_QResourceEngine::setLocale() QLocale::setDefault(QLocale::system()); } - + -void tst_QResourceEngine::lastModified() -{ - { @@ -41,11 +41,11 @@ index 2accf99c..31478c1d 100644 +// QVERIFY(fi.lastModified().isValid()); +// } +// } - + Q_IMPORT_PLUGIN(PluginClass) void tst_QResourceEngine::resourcesInStaticPlugins() diff --git a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp -index fe63cecc..d08c95fb 100644 +index fe63cecc..e1686aea 100644 --- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp +++ b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp @@ -46,7 +46,7 @@ private slots: @@ -56,11 +56,11 @@ index fe63cecc..d08c95fb 100644 + // void caching(); #endif }; - -@@ -202,35 +202,35 @@ void tst_QStorageInfo::tempFile() + +@@ -202,34 +202,34 @@ void tst_QStorageInfo::tempFile() QVERIFY(free != storage2.bytesFree()); } - + -void tst_QStorageInfo::caching() -{ - QTemporaryFile file; @@ -89,7 +89,6 @@ index fe63cecc..d08c95fb 100644 - } - QVERIFY(free != storage2.bytesFree()); -} --#endif +// void tst_QStorageInfo::caching() +// { +// QTemporaryFile file; @@ -118,7 +117,6 @@ index fe63cecc..d08c95fb 100644 +// } +// QVERIFY(free != storage2.bytesFree()); +// } -+// #endif - + #endif + QTEST_MAIN(tst_QStorageInfo) -