Accepting request 1035383 from KDE:Frameworks5
KDE Frameworks 5.100.0 (forwarded request 1034604 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1035383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=110
This commit is contained in:
commit
48a3d47872
3
kdeclarative-5.100.0.tar.xz
Normal file
3
kdeclarative-5.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7635cb72365b3f12d45f9126ad2e774835c664af8d02f66d3561c02bcbb84017
|
||||||
|
size 2519180
|
11
kdeclarative-5.100.0.tar.xz.sig
Normal file
11
kdeclarative-5.100.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmYQACgkQWNDuZIpI
|
||||||
|
s7vJGwf+P9Iyjtlyp5Tb7XfwbSIKYbFgNqU29r4H6D8ueJkoBxNVd72mNV2aIyBr
|
||||||
|
3NNFC5aZizcBjOhwzHXhIrduzwD+n07l56/38VhDGapMtsprNKhhDDm3WOGMJ8LG
|
||||||
|
neaCMwuMNkKy/PfI5mUXENjWR9hM8gapjCKINvokRmT3181kTziusEmV3mA4yNOj
|
||||||
|
o43oZz4kiUsp0z+NXfBEQPMPS1D6QuB3/aAdwxSbJ/XLVfqVmWJgOdr+neck+XDV
|
||||||
|
Th6AK/tzaF8Si3tNU6FF5dtqzHFo/FmhKmb4Aq5IrtypERmaoofHHdRpE042Jexc
|
||||||
|
nDJWIJnzEcEEvC5piIslSrXm/0PpXw==
|
||||||
|
=z+v/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:168acc11b96a0f47dc7458390d31bb46f5fdd7337488ab18a60bfc0368113aa4
|
|
||||||
size 208156
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VVgACgkQWNDuZIpI
|
|
||||||
s7u9kAgAvq0vDR62vrmo274veEQ865rA+gtdJdMsFNGQ0slyD24t4VsXw8wjEwFq
|
|
||||||
5oe6XR/cmLJsUEeLZGN1cca8dgXMmfzK9/bZPvVqJTPRdrHRRkIIx8skLubqEutY
|
|
||||||
XCkLU0/1xGxRZYhO0JnyzgLosgM+YB4FcEfJz+3wHUNJbiODb38V+daLH03Yilfm
|
|
||||||
27+OnHQyLAyeegAbptSkuT1FphlJ+ccDp9G8h4o7XHJJUacgFllkLZxCTb+Z3IYw
|
|
||||||
qoHzCsMdz2EEzbKY24NzRLO6PpdJNqSH//shPWp2MghBXIe3snuty318yjnMeWAm
|
|
||||||
pJHCqcrS8g5H/G0pEtt5rS8oINy9ow==
|
|
||||||
=XLwN
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 08:35:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.100.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.100.0
|
||||||
|
- Changes since 5.99.0:
|
||||||
|
* Make QQmlContext's contextObject outlive the QQmlContext
|
||||||
|
* Completely deprecate KDeclarative class
|
||||||
|
* Port manual test app away from deprecated KDeclarative API
|
||||||
|
* Add Qt6 windows CI support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 15:55:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Oct 1 15:55:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.99
|
%define _tar_path 5.100
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.99.0
|
Version: 5.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user