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/package/show/KDE:Qt5/libqt5-qtbase?expand=0&rev=28
This commit is contained in:
parent
1ba8131694
commit
c8e5003932
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
|
||||
<param name="changesrevision">b8841b34c5b90bf32394568102888ddc559f3ddc</param></service></servicedata>
|
||||
<param name="changesrevision">d2bd04d9fe03912097d3246b7d03ef14f425256b</param></service></servicedata>
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 27 17:51:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- 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 <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec691c39f69fbb46f9e1221543f4f41ddd62455b4b62a7c26f0d3c1ee8faa204
|
||||
size 291136015
|
3
qtbase-everywhere-src-5.15.2+kde222.obscpio
Normal file
3
qtbase-everywhere-src-5.15.2+kde222.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68e14831dcd9d7573b2c1008663d31e7a0a9683031d38e2a9db3c4ced2d79e1e
|
||||
size 291323406
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user