Christophe Marin 2024-05-29 12:04:59 +00:00 committed by Git OBS Bridge
parent 5ecaa6f468
commit 0602aaa77f
7 changed files with 99 additions and 12 deletions

View File

@ -1,12 +1,12 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="changesgenerate">enable</param>
<param name="versionformat">5.15.13+kde@TAG_OFFSET@</param>
<param name="versionformat">5.15.14+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.13-lts-lgpl</param>
<param name="parent-tag">v5.15.14-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">b9906b5233a80cab372c95ac4dd68b25bdca0646</param></service></servicedata>
<param name="changesrevision">1c13ef067ea3c97342f98039931ea18b3992014f</param></service></servicedata>

View File

@ -1,3 +1,90 @@
-------------------------------------------------------------------
Wed May 29 06:25:15 UTC 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)
* 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 09:55:28 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -29,15 +29,15 @@
%bcond_without harfbuzz
Name: libqt5-qtbase
Version: 5.15.13+kde138
Version: 5.15.14+kde140
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.13
%define so_version 5.15.13
%define real_version 5.15.14
%define so_version 5.15.14
%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:81428d564eca62b21ad72086c01309be5e625257b33eaa4faf55623de7327126
size 293884942

View File

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

View File

@ -1,4 +1,4 @@
name: qtbase-everywhere-src
version: 5.15.13+kde138
mtime: 1710404481
commit: b9906b5233a80cab372c95ac4dd68b25bdca0646
version: 5.15.14+kde140
mtime: 1716846364
commit: 1c13ef067ea3c97342f98039931ea18b3992014f