diff --git a/_service b/_service index b5060ad..81c8c3c 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ enable - 5.15.13+kde@TAG_OFFSET@ + 5.15.14+kde@TAG_OFFSET@ https://invent.kde.org/qt/qt/qtbase.git git qtbase-everywhere-src kde/5.15 - v5.15.13-lts-lgpl + v5.15.14-lts-lgpl enable diff --git a/_servicedata b/_servicedata index 2126d72..8ee9756 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://invent.kde.org/qt/qt/qtbase.git - b9906b5233a80cab372c95ac4dd68b25bdca0646 \ No newline at end of file + 1c13ef067ea3c97342f98039931ea18b3992014f \ No newline at end of file diff --git a/libqt5-qtbase.changes b/libqt5-qtbase.changes index 3b0a546..ffa680a 100644 --- a/libqt5-qtbase.changes +++ b/libqt5-qtbase.changes @@ -1,3 +1,90 @@ +------------------------------------------------------------------- +Wed May 29 06:25:15 UTC 2024 - Fabian Vogt + +- Update to version 5.15.14+kde140, rebased upstream: + * xcb: Avoid repeatedly registering xsettings callbacks + * Opt out of standard library memory_resource on macOS < 14 and iOS < 17 + * QPainter: fix assert when drawing bitmaps at very near to .5 coord + * XCB: Unset the connection's mousePressWindow if it's this window + * SQL/ODBC: Pass correct length to SQLColAttribute() + * qxkbcommon: fix isKeypad + * QObjectPrivate::Signal: initialize all members + * gui: fix build against gcc-14 (-Werror=calloc-transposed-args) + * QTest::WatchDog: fix missing timeout resets on test function change + * tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCode + * Hsts: match header names case insensitively + * Blacklist tst_NetworkSelfTest::smbServer on openSUSE 15.4 + * Blacklist tst_QGlyphRun::drawRightToLeft on openSUSE 15.4 + * Match deadcode elimination with cpu feature check + * Update public suffix list for QUrl/QtNetwork + * QProcess: remove the note that it freezes threads on QNX + * Update public suffix list for QUrl/QtNetwork + * QNAM: Fix double-connect for manual redirect handling + * Android: fix build error for Qt 5.15 with NDK r24+ + * Bump tested macOS SDK to version 13 + * Darwin: Explicitly link to IOKit, as used by QSysInfo::machineUniqueId() + * Update Copyright year to 2023 + * SQLite: Update SQLite to v3.41.2 + * Android: remove getRootWindowInsets + * Blacklist tst_QItemDelegate::editorKeyPress for SLES 15.4 + * BLACKLIST tst_QListView::internalDragDropMove for SLES 15.4 + * Blacklist tst_QWindow:testInputEvents on SLES 15.4 + * Blacklist tst_gestures tests for SLES 15.4 + * Blacklist tst_QOpenGLWidget::stackWidgetOpaqueChildIsVisible for SLES 15.4 + * Blacklist tst_qwidget::widgetAt and tst_qwidget_window::tst_dnd_events + * BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for SLES 15.4 + * Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for SLES 15.4 + * Doc: Fix typo + * Android: allow using string based versions in compileSdkVersion + * QListView: No-op, when a list item is dropped directly behind itself + * Android: don't break when finding opengl plugin + * Change android target SDK version to 31 + * git: ignore ._* files + * Android: fix manual deployment with ANDROID_DEPLOYMENT_DEPENDENCIES + * QMessageAuthenticationCode: fix result() non-re-entrancy + * QMessageAuthenticationCode: Extract Methods finalize{,Unchecked}() from result() + * tst_bench_QCryptographicHash: use QMetaEnum trick + * tst_bench_QCryptographicHash: port to QTest::addRow() + * tst_qtconcurrentrun: fix UB (uninit'ed values) + * QComboBox: Disable items marked as disabled in native popups + * tst_QSslSocket_onDemandCertificates_member: Blacklist & debug + * QSQL/ODBC: fix regression (trailing NUL) + * SQLite: Update SQLite to v3.41.1 + * Android: demistify the "No platform plugin" androiddeployqt error + * QTest::WatchDog: Extract Method setExpectation() + * Tidy up qtestcase.cpp's WatchDog + * Fix thread-sanitizer warning about a data race + * macOS: Guard text input client from destroyed QCocoaWindow + * Accept full-width parentheses in removeMnemonics() + * Fix listed files for sha3_keccak + * Fix overflow in SHA-3/Keccak + * tst_QCryptographicHash: Extract Method ensureLargeData() + * QCryptographicHash: fix UB (data race on concurrent result()) [2nd try] + * QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants) + * Add q_points_into_range to container utilities + * qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len) + * QThread/Unix: fix compilation with C++11 + * QDBusError: don't refer to a QT_NAMESPACE'ed get() as ::get() + * Update to Freetype 2.13.0 + * Android: fix and document QStandardPaths behavior on different versions + * tst_qvarlengtharray: add test for QVLA(n) ctor + * Android: avoid duplicate paths from QStandardPaths::standardLocations() + * Android: document limitation for QFile::copy() operation for content uri + * Bump version to 5.15.14 + * SQLite: Update SQLite to v3.41.0 + * tst_QMessageAuthenticationCode: check that setKey() reset()s + * Avoid resetting CMAKE_AUTOMOC_MACRO_NAMES + * Set GenerateDebugInformation to true in vcproj if at least /DEBUG is set + * QCryptographicHash: add a mutex to writing to the results + * SQL/OCI: Correctly calculate utc offset string when icu is not available + * QVarLengthArray: Extract Method QtPrivate::q_rotate() + * Specify Android architecture in gradle files + * Logging: fix crash when decoding a symbol that isn't a function + * qstrncpy: NUL-terminate even when src is nullptr + * Blacklist a test in the GUI form of tst_QTimer on ubuntu-20.04 + * Blacklist tst_QTimer::zeroTimer in its Gui form + * Text: fix Soft hyphen rendering in QTextLayout::glyphRuns() + ------------------------------------------------------------------- Tue Mar 19 09:55:28 UTC 2024 - Fabian Vogt diff --git a/libqt5-qtbase.spec b/libqt5-qtbase.spec index d2d5f0a..c18a3f1 100644 --- a/libqt5-qtbase.spec +++ b/libqt5-qtbase.spec @@ -29,15 +29,15 @@ %bcond_without harfbuzz Name: libqt5-qtbase -Version: 5.15.13+kde138 +Version: 5.15.14+kde140 Release: 0 Summary: C++ Program Library, Core Components License: LGPL-3.0-only or GPL-3.0-with-Qt-Company-Qt-exception-1.1 Group: System/Libraries Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.15.13 -%define so_version 5.15.13 +%define real_version 5.15.14 +%define so_version 5.15.14 %define tar_version qtbase-everywhere-src-%{version} Source: %{tar_version}.tar.xz # to get mtime of file: diff --git a/qtbase-everywhere-src-5.15.13+kde138.obscpio b/qtbase-everywhere-src-5.15.13+kde138.obscpio deleted file mode 100644 index 81dd187..0000000 --- a/qtbase-everywhere-src-5.15.13+kde138.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81428d564eca62b21ad72086c01309be5e625257b33eaa4faf55623de7327126 -size 293884942 diff --git a/qtbase-everywhere-src-5.15.14+kde140.obscpio b/qtbase-everywhere-src-5.15.14+kde140.obscpio new file mode 100644 index 0000000..f4ebe8b --- /dev/null +++ b/qtbase-everywhere-src-5.15.14+kde140.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf515f23b434a63ea576473ab6e6330fe3f609d69081c56270ac84143370b61 +size 293927438 diff --git a/qtbase-everywhere-src.obsinfo b/qtbase-everywhere-src.obsinfo index 85c4a82..14e245e 100644 --- a/qtbase-everywhere-src.obsinfo +++ b/qtbase-everywhere-src.obsinfo @@ -1,4 +1,4 @@ name: qtbase-everywhere-src -version: 5.15.13+kde138 -mtime: 1710404481 -commit: b9906b5233a80cab372c95ac4dd68b25bdca0646 +version: 5.15.14+kde140 +mtime: 1716846364 +commit: 1c13ef067ea3c97342f98039931ea18b3992014f