Compare commits

...

5 Commits

Author SHA256 Message Date
Ana Guerrero
6bb4e4fe81 Accepting request 1199186 from KDE:Qt:5.15
Qt 5.15.15 (forwarded request 1199183 from favogt)

OBS-URL: https://build.opensuse.org/request/show/1199186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=156
2024-09-08 09:59:10 +00:00
Christophe Marin
e9e691f10c Qt 5.15.15
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=68
2024-09-06 12:05:57 +00:00
Dominique Leuenberger
5c3f8e02d9 Accepting request 1189048 from KDE:Qt:5.15
- 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 (forwarded request 1189041 from favogt)

OBS-URL: https://build.opensuse.org/request/show/1189048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=155
2024-07-24 13:33:08 +00:00
Christophe Marin
79fe9df261 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=67 2024-07-22 13:20:35 +00:00
Christophe Marin
e389a6acfc Accepting request 1189041 from home:Vogtinator:qt5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/1189041
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=66
2024-07-22 13:19:44 +00:00
7 changed files with 77 additions and 13 deletions

View File

@ -1,12 +1,12 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="changesgenerate">enable</param>
<param name="versionformat">5.15.14+kde@TAG_OFFSET@</param>
<param name="versionformat">5.15.15+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.14-lts-lgpl</param>
<param name="parent-tag">v5.15.15-lts-lgpl</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
<param name="changesrevision">1c13ef067ea3c97342f98039931ea18b3992014f</param></service></servicedata>
<param name="changesrevision">ab13e81917207959785ad0185a3a9974e552a7f5</param></service></servicedata>

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Wed Sep 4 20:01:55 UTC 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 12:11:38 UTC 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 06:25:15 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
@ -48,7 +112,7 @@ Wed May 29 06:25:15 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
* 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)
* 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()

View File

@ -29,15 +29,15 @@
%bcond_without harfbuzz
Name: libqt5-qtbase
Version: 5.15.14+kde140
Version: 5.15.15+kde127
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.14
%define so_version 5.15.14
%define real_version 5.15.15
%define so_version 5.15.15
%define tar_version qtbase-everywhere-src-%{version}
Source: %{tar_version}.tar.xz
# to get mtime of file:

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:daf515f23b434a63ea576473ab6e6330fe3f609d69081c56270ac84143370b61
size 293927438

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2f1be44243c80d87012e0c788c80746238b9ffe7d91b0169ef38e9c1ec7aa9d
size 297472014

View File

@ -1,4 +1,4 @@
name: qtbase-everywhere-src
version: 5.15.14+kde140
mtime: 1716846364
commit: 1c13ef067ea3c97342f98039931ea18b3992014f
version: 5.15.15+kde127
mtime: 1725029112
commit: ab13e81917207959785ad0185a3a9974e552a7f5