From b1c10b1bfef1996974d14f832337ed6bec85b886afe121b57e1e90b2d7d797b8 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 21 Apr 2023 16:08:14 +0000 Subject: [PATCH] Accepting request 1081228 from home:Vogtinator:qt5.15 Qt 5.15.9. Not built yet but submitting anyway. OBS-URL: https://build.opensuse.org/request/show/1081228 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=49 --- _service | 4 +- _servicedata | 2 +- libqt5-qtbase.changes | 150 ++++++++++++++++++++ libqt5-qtbase.spec | 6 +- qtbase-everywhere-src-5.15.8+kde185.obscpio | 3 - qtbase-everywhere-src-5.15.9+kde151.obscpio | 3 + qtbase-everywhere-src.obsinfo | 6 +- 7 files changed, 162 insertions(+), 12 deletions(-) delete mode 100644 qtbase-everywhere-src-5.15.8+kde185.obscpio create mode 100644 qtbase-everywhere-src-5.15.9+kde151.obscpio diff --git a/_service b/_service index ddb0f08..ef754e4 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ enable - 5.15.8+kde@TAG_OFFSET@ + 5.15.9+kde@TAG_OFFSET@ https://invent.kde.org/qt/qt/qtbase.git git qtbase-everywhere-src kde/5.15 - v5.15.8-lts-lgpl + v5.15.9-lts-lgpl enable diff --git a/_servicedata b/_servicedata index 8543a6c..3bc715e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://invent.kde.org/qt/qt/qtbase.git - 6c09620dc84900c31a2d307a8640dbc15b1fcfdd \ No newline at end of file + 84152777a48af444a902bbf4df8b38146171c20d \ No newline at end of file diff --git a/libqt5-qtbase.changes b/libqt5-qtbase.changes index 92b01a1..352a728 100644 --- a/libqt5-qtbase.changes +++ b/libqt5-qtbase.changes @@ -1,3 +1,153 @@ +------------------------------------------------------------------- +Fri Apr 21 09:53:51 UTC 2023 - Fabian Vogt + +- Update to version 5.15.8+kde329, rebased upstream: + * QCborValue: fix incorrect to{Array,Map} when the value is empty + * QMargins: fix a missing "full stop" in the docs + * QLibrary: restore translated string + * QLibrary: fix possible arg() format clobbering + * iOS: Use python3 for enumerating test target devices + * Android: Treat ACTION_CANCEL as TouchCancelEvent + * Doc: Fix broken formatting + * QFileSystemEngine: fix potential formatting error + * QString::asprintf: check that passing field widths as arguments works + * Backport recent QFlags tests + * network: Fix typos in documentation + * Fix accuracy with screen composition + * Doc: Update documentation for QElapsedTimer's in Windows + * Document that QStandardPath::findExecutable works with absolute paths + * macOS: Use native resize cursors for diagonal resize + * Fix clipped glyphs in text rendering of QGraphicsTextItem + * Change comparison data type to fix int overflow + * Add missing Q_WEAK_OVERLOAD definition + * Update QFileInfo docs to mention macOS aliases + * Distinguish macOS aliases from normal symbolic links + * Windows QPA: Fix frameless maximize on secondary screens + * Rewrite tst_qdataurl as a data-driven test + * Fix compilation for wasm + * QIOSFileDialog/QIOSDocumentPickerController - handle dismissed view controller + * Fix QDockWidget's dock area permissions after hovering + * Fix C++20 ambiguous relational operators between QJsonValue{,Ref} + * Android: make sure that orientationChange is reported after resize + * Android: set all QScreen's geometry-related parameters together + * Blacklist: test cases blacklisted in tst_QDBusConnection: + * wasm: fix issue with passing username/password to network request + * macOS: Pass multi arch flags when linking qmake + * QCocoaFileDialogHelper: Always enable symlinks and aliases to directories + * Android: terminate argv passed to main() with nullptr + * Update bundled libjpeg-turbo to version 2.1.3 + * ANGLE: Load the DirectX libraries from the system path directly + * SQLite: Update SQLite to v3.37.2 + * Fix compiler warnings about unused parameters + * Fix getsockopt option_value initial initialization + * Http2: Fix redirect-handling + * Android A11Y: Fix value rounding + * Android A11Y: Announce value together with element name when focused + * Android A11Y: handle valueChanged events + * tst_QSystemSemaphore: give proper path to test-helper + * QNX: Silence compiler warning by initializing variable + * Update LICENSE.QT-LICENSE-AGREEMENT + * winrt appxmanifest: Properly replace VCLibs version for newer MSVC versions + * QAbstractSocket: Don't pretend pause and resume is a stack + * Gui: test also depends for clipboard feature + * QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHandler() + * macOS: Respect QMAKE_APPLE_DEVICE_ARCHS when building qmake + * HTTP: Make redirect response parsing more generic + * BLACKLIST: tst_QGlyphRun::mixedScripts for Ubuntu 20.04 + * Android A11Y: populate child elements when constructing node info + * Fix issue where readyRead() could happen after disconnected() + * QStringView: add missing constexpr so we can use is_constant_evaluated + * Use Android's View.generateViewId() for generating ids for views/surfaces + * Remove documentation of non-existing QAccessible state + * Doc: Fix snippet to match actual QFileInfo behavior + * Android: Re-focus focused accessibility node after orientation change + * Android A11Y: execute C++ code on main Qt thread + * Android: extract parentId for hidden object in advance + * xcb: Show valuator atom names properly in categorized logging + * Android: replace stacktrace with debug message in search for setService + * Better document attaching a QFutureWatcher to a started QFuture + * doc: Update GenericDataLocation location on iOS + * BLACKLIST test_Gestures tests for RHEL-8.4 + * QPlainTestLogger: do not print "failure location" if there's no failure + * QAbstractItemView: do not access invalid model indices (3/N) + * Win32: always allow the event loop to be woken up by posted events + * rhi: d3d11: Use __uuidof where we can + * Don't QEXPECT_FAIL tst_QLineEdit::testQuickSelectionWithMouse on macOS ARM + * Network: Emit authenticationRequired when using Ntlm + * testlib: Disable window restoration on macOS in a non-persistent way + * QAbstractItemView: do not access invalid model indices (2/N) + * QAbstractItemView: do not access invalid model indices (1/N) + * QAbstractItemView: code tidies + * Update float16 part of TestLib selftest + * QGuiApplication: constant-initialize lastCursorPosition + * Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows versions + * [Android]: Handle the screen name, modes and refreshRate properly + * QVersionNumber: remove the "pure" attribute from commonPrefix() + * QEvent: initialize the static userEventTypeRegistry constexprly + * Let QXcbGlxWindow::createVisual fallback to QXcbWindow::createVisual + * Android A11Y: fix content update notification when object is hidden + * Android: explicitly remove accessibility focus when element is hidden + * BLACKLIST tst_qfont for Red Hat 8.4 and Ubuntu 20.04 + * QtCore: includemocs + * Fix memory leak in QtConcurrent::run when called with a NULL QThreadPool + * INTEGRITY: Prevent deletion of virtual functions + * QMake: replace a Q_ASSERT() with a Q_UNREACHABLE() + * QTransform benchmark: measure what was promised + * QStaticByteArrayMatcher: add a useful comment + * QMacStyle: use the 'momentary push in' type for push buttons + * qopengl.h: Move C header #include(s) out of the QT_NAMESPACE + * Enable all supported 1.0 device features in QVulkanWindow + * Fix queue passed to vkQueuePresent + * QFusionStyle: don't draw an invalid outline for up/down buttons + * Doc: Make QListIterator snippets more robust + * QVersionNumber: don't detach() in rvalue QList/QVector ctor + * QNetworkRequest: Document how Qt handles 301 and 302 status codes + * Convert date-time to UTC before claiming it's in GMT + * Remove execute permission from XML files + * Add test case for style sheet selectors for enum properties + * FreeType: allow falling back to synthesized bold if desired + * Fix an assertion failure in massageAdjustedDateTime() + * Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1 + * Doc: Replace "C:Documents and Settings" paths + * QOrderedMutexLocker: fix compilation with C++11 + * QHttpNetworkConnection: Always set proxy settings to all channels + * Add a markdown writer test for a checklist item ending with `code` + * Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spans + * QWizardLayoutInfo: make == and != operators const + * Revert "Android: Fix screen flicker issues" + * macOS: Handle momentum scroll NSEventPhaseBegan when scroll had ended + * SQLite: Update SQLite to v3.37.0 + * Update copyright year to 2022 + * QTzTimeZonePrivate: use ctor delegation instead of init() + * QTzTimeZonePrivate: fix permanently-detaching m_icu + * tst_QGraphicsView: fix memleak + * Doc: Update external links to Qt Creator Manual + * macOS: assume an unidentified tablet device is a stylus + * tst_QItemModel: fix memleaks + * tst_qanimationgroup: fix memleaks + * QAbstractAnimation: add missing forward-declaration + * [doc] QCoreApplication::installTranslator() doesn't take ownership + * tst_qtranslator: fix memleak + * QTestData: fix streaming of u8 string literals in C++20 mode + * QThread/Unix: extract duplicate code + * QWindowPrivate: fix inconsistent inline on some methods + * tst_QStringList: check that join(u'0') embeds NULs + * macOS: Sanitize scroll deltas for NSEventPhaseCancelled + * tst_qsharedmemory: skip readOnly() test under asan + * QXmlStreamReader: update test distribution + * QZipReader: update to unzip partly broken archives + * Deliver context menu event with correct coordinates to widgets in popups + * QTextHtmlParser: fix prefix lookahead and html comments + * QtConcurrent::run crashes on program exit + * tst_QPropertyAnimation: fix leaks occurring under normal operation + * tst_QPropertyAnimation: fix wrong comment + * QLogging: fix potential missing NUL-terminator when calling OutputDebugString + * Fix qt_scrollRectInImage when scrolling outside of the image +- Commits dropped by the rebase: + * Fix compile with Qt5: Use QString::mid instead of QString::sliced + * Restore C++11 compatibility after e8b9f4c28d3ab5e960dc54f2dc0c4b749b0b50e0 + * QDateTime: Don't require c++17 + ------------------------------------------------------------------- Mon Apr 03 10:48:53 UTC 2023 - Fabian Vogt diff --git a/libqt5-qtbase.spec b/libqt5-qtbase.spec index 9b6c25d..d3ac67e 100644 --- a/libqt5-qtbase.spec +++ b/libqt5-qtbase.spec @@ -29,15 +29,15 @@ %bcond_without harfbuzz Name: libqt5-qtbase -Version: 5.15.8+kde185 +Version: 5.15.9+kde151 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.8 -%define so_version 5.15.8 +%define real_version 5.15.9 +%define so_version 5.15.9 %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.8+kde185.obscpio b/qtbase-everywhere-src-5.15.8+kde185.obscpio deleted file mode 100644 index 5fe41ec..0000000 --- a/qtbase-everywhere-src-5.15.8+kde185.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3df7af16720f81980f057b60657dd464ddb0c0f2b87c45ea3d4a3e685c5d2b4 -size 293213198 diff --git a/qtbase-everywhere-src-5.15.9+kde151.obscpio b/qtbase-everywhere-src-5.15.9+kde151.obscpio new file mode 100644 index 0000000..f47ca49 --- /dev/null +++ b/qtbase-everywhere-src-5.15.9+kde151.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bfb88179dd0cfecececc225b78b048fd2578b69239c085cb6feaa7b1822b97 +size 293011470 diff --git a/qtbase-everywhere-src.obsinfo b/qtbase-everywhere-src.obsinfo index e5c9821..40b5a21 100644 --- a/qtbase-everywhere-src.obsinfo +++ b/qtbase-everywhere-src.obsinfo @@ -1,4 +1,4 @@ name: qtbase-everywhere-src -version: 5.15.8+kde185 -mtime: 1679710430 -commit: 6c09620dc84900c31a2d307a8640dbc15b1fcfdd +version: 5.15.9+kde151 +mtime: 1681119505 +commit: 84152777a48af444a902bbf4df8b38146171c20d