Sync from SUSE:SLFO:Main libqt5-qtbase revision 42d16a11c058276c05ba3347ef336672
This commit is contained in:
parent
84233ea0bd
commit
33b70af3b4
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">5.15.11+kde@TAG_OFFSET@</param>
|
||||
<param name="versionformat">5.15.12+kde@TAG_OFFSET@</param>
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtbase-everywhere-src</param>
|
||||
<param name="revision">kde/5.15</param>
|
||||
<param name="parent-tag">v5.15.11-lts-lgpl</param>
|
||||
<param name="parent-tag">v5.15.12-lts-lgpl</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
|
||||
<param name="changesrevision">ea7a183732c17005f08ca14fd70cdd305c90396d</param></service></servicedata>
|
||||
<param name="changesrevision">a43df98d037ad07cf096ef2f775958ceba743613</param></service></servicedata>
|
@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 07:44:56 UTC 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 08:37:54 UTC 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 13:12:23 UTC 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 08:24:52 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -29,15 +29,15 @@
|
||||
%bcond_without harfbuzz
|
||||
|
||||
Name: libqt5-qtbase
|
||||
Version: 5.15.11+kde138
|
||||
Version: 5.15.12+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.11
|
||||
%define so_version 5.15.11
|
||||
%define real_version 5.15.12
|
||||
%define so_version 5.15.12
|
||||
%define tar_version qtbase-everywhere-src-%{version}
|
||||
Source: %{tar_version}.tar.xz
|
||||
# to get mtime of file:
|
||||
|
BIN
qtbase-everywhere-src-5.15.11+kde138.obscpio
(Stored with Git LFS)
BIN
qtbase-everywhere-src-5.15.11+kde138.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
qtbase-everywhere-src-5.15.12+kde151.obscpio
(Stored with Git LFS)
Normal file
BIN
qtbase-everywhere-src-5.15.12+kde151.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: qtbase-everywhere-src
|
||||
version: 5.15.11+kde138
|
||||
mtime: 1697666239
|
||||
commit: ea7a183732c17005f08ca14fd70cdd305c90396d
|
||||
version: 5.15.12+kde151
|
||||
mtime: 1708001344
|
||||
commit: a43df98d037ad07cf096ef2f775958ceba743613
|
||||
|
Loading…
Reference in New Issue
Block a user