Accepting request 1058485 from KDE:Frameworks5
KDE Frameworks 5.102.0 (forwarded request 1058155 from krop) OBS-URL: https://build.opensuse.org/request/show/1058485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=112
This commit is contained in:
commit
d500dc6cba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a208f5af8c83db3979ed28e9a9aa3a80c709a3c08612fbf77792cd314afe476
|
||||
size 2520068
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLNAACgkQWNDuZIpI
|
||||
s7t/Hgf7BPqn16kFPpbHsievECFapfN3PF0S6DpUHTbzKV6+ySXg2b9lf/jfKFaE
|
||||
lpWABSx3Vq1vpqpwDyQ2NWsjH+/fmMVRVPTk570GJtN6+hiWF46GHlp+ENhCt8J8
|
||||
Ulr6ffE0RL9sSBuCWYL9HptHI5+ZZUsjxH7GuIi1IR2WuW+3DnGY0+lw/5tlMCAj
|
||||
kz23xwtDRae1Fm3DlJl4fuTp5D7FrNC50oxlUP/WoXhYUzWxFzId3sdKnKJZ6UZ1
|
||||
blbPUcNl66/QigH24+RBtHOcdEq5TJ80Hn2Xnr97b2Z33wXLx8JG8nPfTIaAXCiD
|
||||
nY+UO2J0/oymSDY4VlSvZuJ1dPA8Sg==
|
||||
=gzSa
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.102.0.tar.xz
Normal file
3
kdeclarative-5.102.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ad46234d48034da8c195fececf66392e876c61ad0a328f4ea91c72d6bc87c77
|
||||
size 2491312
|
11
kdeclarative-5.102.0.tar.xz.sig
Normal file
11
kdeclarative-5.102.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SQMACgkQWNDuZIpI
|
||||
s7t32wf9GOOvrPi1vZL69wGjh3hFuXbUMSV9CYlFGeIlbo3TipF2mGx520+IKDA8
|
||||
xydUv0enwtGLVRtVUtXw7yw9aRrzqVxmgtYdGAMPI3KQby4Rbcc7X0Ux7+pzHE93
|
||||
uA8+heNiLH9PRPfmRSMUgyM5gHaZ6eowfFAdccd9iZePnGXMjQFNNfhPwdZe+jwh
|
||||
JmE2wMD+avPj5vBhUGZZugb9JNFJw/vzv4Ka/+JyxfAMAvev3TfB+oSF8Kn2K7mk
|
||||
xBQG06ilGsGFaVbGCL6m9/Jp/ORW+MqgfPhuw8DNOUXS2jjuFdyQaSE7izOkeeh3
|
||||
27sMb7JY1m6Jo4qoZmDv9x4tj4cQow==
|
||||
=B+0V
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 08:18:42 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.102.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.102.0
|
||||
- Changes since 5.101.0:
|
||||
* draganddrop replace QList::first() with constFirst()
|
||||
* calendarevents: add new alternate date ready signal and deprecate the old one
|
||||
* Support modifierOnlyAllowed in KeySequenceItem
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:10:32 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.101
|
||||
%define _tar_path 5.102
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%bcond_without released
|
||||
Name: kdeclarative
|
||||
Version: 5.101.0
|
||||
Version: 5.102.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user