From 20cf85299890d4bced877f6211ee22d299e6c3cb33874e7c8961357d43dae4b6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 28 Aug 2021 10:59:14 +0000 Subject: [PATCH] Accepting request 914768 from home:Vogtinator:myqt5.15 Tested, no issues found. No private ABI changes. - Update to version 5.15.2+kde222: * Revert "QString::lastIndexOf: fix off-by-one for zero length matches" * MySQL: treat the MYSQL_FIELD as read-only * Remove checks for glibc < 2 from qplatformdefs.h files * linux-clang/qplatformdefs: fix building with musl libc * Refix for avoiding huge number of tiny dashes * Improve fix for avoiding huge number of tiny dashes * Avoid processing-intensive painting of high number of tiny dashes * xcb: add a timeout control when reading INCR property * Remove another usage of mysql_get_client_version() * MySQL: remove the version number checks in favor of actual functionality * QLibraryInfo: Add MSVC 2022 * doCrypt() - check the error codes * Restore C++11 compatibility of QSharedPointer code * opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY() * Fix rvalue overload of qobject_pointer_cast for GCC 9.3 * QVarLengthArray: fix aliasing error in insert(it, n, v) * Fix memory leak of QOffscreenScreen in QOffscreenIntegration * Fix tst_moc for C++17 * Add missing limits include * xcb: Avoid use-after-free in QXcbConnection::initializeScreens() * xcb: Remove need for QXCBScreen to resolve QXcbGlIntegration * Update shared-mime-info to the 2.1 release, adjust implementation OBS-URL: https://build.opensuse.org/request/show/914768 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=28 --- _servicedata | 2 +- libqt5-qtbase.changes | 27 +++++++++++++++++++++ libqt5-qtbase.spec | 2 +- qtbase-everywhere-src-5.15.2+kde200.obscpio | 3 --- qtbase-everywhere-src-5.15.2+kde222.obscpio | 3 +++ qtbase-everywhere-src.obsinfo | 6 ++--- 6 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 qtbase-everywhere-src-5.15.2+kde200.obscpio create mode 100644 qtbase-everywhere-src-5.15.2+kde222.obscpio diff --git a/_servicedata b/_servicedata index c5556e2..f7d2340 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://invent.kde.org/qt/qt/qtbase.git - b8841b34c5b90bf32394568102888ddc559f3ddc \ No newline at end of file + d2bd04d9fe03912097d3246b7d03ef14f425256b \ No newline at end of file diff --git a/libqt5-qtbase.changes b/libqt5-qtbase.changes index 4724591..cca9e0d 100644 --- a/libqt5-qtbase.changes +++ b/libqt5-qtbase.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Aug 27 17:51:39 UTC 2021 - Fabian Vogt + +- Update to version 5.15.2+kde222: + * Revert "QString::lastIndexOf: fix off-by-one for zero length matches" + * MySQL: treat the MYSQL_FIELD as read-only + * Remove checks for glibc < 2 from qplatformdefs.h files + * linux-clang/qplatformdefs: fix building with musl libc + * Refix for avoiding huge number of tiny dashes + * Improve fix for avoiding huge number of tiny dashes + * Avoid processing-intensive painting of high number of tiny dashes + * xcb: add a timeout control when reading INCR property + * Remove another usage of mysql_get_client_version() + * MySQL: remove the version number checks in favor of actual functionality + * QLibraryInfo: Add MSVC 2022 + * doCrypt() - check the error codes + * Restore C++11 compatibility of QSharedPointer code + * opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY() + * Fix rvalue overload of qobject_pointer_cast for GCC 9.3 + * QVarLengthArray: fix aliasing error in insert(it, n, v) + * Fix memory leak of QOffscreenScreen in QOffscreenIntegration + * Fix tst_moc for C++17 + * Add missing limits include + * xcb: Avoid use-after-free in QXcbConnection::initializeScreens() + * xcb: Remove need for QXCBScreen to resolve QXcbGlIntegration + * Update shared-mime-info to the 2.1 release, adjust implementation + ------------------------------------------------------------------- Thu Jun 24 19:16:41 UTC 2021 - Fabian Vogt diff --git a/libqt5-qtbase.spec b/libqt5-qtbase.spec index c4609d8..cb403cd 100644 --- a/libqt5-qtbase.spec +++ b/libqt5-qtbase.spec @@ -29,7 +29,7 @@ %bcond_without harfbuzz Name: libqt5-qtbase -Version: 5.15.2+kde200 +Version: 5.15.2+kde222 Release: 0 Summary: C++ Program Library, Core Components License: LGPL-3.0-only or GPL-3.0-with-Qt-Company-Qt-exception-1.1 diff --git a/qtbase-everywhere-src-5.15.2+kde200.obscpio b/qtbase-everywhere-src-5.15.2+kde200.obscpio deleted file mode 100644 index d7957ca..0000000 --- a/qtbase-everywhere-src-5.15.2+kde200.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec691c39f69fbb46f9e1221543f4f41ddd62455b4b62a7c26f0d3c1ee8faa204 -size 291136015 diff --git a/qtbase-everywhere-src-5.15.2+kde222.obscpio b/qtbase-everywhere-src-5.15.2+kde222.obscpio new file mode 100644 index 0000000..3e1e476 --- /dev/null +++ b/qtbase-everywhere-src-5.15.2+kde222.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e14831dcd9d7573b2c1008663d31e7a0a9683031d38e2a9db3c4ced2d79e1e +size 291323406 diff --git a/qtbase-everywhere-src.obsinfo b/qtbase-everywhere-src.obsinfo index 1bbfcd9..581de88 100644 --- a/qtbase-everywhere-src.obsinfo +++ b/qtbase-everywhere-src.obsinfo @@ -1,5 +1,5 @@ name: qtbase-everywhere-src -version: 5.15.2+kde200 -mtime: 1624296086 -commit: b8841b34c5b90bf32394568102888ddc559f3ddc +version: 5.15.2+kde222 +mtime: 1629930532 +commit: d2bd04d9fe03912097d3246b7d03ef14f425256b