Accepting request 1006214 from KDE:Qt:5.15
Qt 5.15.6, untested. (forwarded request 1006197 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/1006214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=72
This commit is contained in:
commit
00c2f7e58f
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/qtdeclarative.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtdeclarative-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,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 10:33:14 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.6+kde20, rebased upstream:
|
||||
* Reset currentChanges if currentChanges is active when refilling listView
|
||||
* QmlPreview: Protect QQmlPreviewFileLoader::load with another mutex
|
||||
* Use QDateTime to get offsets for emscripten (wasm)
|
||||
* Doc: fix AnchorChanges typo
|
||||
* Avoid crash for deep aliases
|
||||
* doc: Improve the Input Handlers index page
|
||||
* DropArea: Tell qdoc that DropArea indeed inherits Item
|
||||
* QV4::Heap::GeneratorObject: remove unused member
|
||||
* Sync shadereffect materialType cleanup between renderloops
|
||||
* Avoid infinite loop in designer support
|
||||
* Pass the focus reason through to the control on mouse press
|
||||
* Update QQuickImage's DPR if re-loading the image didn't
|
||||
* Doc: Document matrix4x4 transformation functions
|
||||
* Add tests of matrix4x4 transformation functions
|
||||
* Handle QScreen::physicalDotsPerInchChanged changes for the initial screen
|
||||
* Don't let PointerHandler steal mouse grab from keepMouseGrab layer
|
||||
* Emit grabChanged() from DragHandler and PinchHandler
|
||||
* Resolve data race on QQmlPropertyCache's arguments object
|
||||
* Resolve data race in QQmlPropertyData in a minimally invasive way
|
||||
* Register the QML builtin sequence metatypes only once
|
||||
* doc: Improve QQuickItem::containmentMask() docs
|
||||
* When setting the line dash to be an empty array reset the style to Solid
|
||||
* Fix QtQtuickImage docs: correct properties' signatures
|
||||
* crash fix - avoid wrong gcc optimization
|
||||
* Fix warnings
|
||||
* doc: Use DragHandler rather than MouseArea in the externaldrag snippet
|
||||
* Ensure model is in context if required properties are not used
|
||||
* QQuickItem::forceActiveFocus(): actually force active focus
|
||||
* a11y: make links have pressAction first
|
||||
* Set a11y role for QQuickTextInput to EditableText
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 12:41:54 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
%define qt5_snapshot 1
|
||||
%define libname libQtQuick5
|
||||
%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 qtdeclarative-everywhere-src-%{version}
|
||||
Name: libqt5-qtdeclarative
|
||||
Version: 5.15.5+kde19
|
||||
Version: 5.15.6+kde20
|
||||
Release: 0
|
||||
Summary: Qt 5 Declarative Library
|
||||
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:f38bbb73ffe5f22c24936a544615a40416357565cd5ebcd448ff7dad2ac271ab
|
||||
size 143268366
|
3
qtdeclarative-everywhere-src-5.15.6+kde20.obscpio
Normal file
3
qtdeclarative-everywhere-src-5.15.6+kde20.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5d75798be550f443ef5197c83714f0a1e18e2c2653aea4f8797be4c6397e513
|
||||
size 143318542
|
@ -1,4 +1,4 @@
|
||||
name: qtdeclarative-everywhere-src
|
||||
version: 5.15.5+kde19
|
||||
mtime: 1655470845
|
||||
commit: c47f3d7b227c9bc86ca1702ae3291a62c2116cfa
|
||||
version: 5.15.6+kde20
|
||||
mtime: 1662624843
|
||||
commit: b3aaf1482c48bbc0ca4f7c7934597c055afe4b6a
|
||||
|
Loading…
Reference in New Issue
Block a user