Qt 5.15.6, untested.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=18
This commit is contained in:
parent
ae42b46a36
commit
6797c373c8
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.5+kde@TAG_OFFSET@</param>
|
||||
<param name="versionformat">5.15.6+kde@TAG_OFFSET@</param>
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtquickcontrols2.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtquickcontrols2-everywhere-src</param>
|
||||
<param name="revision">kde/5.15</param>
|
||||
<param name="parent-tag">v5.15.5-lts-lgpl</param>
|
||||
<param name="parent-tag">v5.15.6-lts-lgpl</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 10:34:25 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.6+kde5, rebased upstream:
|
||||
* Revert "ToolTip: use contentWidth of Text contentItem to account for newlines"
|
||||
* Doc: make it clear that Page doesn't render its title text
|
||||
* QQuickComboBox: fix acceptableInput being wrong if no validator was set
|
||||
* Add recursion guard to QQuickApplicationWindowPrivate::relayout()
|
||||
* Fix SwipeDelegate losing swipes to parent flickables
|
||||
* Blacklist some flaky tst_qquickdrawer functions on openSUSE
|
||||
* Fix warnings in some tests
|
||||
* ToolTip: use contentWidth of Text contentItem to account for newlines
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 13:22:51 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -21,11 +21,11 @@
|
||||
|
||||
%define qt5_snapshot 1
|
||||
%define base_name libqt5
|
||||
%define real_version 5.15.5
|
||||
%define so_version 5.15.5
|
||||
%define real_version 5.15.6
|
||||
%define so_version 5.15.6
|
||||
%define tar_version qtquickcontrols2-everywhere-src-%{version}
|
||||
Name: libqt5-qtquickcontrols2
|
||||
Version: 5.15.5+kde6
|
||||
Version: 5.15.6+kde5
|
||||
Release: 0
|
||||
Summary: Qt 5 Quick Controls Addon
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35ff1b3aec8929f2bfbc60cf48700776331ee05ba70331e59e59ec6b36a245a2
|
||||
size 21502477
|
3
qtquickcontrols2-everywhere-src-5.15.6+kde5.obscpio
Normal file
3
qtquickcontrols2-everywhere-src-5.15.6+kde5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea2f8776ec0920e1f10625c7f0b2aa62314030b98abb9fc2b71e8f048d6b6e92
|
||||
size 21510669
|
@ -1,4 +1,4 @@
|
||||
name: qtquickcontrols2-everywhere-src
|
||||
version: 5.15.5+kde6
|
||||
mtime: 1661268841
|
||||
commit: d0642867ab629daf36a1194274a74758111140be
|
||||
version: 5.15.6+kde5
|
||||
mtime: 1662572419
|
||||
commit: 74e8db97fdb9b55c4b4614b83f4bf17e00df55e9
|
||||
|
Loading…
Reference in New Issue
Block a user