forked from pool/libqt5-qtbase
Accepting request 928080 from KDE:Qt:5.15
Qt updates from KDE git OBS-URL: https://build.opensuse.org/request/show/928080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=122
This commit is contained in:
commit
187ce8d108
@ -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">d2bd04d9fe03912097d3246b7d03ef14f425256b</param></service></servicedata>
|
<param name="changesrevision">c9fde86b0a2440133bc08f4811b6ca793be47f0a</param></service></servicedata>
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 28 07:14:35 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to version 5.15.2+kde254:
|
||||||
|
* Revert "QPushButton: fix support of style sheet rule for text alignment"
|
||||||
|
* Revert "Fix invalid text layout data when a full layout run is interrupted"
|
||||||
|
* Optimize mime type matching
|
||||||
|
* fix potential mem leak on connection lost
|
||||||
|
* tst_QSslSocket - replace an old certificate
|
||||||
|
* tst_QSslCertificate::verify - remove QSKIP
|
||||||
|
* tst_QSslCertificate::verify - skip auto-test
|
||||||
|
* Doc: bump the OpenSSL minimum supported version to 1.1.1
|
||||||
|
* QHttpSocketEngine: Fix memory leak
|
||||||
|
* QSslCertificate(OpenSSL) - harden protection against nullpointers
|
||||||
|
* QSslCertificate: Guard against accessing empty QByteArray
|
||||||
|
* Make QStyle::proxy() always return the leaf proxy
|
||||||
|
* Prefer previously used channels in QHttpNetworkConnection
|
||||||
|
* Fix populating selection clipboard with keyboard
|
||||||
|
* QSslCertificate::operator == - cleanup error queue
|
||||||
|
* Revert "Fix highdpi conversion of QTabletEvent coordinates on xcb"
|
||||||
|
* Fix highdpi conversion of QTabletEvent coordinates on xcb
|
||||||
|
* Support transformations in pattern/texture brushes in pdf
|
||||||
|
* Respect font stretch if set together with font style
|
||||||
|
* Fix QPainterPath with QFont::SmallCaps
|
||||||
|
* Avoid generating large pdf files when using dashed cosmetic pens
|
||||||
|
* PDF generation: disentangle native pen from transforms
|
||||||
|
* qmake: Switch to using Xcode's new build system
|
||||||
|
* Explicitly set input files for qtpreprocess
|
||||||
|
* Only embed launch screen when building an app
|
||||||
|
* Explicitly set output files for qtpreprocess
|
||||||
|
* Fix memory leak
|
||||||
|
* Fix reading gamma from PNGs without ICC profile
|
||||||
|
* QPlatformWindow: fix isAncestorOf not breaking recursion
|
||||||
|
* Cater for upstream changes in eglplatform.h
|
||||||
|
* QTextOdfWriter: fix exporting pixmaps to ODT
|
||||||
|
* Fix access to content: URLs with transient read/write permissions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 27 17:51:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
Fri Aug 27 17:51:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%bcond_without harfbuzz
|
%bcond_without harfbuzz
|
||||||
|
|
||||||
Name: libqt5-qtbase
|
Name: libqt5-qtbase
|
||||||
Version: 5.15.2+kde222
|
Version: 5.15.2+kde254
|
||||||
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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68e14831dcd9d7573b2c1008663d31e7a0a9683031d38e2a9db3c4ced2d79e1e
|
|
||||||
size 291323406
|
|
3
qtbase-everywhere-src-5.15.2+kde254.obscpio
Normal file
3
qtbase-everywhere-src-5.15.2+kde254.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da0b42cf37b1fc680ea58c3c4b98275bc27f30afa708ec37c6ecbb1bd00de6f5
|
||||||
|
size 291323918
|
@ -1,5 +1,5 @@
|
|||||||
name: qtbase-everywhere-src
|
name: qtbase-everywhere-src
|
||||||
version: 5.15.2+kde222
|
version: 5.15.2+kde254
|
||||||
mtime: 1629930532
|
mtime: 1635027294
|
||||||
commit: d2bd04d9fe03912097d3246b7d03ef14f425256b
|
commit: c9fde86b0a2440133bc08f4811b6ca793be47f0a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user