forked from pool/libqt5-qtdeclarative
Accepting request 1082068 from KDE:Qt:5.15
Qt 5.15.9. Not built yet but submitting anyway. (forwarded request 1081228 from favogt) OBS-URL: https://build.opensuse.org/request/show/1082068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=77
This commit is contained in:
commit
417ddd543f
4
_service
4
_service
@ -1,12 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionformat">5.15.8+kde@TAG_OFFSET@</param>
|
<param name="versionformat">5.15.9+kde@TAG_OFFSET@</param>
|
||||||
<param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
|
<param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">qtdeclarative-everywhere-src</param>
|
<param name="filename">qtdeclarative-everywhere-src</param>
|
||||||
<param name="revision">kde/5.15</param>
|
<param name="revision">kde/5.15</param>
|
||||||
<param name="parent-tag">v5.15.8-lts-lgpl</param>
|
<param name="parent-tag">v5.15.9-lts-lgpl</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
|
<param name="url">https://invent.kde.org/qt/qt/qtdeclarative.git</param>
|
||||||
<param name="changesrevision">e53eec414af66f72046960693d5b6ac8060fb384</param></service></servicedata>
|
<param name="changesrevision">45c22a0221937682f4496801a495458a00f76d3a</param></service></servicedata>
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 21 09:57:43 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to version 5.15.8+kde67, rebased upstream:
|
||||||
|
* QQuickItem: Fix effective visibility for items without parent
|
||||||
|
* Prevent crash when destroying asynchronous Loader
|
||||||
|
* Quick Animations: Fix crash
|
||||||
|
* qv4function: Fix crash due to reference being invalidated
|
||||||
|
* Models: Avoid crashes when deleting cache items
|
||||||
|
* QQuickState::when: handle QJSValue properties correctly
|
||||||
|
* QQmlImportDatabase: Make sure the newly added import path be first
|
||||||
|
* Revert "Fix missing glyphs when using NativeRendering"
|
||||||
|
* Fix missing glyphs when using NativeRendering
|
||||||
|
* Update the window cursor on mouse release
|
||||||
|
* Blacklist: test cases blacklisted in tst_QQuickListView:
|
||||||
|
* Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:
|
||||||
|
* Fix crash with NativeRendering on RHI
|
||||||
|
* A11Y: make QQuickText focusable for A11Y
|
||||||
|
* QQuickWindow: improve docs for activeFocusItem
|
||||||
|
* Doc: add example snippets for containmentMask
|
||||||
|
* Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04
|
||||||
|
* QQmlAdaptorModel: Do not use reparenting for lifetime managemment
|
||||||
|
* Correctly handle QQuickState::when
|
||||||
|
* CMake: Fix handling of empty qrc files with qtquickcompiler
|
||||||
|
* CMake: Skip qtquickcompiler cmake test on macOS ARM
|
||||||
|
* Fix indices alignment problem
|
||||||
|
* Fix indentation in positioners example
|
||||||
|
* doc: Fix QQuickItem point/rect mapping methods signatures
|
||||||
|
* Instantiator: Do not load items when inactive
|
||||||
|
* Doc: Fix QtQuick::Loader::item type
|
||||||
|
* Doc: fix incorrect type name on focus page
|
||||||
|
* icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefined
|
||||||
|
* tst_qquickimageprovider: fix some memleaks
|
||||||
|
* Fix incorrect behavior after displace transition
|
||||||
|
* Fix edge cases in arcTo
|
||||||
|
* Don't blacklist tst_QQuickFramebufferObject::everything on b2qt
|
||||||
|
* Use tree hash rather than commit hash in .tag file
|
||||||
|
* Adjust default max call depth for QNX
|
||||||
|
* Blacklist containsDrag_internal on Ubuntu 20.04
|
||||||
|
* QQmlLoggingCategory: Avoid unnecessary warnings from setters
|
||||||
|
* Blacklist flakey tst_QPauseAnimationJob::multipleSequentialGroups on macOS
|
||||||
|
* Assert that QQmlDelegateModel's count can't be less than zero
|
||||||
|
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerr
|
||||||
|
* Treat unknown tablet device as stylus and create QTabletEvent
|
||||||
|
* GridView: Set content position when changing cell size
|
||||||
|
* QQuickItemViewTransitionAttached: Avoid dangling pointers
|
||||||
|
* Bound animatorjob value to the given range
|
||||||
|
- Commits dropped by the rebase:
|
||||||
|
* Document that StyledText also supports and "
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 2 11:49:15 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
Thu Mar 2 11:49:15 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
%define qt5_snapshot 1
|
%define qt5_snapshot 1
|
||||||
%define libname libQtQuick5
|
%define libname libQtQuick5
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.15.8
|
%define real_version 5.15.9
|
||||||
%define so_version 5.15.8
|
%define so_version 5.15.9
|
||||||
%define tar_version qtdeclarative-everywhere-src-%{version}
|
%define tar_version qtdeclarative-everywhere-src-%{version}
|
||||||
Name: libqt5-qtdeclarative
|
Name: libqt5-qtdeclarative
|
||||||
Version: 5.15.8+kde22
|
Version: 5.15.9+kde23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 Declarative Library
|
Summary: Qt 5 Declarative Library
|
||||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
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:76329658b394e869ff1a1a229f8551dc6f0ff4da65885181b365bbaa47bd907c
|
|
||||||
size 143358478
|
|
3
qtdeclarative-everywhere-src-5.15.9+kde23.obscpio
Normal file
3
qtdeclarative-everywhere-src-5.15.9+kde23.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33dfd6f07c5b171675e047b219a9bda1bafbb04345606bd975081536d3775f9b
|
||||||
|
size 143414286
|
@ -1,4 +1,4 @@
|
|||||||
name: qtdeclarative-everywhere-src
|
name: qtdeclarative-everywhere-src
|
||||||
version: 5.15.8+kde22
|
version: 5.15.9+kde23
|
||||||
mtime: 1672930994
|
mtime: 1681767630
|
||||||
commit: e53eec414af66f72046960693d5b6ac8060fb384
|
commit: 45c22a0221937682f4496801a495458a00f76d3a
|
||||||
|
Loading…
Reference in New Issue
Block a user