Accepting request 1136538 from KDE:Qt:5.15
OBS-URL: https://build.opensuse.org/request/show/1136538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=151
This commit is contained in:
commit
73f0f279eb
4
_service
4
_service
@ -1,12 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="changesgenerate">enable</param>
|
<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="url">https://invent.kde.org/qt/qt/qtbase.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">qtbase-everywhere-src</param>
|
<param name="filename">qtbase-everywhere-src</param>
|
||||||
<param name="revision">kde/5.15</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>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
|
<param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
|
||||||
<param name="changesrevision">ea7a183732c17005f08ca14fd70cdd305c90396d</param></service></servicedata>
|
<param name="changesrevision">8907dedc858cc344d770a2e826d6acc516429540</param></service></servicedata>
|
@ -1,3 +1,78 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Oct 19 08:24:52 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -29,15 +29,15 @@
|
|||||||
%bcond_without harfbuzz
|
%bcond_without harfbuzz
|
||||||
|
|
||||||
Name: libqt5-qtbase
|
Name: libqt5-qtbase
|
||||||
Version: 5.15.11+kde138
|
Version: 5.15.12+kde147
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ Program Library, Core Components
|
Summary: C++ Program Library, Core Components
|
||||||
License: LGPL-3.0-only or GPL-3.0-with-Qt-Company-Qt-exception-1.1
|
License: LGPL-3.0-only or GPL-3.0-with-Qt-Company-Qt-exception-1.1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://www.qt.io
|
Url: https://www.qt.io
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.15.11
|
%define real_version 5.15.12
|
||||||
%define so_version 5.15.11
|
%define so_version 5.15.12
|
||||||
%define tar_version qtbase-everywhere-src-%{version}
|
%define tar_version qtbase-everywhere-src-%{version}
|
||||||
Source: %{tar_version}.tar.xz
|
Source: %{tar_version}.tar.xz
|
||||||
# to get mtime of file:
|
# 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.
3
qtbase-everywhere-src-5.15.12+kde147.obscpio
Normal file
3
qtbase-everywhere-src-5.15.12+kde147.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f0e5e6e3f0b12abdf3cfef4bfa9a10b29ba659ded8f1d8f1ec47997b64b08ad
|
||||||
|
size 293562382
|
@ -1,4 +1,4 @@
|
|||||||
name: qtbase-everywhere-src
|
name: qtbase-everywhere-src
|
||||||
version: 5.15.11+kde138
|
version: 5.15.12+kde147
|
||||||
mtime: 1697666239
|
mtime: 1704238417
|
||||||
commit: ea7a183732c17005f08ca14fd70cdd305c90396d
|
commit: 8907dedc858cc344d770a2e826d6acc516429540
|
||||||
|
Loading…
Reference in New Issue
Block a user