Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libQt5Sql5-postgresql-5.15.18+kde109-1.4 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libQt5Sql5-postgresql Distribution: openSUSE Tumbleweed
Version: 5.15.18+kde109 Vendor: openSUSE
Release: 1.4 Build date: Mon Nov 3 15:49:34 2025
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 359869 Source RPM: libqt5-qtbase-5.15.18+kde109-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.qt.io
Summary: Qt 5 PostgreSQL plugin
The Qt SQL module uses driver plugins to communicate with the
different database APIs.

The QPSQL driver supports version 7.3 and higher of the PostgreSQL
server.

Provides

Requires

License

LGPL-3.0-only or GPL-3.0-with-Qt-Company-Qt-exception-1.1

Changelog

* Mon Nov 03 2025 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.18+kde109, rebased upstream:
    * Revert "xcb: handle XI2 input button and motion events from slave devices"
    * Update the opensource lisence to .sh file
    * Revert "SQLite: Update SQLite to v3.45.3"
    * Revert "Update Harfbuzz to 8.4.0"
    * Update to Harfbuzz 10.0.1
    * Update bundled libpng to version 1.6.44
    * Update bundled libjpeg-turbo to version 3.0.4
    * Update to Harfbuzz 9.0.0
    * xcb: handle XI2 input button and motion events from slave devices
    * Document the potential widening effect of upper-casing
    * Correct documentation of QDateTime's comparisons
    * Skip 'off-by-one' adjustment in block length during undo operation
    * tst_QThread: add a test for self-cancellation
    * Add QTZ::displayName() benchmarks
    * Remove an unfounded assertion, add the test-case that tripped it
    * Update Freetype to 2.13.3
    * Android: enable building AIDL for AGP 4.2.0+
    * SQLite: Update SQLite to v3.46.1
    * SQLite: Update SQLite to v3.46.0
    * SQLite: Update identified license
    * QTest::formatFailMessage(): fix use of std::mbstowcs()
    * macOS: Be honest about the system locale
    * macOS: Initialize standard NSUserDefaults as early as possible
    * PCRE: upgrade to 10.44
    * Gui: compile fix with -qreal float
    * testlib: Share more code between formatFailMessage() implementations
    * Fix -Wformat issues in our headers
    * QTest::toString(): Fix format specifier for q(u)int64 on Windows
    * xcb: fix QWindow::startSystemMove()/Resize() triggered by touch
    * xcb: fix QWindow::startSystemMove()/Resize() triggered by mouse
    * QMimeDatabase: pick up XML mimetypes from :/qt-project.org/mime/packages
    * Change the mimetype database embedded into QtCore
    * [doc] Q(Persistent)ModelIndex: document behavior of data() on invalid Q(P)MIs
    * QThread: fix race condition between parallel terminate() calls
    * tst_QtConcurrentThreadEngine: fix UB (uninitialized boolean)
    * q(v)snprintf(): mark the functions as obsolete
    * uic: Prepare for encountering fully qualified enum values in new .ui files
    * HTTP2: use temporary keychain in the abortOnEncrypted test function
    * xcb: try to repopulate xinput2 devices when needed
    * QObject: fix installEventFilterOrder() test flakiness
    * QObject: add unittest to check the order of eventFilter() calls
    * Fix leak of QWindowsUiaMainProvider instances
    * Call VariantClear to free BSTR owned by VARIANT instance
    * Make it possible to create distance field with specific size
    * qIsEffectiveTLD: Fix chunk calculation code
    * generateTLDs: Fix the chunkSize check
    * QFontEngineFT::alphaMapForGlyph: ask for Format_A8 if glyphs are color
    * tst_QGlobal: fix -Wmaybe-uninitialized
    * tst_QDir: fix -Wunused-result
    * Bump version to 5.15.18
    * Enable harfbuzz-ng on old macOS versions
    * Update to Harfbuzz 8.5.0
    * xcb: Correctly report whether QInternalMimeData::retrieveData_sys() fails
    * Fix qt_attribution file for libjpeg
    * Update bundled libjpeg-turbo to version 3.0.3
    * Android: QtEditText support for full-screen soft keyboard
    * configure: Fix summary shown standard when passing -c++std c++14
    * Make it possible to override autodetection of Harfbuzz-NG
    * Android: Register displayListener after QtLayout initialization
    * QBitArray: fix potential truncation in QDataStream op>>()
    * QBitArray: avoid overflow in size-to-storage calculations
    * QMainWindowLayout: rewrite validateToolBarArea() to return by value
    * androiddeplyqt: fix more missing pclose() on early returns
    * androiddeplyqt: fix missing pclose() on early return
    * QTextLayout: keep strong reference on font engine in a layout loop
  - Rebase big-endian-scroll.patch
* Mon Jun 30 2025 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.17+kde123:
    * qDecodeDataUrl(): fix precondition violation in call to QByteArrayView::at()
  - Drop patch, now included:
    * CVE-2025-5455.patch
* Fri Jun 06 2025 Christophe Marin <christophe@krop.fr>
  - Add patch (CVE-2025-5455, boo#1243958)
    * CVE-2025-5455.patch
* Wed May 28 2025 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.17+kde122, rebased upstream:
    * QFileSystemEngine/Win: Use GetTempPath2 when available
    * XML/QDom: speedup encodeText()
    * Update Harfbuzz to 8.4.0
    * SQLite: Update SQLite to v3.45.3
    * Avoid detection of heading in tst_QTextMarkdownImporter::thematicBreaks
    * Update md4c to 0.5.2
    * xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()
    * QMetaMethod: document that fromSignal(nullptr) is ok
    * PCRE2: upgrade to 10.43
    * SQLite: Update SQLite to v3.45.2
    * Update bundled libpng to version 1.6.43
    * androiddeployqt: fix QDirIterator::next() usage
    * SQLite: Update SQLite to v3.45.1
    * QDBusUtil: document the D-Bus signature grammar
    * Windows: clean up System Tray Icon message icon
    * Windows 7: blacklist tests that fail from low screen resolution
    * Update bundled libjpeg-turbo to version 3.0.2
    * QXcbWindow::handleLeaveNotifyEvent(): Consume when leaving geometry
    * [docs] Fix C'n'P error in QTRY_VERIFY2 example
    * tst_bench_QImageReader: add a benchmark for raw QFatoryLoader operations
    * Update bundled libpng to version 1.6.42
    * Update bundled libpng to version 1.6.41
    * Fix license header for update_public_suffix_list.sh
    * PSL: add changelog entry to the suggested commit message
    * windows: Avoid infinite recursion with certain fonts
    * SQLite: Update SQLite to v3.45.0
    * Update Zlib to 1.3.1
    * [docs] QVersionNumber: fix a typo
    * QTextEngine: also round x-offset for non-subpixel text render
    * tst_moc: DRY QProcess success verification
    * [docs] Remove references to C++11 feature availability
    * Doc: Replace 'saveFile' with 'saveFileContent'
    * QObject: Make it clear we don't install duplicated event filters
    * Rename QImageReader benchmark to tst_bench_
    * tst_QString: explain TransientDefaultLocale better
    * SQLite: Update SQLite to v3.44.2
    * Fix Japan locale not showing japanese fonts correctly
    * Bump supported macOS SDK version to version 14
    * SQLite: Update SQLite to v3.44.1
    * Bump version to 5.15.17
    * [doc] QBENCHMARK_ONCE: fix typos
    * xcb: update WM_TRANSIENT_FOR on transientParent native window recreation
    * xcb: make QXcbWindow inherit QObject
    * Upgrade to Harfbuzz 8.3.0
    * QStringList: improve benchmark code
    * Fix compilation with MSVC 17.8
    * SQLite: Update SQLite to v3.44.0
    * tst_QMetaEnum: add round-trip testing to valueToKeys()
* Mon Nov 25 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.16+kde130, rebased upstream:
    * xcb: Sync XCB connection after reparenting window
    * xcb: check validity of RandR output info before using it
    * QDuplicateTracker: fix redundant ;
    * qxmlstreamparser_p.h: fix -Wshadow in parse()
    * Fix -Wdouble-promotion in FP overload of convertDoubleTo()
    * Protect headers against min/max macros
    * Add __attribute__((format(printf()))) to q(v)nprintf()
    * qsavefile_p.h: fix missing qsavefile.h include
    * qendian_p.h: fix -Wshadow warning
    * qtextstream_p.h: fix -Wshadow in QDeviceClosedNotifier
    * QFutureInterface: fix build with GCC14/C++20: template-id not allowed
    * qfuturewatcher_p.h: fix missing qfuturewatcher.h include
    * qhttpmultipart_p.h: add missing qiodevice.h include
    * Fix crash in font distancefield computation
    * Avoid crash in font distancefield computation
    * Revert "Update Harfbuzz to 7.2.0"
    * Revert "Update Harfbuzz to 7.2.0"
    * Fix WinRT/ARM build
    * Update Harfbuzz to version 8.2.2
    * Upgrade Harfbuzz to version 8.2.0
    * Update bundled libjpeg-turbo to version 3.0.1
    * SQLite: Update SQLite to v3.43.2
    * Add a script for updating from publicsuffix/list.git
    * Fix undefined symbol qt_version_tag with lld(16.0) for non core lib
    * QInputMethod: check if focusobject supports the "new" IM function before calling it
    * Un-deprecate qSwap()
    * Doc: state that models are not thread-safe
    * Fix android build error
    * xcb: replace a warning with debug info
    * qurl-generateTLDs: filter empty and comment lines
    * qurltlds_p.h: support easier automatic updates
    * SQLite: Update SQLite to v3.43.1
    * Upgrade to Freetype 2.13.2
    * Fix crash when reading corrupt font data (CVE-2023-43114)
    * qmake: Don't error out if QMAKE_DEFAULT_LIBDIRS is empty on macOS
    * qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1
    * Doc: Fix documented default for QCalendarWidget maximumDate, minimumDate
    * QDataStream: clarify QDataStream::operator>>(char *&s) API docs
    * doc: Remove QSettings' paths for embedded linux
    * Update bundled zlib to version 1.3
    * tst_QDtls: use DTLS v 1.0 test data conditionally
    * Bump version to 5.15.16
    * Android: fix handling of tree content uri with sub-document
    * QTextFormat: documentation fix
    * SQLite: Update SQLite to v3.43.0
    * tst_QSslSocket: skip tests requiring TLS v 1.0 downgrade
    * Update to Harfbuzz 8.1.1
    * Update version of FreeType attribution
    * tst_QHashFunctions: use actual seed in consistent() test function
    * Android: fix content URI handling for non-ascii file names
    * Upgrade Harfbuzz to 7.3.0
    * Update download location for Harfbuzz as well
  - Commits dropped by the rebase:
    * Add missing line continuations for memory_resource opt-out on Apple systems
    * Fix CVE-2023-43114
* Wed Sep 04 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.15+kde127, rebased upstream:
    * Add LGPL header to qcalendar.cpp
    * Move some flaky text tests into Lancelot
    * Update Harfbuzz to 7.2.0
    * doc: Make docs for ElideNone a bit more precise
    * tst_QImageReader: fix missing checks for "newly"-added ImageOptions
    * tst_QMainWindow: for UB (use of reserved names)
    * Update bundled libjpeg-turbo to version 3.0.0
    * Update to Freetype 2.13.1
    * [docs] Link from QtConcurent::run() to QThreadPool::start(Callable&&)
    * Docs: State that OpenSSL3 is available from 5.15.1
    * Simplify (and fix) initialization of a list of time-zones
    * ODBC/MySQL: fix compilation with MySQL < 5.7.9
    * SQLite: Update SQLite to v3.42.0
    * tst_QHostInfo: fix mem-leaks in threadSafetyAsynchronousAPI()
    * tst_QSortFilterProxyModel: fix mem-leaks II: sortStable()
    * tst_QNetworkDiskCache: fix mem-leak
    * tst_QAbstractItemModelTester: fix mem-leak
    * tst_QSortFilterProxyModel: fix mem-leaks
    * Fix screens not always updating if order changes
    * Update the list of CLDR-based files
    * Return TZ time-zone backend's tranCache() as a const reference
    * tst_QTcpSocket: fix mem-leak
    * tst_QNetworkCookieJar: fix memleak
    * tst_QParallelAnimationGroup: fix memleak
    * tst_QXmlStream::tokenErrorHandling() - register test directory in CMake
    * Fix transparency in 16 bit and 24 bit ico files
    * QVariant: always compare floating point with double precision
    * Doc: Document QMAKE_APPLE_DEVICE_ARCHS
    * Update bundled libpng to version 1.6.40
    * fbconvenience: use smart pointer for QFbCursor
    * Doc: Clarify that the rich text engine has limited support for HTML tags
    * autotest: Blacklist tst_QTableView::columnViewportPosition for winrt
    * autotest: Blacklist QTimeLine::interpolation for winrt
    * QFuture: mention the work-stealing algorithm in the docs
    * QtDoc Global: Add macros for Qt Design Studio in qtdoc
    * Fix specific overflow in qtextlayout
    * Remove QEglFSCursor's inheritance of QOpenGLFunctions
    * tst_QPixmapCache: QVERIFY a failed replace()
    * tst_QPixmapCache: check insert() reports failure
    * QPixmapCache: add a comment on how failed insert() invalidates cacheKey
    * tst_QPixmapCache: rewrite QVERIFY(x != 0) to QVERIFY(x)
    * QVariant: remove outdated docs about reimplementing clear()
    * Bump version to 5.15.15
    * Update The-Qt-Company-Commercial
    * Fix crash on QLocale::monthName().simplified()
    * Android: fix QDir::entryInfoList() with content URIs
    * Android: fix content url handling of filenames with spaces
  - Commits dropped by the rebase:
    * tst_QXmlStream: remove unneeded _ba UDLs
    * Fix specific overflow in qtextlayout (CVE-2023-32763)
* Mon Jul 22 2024 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.14+kde143:
    * HTTP2: Delay any communication until encrypted() can be responded to
      (bsc#1227426, CVE-2024-39936)
    * Add missing line continuations for memory_resource opt-out on Apple systems
    * a11y atspi: Add null checks in table iface methods
* Wed May 29 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - 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) (boo#1227513)
    * 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 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.13+kde138, rebased upstream:
    * QVarLengthArray: fix UBs in emplace()/insert() ([basic.life], broken class invariant)
    * Android: use test QFileInfo fileName() instead of completeBaseName()
    * Fix few QFileInfo and QDir calls
    * savegame ex.: fix include order [2/2]: game.h
    * savegame ex.: use NSDMI, =default the default ctor
    * savegame ex.: fix include order
    * savegame ex.: fix extra ';' after Q_GADGET
    * tst_qvarlengtharray: fix MyBase trackers for swap()
    * Apple: Add CFBundleAllowMixedLocalizations=YES to Info.plist files
    * qmake: Add CFBundleDevelopmentRegion to iOS Info.plist
    * Update bundled libjpeg-turbo to version 2.1.5
    * Revert "Copy only files that belongs to QML module"
    * savegame ex.: make Level ctor explicit
    * macOS: Skip deployment target runtime check when detecting compat version
    * Apple: Use 'en' instead of 'English' as development region
    * qmake: Add CFBundleDevelopmentRegion to the macOS Info.plist
    * Update comments in QQuaternion::getEulerAngles
    * QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock cases
    * Pass short time format to GetTimeFormat from GetLocaleInfo
    * Android: fix height calculation
    * SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 string lengths
    * ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>
    * Docs:Android: Add docs notes about support for content Uris
    * QODBC: correctly fill cache when index() is called
    * Fix ignored name filter in QFileDialog::getOpenFileContent()
    * GTK3 theme: simplify code
    * Fix ContextInfo example crashing on Android
    * ibus: check object validity before honoring `inputMethodAccepted()`
    * ODBC SQL driver: deal with different sizes of SQLTCHAR correctly
    * Doc: Update copyright year
    * Android: pass EXTRA_INITIAL_URI to native FileDialog
    * Doc: Only list qt core classes in qt core io group
    * QFileSystemEngine: URL encode path in trash info, use relative path
    * [doc] Warn users about data races regarding qt_ntfs_permission_lookup
    * [doc] QSharedPointer: add some missing docs
    * Disable feature vkgen if vulkan was explicitly disabled
    * Android: handle move operation with content uris
    * Android: handle rename() operation with content uris
    * Android: Add facilities to handle more content URIs operations
    * Fix infinite loop when iterating content uri sub-files/dirs
    * Return the QFileInfo::baseName/QDir::dirName() from fileEngine impl
    * SQLite: Update SQLite to v3.40.1
    * Fix cache maybe invalid while the signal is actived from queue
    * Android A11Y: Only access the main thread when it is not blocked
    * ibus: support high dpi for cursor rectangle
    * QString: use inheritance, not template aliases, for arg() constraints
    * Fix the ref-counting for the std::function version of tryStart()
    * Android: Fix UI is scaled smaller than before
    * Android: fix Android assets handler not listing dirs with only sub dirs
    * Android: fix deprecations for getDrawable() on QtMessageDialogHelper
    * Android: Fix deprecations AlertDialog.setButton()
    * Bump version to 5.15.13
    * Doc: Increase Test Function Timeout
    * QtMiscUtils: add missing toAsciiUpper(), use it in moc
    * QLatin1/String/View: don't decay the arg() arguments
    * QBuffer: test and document open() behavior
    * SQLite: Update SQLite to v3.40.0
    * tst_qmlstream: re-use QBuffer instance in readBack()
    * iOS a11y: Ensure parent elements are stacked below their children
    * qmake: Document that QMAKE_PRE_LINK does not work with Xcode
    * Blacklist: test cases blacklisted in tst_Gestures:
    * Android: Fix incorrect dimensions - part 2
    * PCRE2: upgrade to 10.42
    * QNetworkRequest: don't assume QByteArray::constData() is NUL-terminated
    * QNetworkRequest: Make header parsing locale-independent
    * Doc: Change links from froglogic to qt domain
    * Backport QtMiscUtils::toAsciiLower() from dev
  - Commits dropped by the rebase:
    * Apply CVE-2023-24607-qtbase-5.15.diff
    * correctly set up ref counting in QThreadPool::tryStart(std::function)
* Fri Feb 16 2024 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.12+kde151:
    * Improve KTX file reading memory safety (CVE-2024-25580, boo#1219996)
    * Revert "xcb: only set base size when it's valid"
    * Fix potential leak of QPropertyAnimation in QLineEditIconButton
    * QBitArray: correct inline keyword
* Wed Jan 03 2024 alarrosa@suse.com
  - Update to version 5.15.12+kde147:
    * Http2: fix potential overflow in assemble_hpack_block()
      (bsc#1218413, CVE-2023-51714)
    * HPack: fix incorrect integer overflow check
    * HPack: fix a Yoda Condition
* Fri Dec 29 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.12+kde144, rebased upstream:
    * QMimeDatabase: handle buggy type definitions with circular inheritance
    * xcb: only set base size when it's valid
    * QPixmapCache: fix leaking of QStrings and Keys on clear()
    * OpenFile portal: do not use O_PATH fds
    * QSystemTrayIcon: properly disconnect old menu in setContextMenu()
    * Guard QTabBar against nested event processing during moving tabs
    * QDial: don't crash when min==max and setting a value != min & max
    * QStandardItemModel: don't leak in mimeData()
    * SQL/MySQL: properly initialize variable
    * QWidgetTextControl: ignore invalid input method event
    * Update the LGPL license header
    * SQL/MySQL: fix handling of json column
    * Remove QMAKE_RANLIB and QMAKE_LINK_SHLIB from android/default_pre.prf
    * macOS: Fix less common writing systems on Catalina and later
    * Blacklist 1 tests in tst_QFtp on ubuntu-20.04
    * Update bundled libpng to version 1.6.39
    * Android: Fix signing of APKs that are generated when an AAB is also built
    * Update bundled zlib to version 1.2.13
    * doc: update the limitation of QSystemTrayIcon on X11
    * Blacklist 1 tests in tst_QTimer on ubuntu-20.04
    * Add benchmarks for QLocale number parsing
    * Add benchmarks for QString number parsing
    * Android: Fix incorrect fullscreen dimensions
    * Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessions
    * xcb: Flush Display when processing xcb events
    * xcb: Add xlib wrapper for XFlush()
    * QHostAddress: Fix incorrect comparison against 'Any'
    * QSsl[OpenSSL/Android]: Fix hardcoded 1_1 suffix
    * BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for RHEL 9.0
    * QMacStyle: do not set white color for grayed out button
    * Work round macOS's omission of en_DE from its own uiLanguages()
    * Suppress a deprecation warning in tst_QDateTime::toString_enumformat()
    * QJsonValue: fix incorrect to{Array,Object} when the value is empty
    * QGtk3Dialog: remove the #include for empty moc
    * Remove unneeded QWindow from QGtk3Dialog
    * tst_QSslSocket: Delete sslOptions
    * tst_QSslServer: Make the in-process server use TLS1.2
    * Android: fix Gradle warning about using enableUncompressedNativeLibs
    * Mention  limitation of QDir::drives() on Windows
    * QFileSystemEngine/Win: fix incorrect buffer size in currentPath()
    * Android: properly retrieve mime type of uri to for openUrl()
    * Android: Fix clipboard issue with urls
    * Android: Add a way to disable accessibility via an environment var
    * Update bundled libpng to version 1.6.38
    * QIOSMessageDialog::exec - work around 'windowsless' exec
    * QIosScreen: retain the right window
    * tst_Q{BitArray,ContiguousCache}: check not only count(), but size(), too
    * QIosTextResponder: stop using deprecated constants and type
    * qcompilerdetection.h: detect Coverity
    * Android: Fix Display.getRealMetrics deprecation
    * Fix broken Text rendering when noantialiased NativeRendering is used
    * forkfd: fix Clang 15 ATOMIC_VAR_INIT deprecation warning
    * eglfs: Add env.var. to disable the dedicated drmHandleEvent thread
    * doc: Don't put strings into QVector<double>
    * Remove focusProxyAndInputMethods from tst_QWidget
    * Bump version to 5.15.12
    * Update documentation of qWaitForWindowActive / qWaitForWindowExposed
    * QtHttp: Lower the severity of some log output
    * StyleSheetStyle: Fix color of placeholder texts in text edits
    * Android: Fix flickering on split screen mode
    * Update url to IAccessible2 Specification
* Thu Oct 19 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.11+kde138:
    * QLibraryPrivate: Actually merge load hints
    * QPluginLoader: report the right load hints
    * xkb: fix build with libxkbcommon 1.6.0 and later
    * a11y atspi: Map ButtonMenu role to AT-SPI equivalent
* Fri Oct 06 2023 Christophe Marin <christophe@krop.fr>
  - Enable the experimental native painting feature to improve
    remote desktop performances (boo#1214915)
    exporting QT_XCB_NATIVE_PAINTING is required to use the feature.
* Fri Oct 06 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.11+kde134, rebased upstream:
    * Revert "Windows QPA: Add support to UiaRaiseNotificationEvent()"
    * FileChooser portal: Make sure filter.name is not empty
    * QPersistentModelIndex: fix UB (op< on unrelated pointers)
    * Avoid crash when keysymToQtKey(keysym, Qt::ControlModifier) is called
    * a11y atspi: translate coords for GetOffsetAtPoint the right way
    * a11y atspi: Take dialog into account as top-level window
    * a11y atspi: Fix incorrect use of x instead of y position
    * macOS: Handle asynchronous deminiaturizing of windows
    * QTranslator: generalize a UNIX-only path
    * iOS, input panel: be more careful before enabling QIOSKeyboardListener
    * Android: Fix flickering on window resize and show keyboard
    * Android A11Y: Check for active surface before calling into native code
    * xcb: Delete touch points without target windows
    * Blacklist 1 tests in tst_QDBusConnection on ubuntu-20.04
    * Fix CMake builds without ANDROID_SDK
    * Blacklist 2 tests in tst_Http2 on ubuntu-20.04
    * Blacklist 1 tests in tst_QSqlQuery on macos
    * Defer creating the special shaders in the texture blitter
    * tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3
    * QTemporaryFile: document rename() differences from QFile
    * Doc: 3rd party: Fix reference to FreeType LICENSE.txt
    * Update bundled libjpeg-turbo to version 2.1.4
    * tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3
    * tst_QSslSocket: regenerate certificate used for setLocalCertificateChain
    * tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3
    * tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3
    * Update zconf.h prefixes to match zlib v1.2.12 update
    * xcb: fix D&D in same xembed client
    * xcb: use global coordinates for position of D&D for xembed client
    * Doc: Update QMetaType::metaObject() descriptions
    * BLACKLIST: tst_QGlyphRun::mixedScripts for Ubuntu 22.04
    * BLACKLIST tst_qfont for Ubuntu 22.04
    * BLACKLIST tst_QMenuBar::check_menuPosition for Ubuntu 22.04
    * tst_QDtls::verifyClientCertficiate - update certs for OpenSSL v3
    * QSslCertificate::toText(): add a file to compare against
    * Fix the spelling of the word "combination"
    * tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3
    * Android A11Y: Fix TalkBack scrolling behavior
    * Android A11Y: Notify android about scroll events
    * QCocoaDrag: don't add pasteboard items with non-absolute URLs
    * QDirPrivate: pass input QList by cref
    * tst_qbytearray: remove qCompress_data for QT_NO_COMPRESS
    * QDeviceDiscoveryUDev: use NSDMI
    * QAuthenticator: Fix crash when using NTLM / Negotiate
    * Provide a native interface instance in minimal platform plugin
    * Android: document the supported clipboard mimetypes
    * Windows: Account for not finding child windows when calling ChildWindowFromPointEx
    * iOS: Send touch events asynchronously to avoid deadlocking UIKit event loop
    * Disable bitcode for iOS
    * macOS: Ignore deprecation for ReleaseIconRef
    * BLACKLIST tst_QApplication::sendEventsOnProcessEvents for Ubuntu 22.04
    * Convert Latin1 to UTF-16 before passing to ICU API
    * Doc: Remove repetition of word in text
    * eglfs: Fix screen cloning when atomic is enabled
    * Fix printing of dpr>1 images on Windows
    * QHttp: Fix handling of redirect loaded from cache
    * Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement ops
    * qmake: Fix installation of separate debug info for plugins
    * iOS: ensure we close inputpanel after clearing focusobject
    * Convert Latin1 to UTF-16 before passing to ICU API
    * qputenv: defend against non-NUL-terminated QByteArray values
    * QFontSubset: remove unused glyphName() overload
    * Statically assert that the __mips_dsp code is only active on 32-bit
    * QGtk3Theme: Ensure gtk uses the same windowing system as Qt
    * tst_QFocusFrame: fix -Wparantheses
    * Sync Vulkan device features between QVulkanWindow and QRhi
    * SQLite: Update SQLite to v3.39.2
    * Update freetype to 2.12.1
    * corelib: Fix typos in documentation
    * QAtomicInteger docs: mention bool and char8_t as 8-bit types
    * qgraphicsitem_cast: replace 0 with nullptr
    * Doc: Hide weak overload template magic from documentation
    * Revert "QDateTime: fix adjusted datetime handling"
    * Fix select handles disappears issues
    * tst_QSslKey: prepare for the migration to OpenSSL v3
    * tst_qnetworkreply: replace server.pem/key pair
    * Disable unit testing setting up QTcpServer on special Apple interfaces
    * qmake/msbuild: Turn off "use full paths in diagnostics" by default
    * qmake/msbuild: Support all /DEBUG:xxx linker options
    * qmake/msbuild: Support all /LTCG:xxx options
    * Android A11Y: Add content change type to content change event
    * Enabler for fractional scaling of text in Qt Quick
    * macOS: Override logical DPI to 72
    * Add QDom internalSubset implementation
    * Fix tst_AndroidAssets, broken by recent changes on assets load speed
    * Android: Improve loading speed of individual assets
    * Darwin: Replace deprecated symbol kIOMasterPortDefault with equivalent
    * macOS: Remove code for handling logical DPI changes
    * Fix an incorrect invocation of llvm-readobj
    * macOS: Ignore deprecation for kOnSystemDisk icon domain
    * Copy only files that belongs to QML module
    * Android: fix wrong position of cursor handle and editpopup menu in split screen
    * Doc: Document QML_IMPORTS_PATH and QMLPATHS
    * Add the missing RCC_DIR to '.qrc' paths when generating deployment settings
    * Android: Fix the offset of the EditPopupMenu
    * xcb: update xkb_state mask as much as possible
    * QDom: Stop treating non-BMP characters as invalid
    * Android 13: Fix warnings on starting an application
    * qxkbcommon: Map Super/Hyper to Meta early enough to have an effect
    * macOS: Ignore update requests for offline displays
    * macOS: Avoid recursively updating screens when window moves screen
    * qmake/MinGW: Install separate debug info of DLLs next to the DLL
    * QMainWindow: fix restoreState() for toolbars
    * Make two QDT benchmarks data-driven and add more rows
    * Fix doc and example of QLoggingCategory::installCategory()
    * qmake: Document Xcode behavior when bundling translation files
    * Android: Fix missing import
    * QByteArray: more GCC 12 -Werror=array-bound whack-a-mole
    * CMake: Fix android sdk version propagation
    * Restore C++20-deprecated mixed-enum bitwise operators
    * Android: Fix ANR when QtService and QtActivity load in same process
    * Fix restart QtActivity
    * QArrayData::data(): do type-punning via quintptr, not char *
    * QIOSTextResponder: recreate responder upon reset
    * QSslSocket: make it work with OpenSSL v3
    * QFileSystemModelPrivate: de-inline ctor and dtor
    * Network: update Public Suffix List
    * macOS: Ensure proper quoting when calling otool in objc_namespace script
    * QKeySequence: Fix the one-off error in the mac glyph array size
  - Commits dropped by the rebase:
    * Apply CVE-2022-27404-27405-27406-qtbase-5.15.diff
    * QArrayData: fix UB via reinterpret_cast (crash with FORTIFY_SOURCE=3)
    * Adapt for q_EVP_PKEY_base_id → q_EVP_PKEY_get_base_id rename in OpenSSL 3
    * Don't use a deprecated function if built/linked with OpenSSL v3
* Thu Sep 28 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.10+kde159 (bsc#1214327, CVE-2023-37369):
    * Fix CVE-2023-43114
    * QMimeDatabase: fix detection of pattern conflict in different prefixes
    * Fix highdpi conversion of QTabletEvent coordinates on xcb
    * widget: set WA_X11NetWmWindowType* after xcb window was created
    * Fix crash when setting override cursor on multiple clients
    * QAccessibleWidget: Remove pointless ZWSP in warning message
    * Android A11Y: Fix deadlock in QtAndroidAccessibility::runInObjectContext()
    * Correctly parse non BMP char refs in the sax parser
    * Clear the _X version of alongside the enum deprecator
    * Fix UB (signed char passed to <cctype> function)
    * Qt3DRender: includemocs
    * Fix capitalization error in auto-generated qdbusmacros.h include
    * QColorDialog: Ignore mouse move events when no mouse button is pressed
    * QHostInfo: fix remaining slotObj leaks
    * QXmlStreamReader: Raise error on unexpected tokens (CVE-2023-38197,
      QTBUG-92113, QTBUG-95188, bsc#1213326)
    * QTextLayout: Reconsider cursor drawing on TextObject
    * Ensure consistent cursor width under fractional scaling
    * Fix QTextEdit cursor rectangle vertical positioning
    * Return 0 in QWindow::winId in case of failed platform window creation
    * Doc: note QWindow::winId() will cause platform window creation
    * QSslDiffieHellmanParameters: fix mem-leak
    * QHostInfo: fix leaking slot object
    * Make sure we don't count down past 0 QT_FATAL_CRITICALS
    * QLogging: DRY isFatal(QtMsgType)
    * tst_QXmlStream: remove unneeded _ba UDLs
    * Fix typo in QXmlStreamReader error message
    * QXmlStreamReader: make fastScanName() indicate parsing status to callers
    * QXmlStreamReader: change fastScanName() to take a Value*
    * Fix Croatia's currency
    * SSL: upgrade the default DH parameters
* Thu Sep 28 2023 Marcus Meissner <meissner@suse.com>
  - switch icu-devel requires to pkgconfig to allow switching libicu
    versions
* Wed Jun 28 2023 Callum Farmer <gmbr3@opensuse.org>
  - Change %_libqt5_libexecdir to %_libexecdir/qt5 (bsc#1174075)
* Tue Jun 13 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.10+kde129, rebased upstream:
    * Ssl: Copy the on-demand cert loading bool from default config
    * Schannel: Reject certificate not signed by a configured CA certificate (boo#1211994, CVE-2023-34410)
    * qnetworkreplyfileimpl_p.h: fix header guard name
    * Revert "Draw the cursor considering the descent is 0"
    * Use pkgconfig in order to find libproxy configuration
    * Upgrade PCRE2 to 10.40
    * Android A11Y: handle LocationChanged event only for focused element
    * Port binary JSON to new special integer bitfields
    * INTEGRITY: enable C99 globally
    * QObject: mark two error reporting functions COLD
    * Endian: Provide special integer bitfield unions
    * Android: set useLegacyPackaging to true in build.gradle
    * QWidgetTextControl: port to new-style connects (faster)
    * Sync qxmlstream.g with qxmlstreamparser_p.h [1/2]: switched lines
    * tst_QNetworkReply try stabilize autoDeleteReplies tests
    * Remove duplicated include for <limits>
    * Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`
    * qwindowsxpstyle: Fix typos in documentation
    * Correct prefix reported for end element in QXmlStreamReader
    * Android A11Y: Add supported role infos to A11yNodeInfo
    * Fix handling of DateTime values in QSettings
    * Fix off-by-one for "typically" lowest value INT_MIN
    * xml: Fix typos in documentation
    * QWindowsWindow: Fix typo in documentation
    * includemocs (updated script)
    * widgets: Fix typos in documentation
    * cocoa: Fix typo in debug messages
    * Only scroll QMenu when there is a valid active action
    * QTimer: Add note in documentation
    * Fix QListView assert when the last row is moved in IconMode
    * QFileDialog: Fix adding default suffix when file path contains dot
    * QLineEdit: account for the placeholderText when computing lineRect
    * QFileDialog::saveFileContent crashes on accept
    * QCompleter: QCompleter unexpectedly changes QLineEdit text
    * Fix build error on iOS with the configure option -qtnamespace
    * Draw the cursor considering the descent is 0
    * Remove pure-virtual-signals.h include from tst_moc.cpp
    * plugins: image formats - fix odr violation
    * dbus: Fix typos
    * qwindowsdialoghelpers: Fix typo in documentation
    * QTableView: Document the customizations applied to QHeaderView
    * Unicodetools: compile
    * eglfs_x11: Fix running flag linkage
    * qcompilerdetection.h: add Q_CC_{GNU,MSVC,CLANG}_ONLY macros
    * Fix CMake warning about "missing closing ' quote"
    * Fix alignment of next/prev links in offline style
    * QtDBus: includemocs
    * Image Plugins: includemocs(-ish)
    * QtGui: includemocs
    * QXcbNativeInterface: remove unused field m_sysTraySelectionAtom
    * Windows QPA: Fix slowdown with large table/tree views with accessibility
    * Macstyle: fix the text color on the disabled button
    * QMacStyle: fix tool buttons (in checked mode)
    * QTeamCityLogger: fix .arg() placeholder injection
    * QAbstractTestLogger: disable copying
    * Fix errorMessageFromComError()
    * QtNetwork: includemocs
    * AppleUnifiedLogger: Remove manually managed os_log_t cache
    * examples: add WindowStaysOnBottomHint into preview text
    * QSharedPointer: Use matching new/delete
    * QIbusPlatformInputContextPlugin: includemocs
    * QGtk3ThemePlugin: includemocs
    * QTuioTouchPlugin: includemocs
    * QtWidgets: includemocs v2022
    * QMYSQLDriverPlugin: includemocs
    * QtDeviceDiscoverySupportPrivate: includemocs
    * QLinuxFbIntegrationPlugin: includemocs
    * QtPrintSupport: includemocs
    * QSQLiteDriverPlugin: includemocs
    * QtFbSupportPrivate: includemocs
    * QXdgDesktopPortalThemePlugin: includemocs
    * QtTest: includemocs
    * QComposePlatformInputContextPlugin: includemocs
    * QtSql: includemocs
    * QVncIntegrationPlugin: includemocs
    * Fix backingstore fractional DPR glitches for widgets in child windows
    * Include <limits> where std::numeric_limits is used
    * QtInputSupportPrivate: includemocs
    * Document the default value of QSFPM::sortOrder()
    * Better document how to enable sorting in QSPFM
    * Correct documentation of INI format's loss of type information
    * Android: add missing properties in AndroidManifest.xml
    * Fix assertion failure when parsing a doubly-invalid date-time text
    * Windows QPA: Correct mistake when calculating minmaxinfo
    * Android: replace ndk.dir with android.ndkVersion in build.gradle
    * Android: remove the old copy of gradle.properties after reading it
    * CMake Android Support: Fix signing of APKs
    * Android: fix A11Y object description
    * macOS: Fix warning about comparing different types in QCocoaScreen::isOnline
    * Fix qmake build on FreeBSD
    * Update documentation of enum Qt::DockWidgetArea
    * xcb: recreate xcb window under some conditions
    * objc_namespace: Add support for universal binaries
    * objc_namespace: Fix misspelled argument for silencing output
    * objc_namespace: Update parsing logic to account for otool changes
    * Blacklist passwordAuth for Ubuntu 20.04
    * Android: wrap QAndroidInputContext's m_focusObject in a QPointer
    * Fix compilation with GCC 12 (and on Fedora 35 and newer)
    * Chip example: fix an accidental bool->int conversion when using PMF connections
    * qmake: Add support for C++23
    * Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()
    * QDateTime: fix adjusted datetime handling
    * Fix crash in tst_qmltc_examples on Android
    * macOS: Remove dead code for focus ring handling in Mac style
    * Detach for colortransforms of indexed formats
    * tst_QTcpSocket::connectToHostError - handle possible timeouts
    * CoreText: Avoid populating font family aliases if family was populated
    * Graphicsview: Avoid background clearing glitches under fractional DPR
    * Windows QPA: Avoid slowdown with UI Automation name change notification
    * Windows QPA: Avoid sending accessibility notifications before activation
    * Windows: Fix potential crash when retrieving default printer
    * Make Ubuntu with its non-standard security level happy
    * Android: Blacklist failing tests on tst_QGraphicsProxyWidget
    * Update LA 4.4.1
    * iOS A11Y: Set more accessibilityTraits
    * QNX: Fix compiler warning by when FEATURE_clipboard is not enabled
    * Document that native file dialogs might not show a title
    * Doc: Remove mentionings of overflows from QElapsedTimer
    * QTextMarkdownImporter: don't apply text char format to list item block
  - Commits dropped by the rebase:
    * QBuffer: add missing <limits> include
    * Fix developer build
* Wed May 24 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.9+kde154:
    * Hsts: match header names case insensitively (CVE-2023-32762,
      QTBUG-113392, bsc#1211797)
    * Fix specific overflow in qtextlayout (CVE-2023-32763,
      QTBUG-113337, bsc#1211798)
    * QDnsLookup/Unix: make sure we don't overflow the buffer
      (CVE-2023-33285, boo#1211642)
* Tue May 09 2023 Fabian Vogt <fvogt@suse.com>
  - Amend patch to fix mouse grabbing as well (bsc#1211024):
    * big-endian-scroll.patch
* Fri Apr 21 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.9+kde151, 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 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.8+kde185:
    * QFSFileEngine: fix overflow bug when using lseek64
    * Add QImage null check when QOpenGLTexture converts
  - Add patch to fix return key handling in QGroupBox on GNOME (bsc#1209364):
    * 0001-Revert-QGnomeTheme-Allow-Space-Return-Enter-and-Sele.patch
  - Add patch to fix XInput2 events in big-endian X11 clients (bsc#1204883, QTBUG-105157):
    * big-endian-scroll.patch
* Thu Mar 16 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.8+kde183:
    * Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)
    * QAbstractItemView: don't access invalid indexes on copy-key
    * Apply CVE-2023-24607-qtbase-5.15.diff (CVE-2023-24607,
      bsc#1209616)
    * QXcbConnection::getTimestamp: do not return stale timestamp
    * QToolButton: Elide text when constraints prevent from showing whole text
    * correctly set up ref counting in QThreadPool::tryStart(std::function)
    * Do not set Qt::ToolTip flag for QShapedPixmapWindow
    * Fix deletion order also for QImageReader/Writer::setDevice()
    * Fix deletion order in QImageReader/Writer destructors
    * QNetworkReply: Fix typos in the documentation
    * Doc: Fix typo in the online documentation template
    * Doc: Link to page documenting Qt trademarks in the copyright footer
    * [doc] Fix typo in QBuffer::setBuffer() description
    * qwindowsdrag: Fix typo in documentation
    * openglblacklists: Fix typo in description
    * qxcbscreen: Fix typo in documentation
    * Fix typos in SQL driver documentation
    * qxcbwindow.cpp: Fix sign-compare and another warnings
    * QToolButton: reimplement the fix for QTBUG-95255
    * QSysInfo::prettyProductName(): Add macOS Ventura product name
    * QSysInfo::prettyProductName(): add missing macOS product names
    * xcb: correctly disconnect xsettings callbacks
    * ibus: add SetCursorLocationRelative in InputContext.xml
* Thu Mar 02 2023 Fabian Vogt <fvogt@suse.com>
  - Drop the mechanism for supporting systems without SSE2. glibc removed
    support for looking up libraries in sse2/ subdirectories and
    qtdeclarative without SSE2 crashes Plasma (boo#1208188)
* Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde160, rebased upstream:
    * Set geometry property in QXcbWindow after checking minimum size
    * Fix potential corruption with image format conversion on arm neon
    * TLS backend SecureTransport: properly clear SSLContextRef
    * Widgets: Use effect region bounds when drawing with repaint manager
    * Revert "xcb: stablilize xkb state when keymap updated"
    * forkfd/linux: add support for LoongArch
    * Fix default QT_ARCHS for non-universal builds
    * Add the missing -mfpu=neon CXX flag
    * Fix missing characters or assert with certain font sizes
    * tst_containerapisymmetry: test ranged ctors with pure input_iterator types
    * qmake/Xcode: Mark "Qt Preprocess" build phase as always out of date
    * Windows QPA: Fix cursors getting out of sync after restoring override cursors on native windows
    * evdevkeyboard: Try opening as read-write first
    * QVarLengthArray: add some basic checks for default-ctor
    * QTableWidget doc: remove wrong comment for itemExpanded()
    * Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04
    * Use Yu Gothic UI as the main fallback font for Japanese
    * qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()
    * Replace CopyrightFile entry in libjpeg qt_attribution.json
    * androiddeployqt: Fix signing of paths with spaces
    * OpenSSL: handle renegotiate errors by comparing certs
    * Update latest qt license agreement
    * QFontDatabase: unify relevant documentation pieces
    * wasm: Fix assert/crash when tooltip window is closed and mouse moved
    * Freetype: adjust underlinePosition to match our expectations
    * SignalTransition: guard against deleted object
    * tst_QSslSocket: QSKIP the test that is known to fail with SecureTransport
    * QStringView: fix split(QRegularExpression) returning invalid data
    * Check that QStringView::split() w/rvalue QRegularExpression returns valid data
    * Teach QOpenGLTextureBlitter about GL_TEXTURE_RECTANGLE textures
    * Doc build: fix conflicting response file with moc
    * QTextDocument: fix an off-by-one in the changed signal for lists
    * Fix warnings due to enums in QSizePolicy
    * Android: Set sem_wait m_terminateSemaphore behind an atomic flag
    * QGraphicsItem: Update input context after InputMethod event
    * QSharedPointer: fix counter-productive QT_PREPEND_NAMESPACE use in qHash() impl
    * tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()
    * xcb: stablilize xkb state when keymap updated
    * Stabilize tst_QAccessibilityMac
    * Handle macOS 11 issues in softHyphens test
    * QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptions
    * QAuthenticator: Filter out algorithms we don't support
    * QNX: QNX7.1 updates
    * Blacklist tst_QTcpServer::linkLocal on macOS ARM
    * Blacklist problematic network auto-tests on macOS ARM
    * Blacklist and skip failing tests on macOS ARM
    * Windows QPA: Fix multi-touch support in some devices
    * freetype/no-fc: Disambiguate fonts with different widths
    * Skip disabled proxy widgets when (back)tabbing
    * Explicitly use libc++ when creating machtest stubs
    * Don't pass CXXFLAGS when creating machtest stubs
    * QFontComboBox don't response qApp fontDatabaseChanged()
    * Update architectures in machtest to arm64+x86_64, removing i386 and ppc
    * Android: bump default QT_ANDROID_API_VERSION to 31
    * macOS: Disable PCRE JIT when running under Rosetta
    * macOS: Add helper function to check whether we're running under Rosetta
    * testlib: Disable automatic backtrace when test crashes on macOS on ARM
    * macOS: Hard-code NEON and SSE/SSE2 when building universal builds
    * macOS: Always disable pixman NEON drawhelpers
    * macOS: Scope Haswell arch flags to x86_64 compilation units
    * Guard AVX parts of qfloat16 helpers instead of emitting error
    * Granularily disable PCRE2 JIT on macOS ARM
    * Avoid claiming F16C support on non-x86 platforms
    * macOS: Respect QMAKE_APPLE_DEVICE_ARCHS by building for all those archs
    * qmake: Pick default architecture on macOS based on uname
    * macOS: Don't hard-code x86_64 as the architecture when using qmake
    * qmake: Support Visual Studio 2022
    * Avoid painting outside boundaries when printing QGraphicsProxyWidget
    * wasm:  fix network reply status attribute
    * Update Gradle to 7.2.0 and Android Gradle Plugin to 7.0.2
    * wasm: fix size of QDialogs
    * plaintextEdit draw text with clipRect should consider cusorWidth
    * iOS: Hide UIWindow before restoring mirror mode
    * iOS: Defer restoring screen mirroring until next runloop pass
    * macOS: Bump max supported SDK version to 12
    * iOS: Don't try to initialize a11y for views that have no platform window
    * qnsview_mouse, scrollWheel: do not assume zero deltas on Ending phase
    * PCRE2: upgrade to 10.39
    * wasm: fix deadlock when thread calls exit
    * Fix version number when warning about Apple platform SDK mismatch
    * Doc: Add styling for note/warning/important admonitions
    * wasm: disable the canvas resize observer
    * wasm: fix window activation
    * Fix show()/hide() for child windows on xcb
    * Add warning about QCoreApplication deferred delete
    * Fix performance regression when avoiding scrollbar flipping
    * wasm: fix changing cursor shape
    * QSKIP tst_qgl:closeAndThenShow() because of flaky crashes
    * Calculate effect bounds when drawing widget graphics effect
    * Fix treemodelcompleter example
    * gl: Try the local CacheLocation when the shared one fails
    * Android: set EXTRA_TITLE to the initially selected file in save dialog
    * qmake/vcxproj: Fix malformed <Message> tags
    * qmake/vcxproj: Fix "CONFIG += combine" extra compilers
    * Android: set allowNativeHeapPointerTagging to false in the manifest
    * Update windows version detection
    * Don't link against pthread when using cxx11_future on vxworks
    * Accessibility Linux: Fix caps lock state
    * Don't render widget to backing store if its parent has graphics effect
    * Handle DPR in QPainter's drawing methods taking a brush parameter
    * XCB: Silence clipboard warning "SelectionRequest too old"
    * QVector: Don't require default-constructible types with insert()
    * Android: Hide the keyboard when the height is less than 0
    * When filling a pixmap after an assignment ensure the set DPR is not lost
    * Fix high DPI position of foreign child windows on Windows
    * QOpenSSLBackend: Properly load 3.0 when compiled with 3.0
    * Take overshoot into account when laying out QAbstractScrollArea
    * Add suffixes to loop variables for Q_FOREACH
    * Android: Fix handling of cursor position when stop composing
    * Windows QPA: Fix mouse event position for QWindows with Qt::WindowTransparentForInput

Files

/usr/lib64/qt5/plugins/sqldrivers/libqsqlpsql.so
/usr/share/doc/packages/libQt5Sql5-postgresql
/usr/share/doc/packages/libQt5Sql5-postgresql/config_help.txt
/usr/share/licenses/libQt5Sql5-postgresql
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.FDL
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.GPL2
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.GPL3
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.LGPL3
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.LGPLv3
/usr/share/licenses/libQt5Sql5-postgresql/LICENSE.QT-LICENSE-AGREEMENT


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:32:08 2026