Accepting request 977162 from KDE:Frameworks5
KDE Frameworks 5.94.0 OBS-URL: https://build.opensuse.org/request/show/977162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=104
This commit is contained in:
commit
460ac741ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08a945c793aa8d89d87c42d29c9c11e7c28c47916ae728369ab478892d325067
|
|
||||||
size 203188
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJIS9EACgkQWNDuZIpI
|
|
||||||
s7v7qQgAhdMstc8U1CI42FSP+JYt8JwsBrNuC/lOgP1nhi+QoidFnr2bjV12doY5
|
|
||||||
+k3p+kDhkWwslZfRAx+bPjueElA14mG11rWFcWgWPmlVZEd5diRnFr93KVjUh5Uv
|
|
||||||
dLfZWkVWSQZa15lzmbs8j/JU6clnJSPCCLRnsU/uJoTogVIF6H+BbOVH/hAVjsL2
|
|
||||||
HE62wH2K+dJsepvMc28amUnh+a0y9Jgw+NwAy9k4Oed/MhIwl4ukyJ2JVObn9dgh
|
|
||||||
WJxKRrGwxBwgrCrpBb/P3neqtatJQ3uDP0ui9nct23ij+rxbEl4YNruR6JWDcTn0
|
|
||||||
tFZbmFhYPsgRlb3aLU3xA0pjwwxXBw==
|
|
||||||
=0wyC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.94.0.tar.xz
Normal file
3
kdeclarative-5.94.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2996ca7671994f42c9233897d10d6bc93ffc2b12865ae07e516a93812dd6b08
|
||||||
|
size 204884
|
11
kdeclarative-5.94.0.tar.xz.sig
Normal file
11
kdeclarative-5.94.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/4QACgkQWNDuZIpI
|
||||||
|
s7vfyAf/d8zNjHRYmsntQxfGwZ8n0589vfHEaeYMlTzEzQhA/V7V7hElbop6TF6e
|
||||||
|
y+S/Z5Ig+hPMgQjsB8lCVQTKgEeLNzUifpGZS4DMadI87hD8osAeyhz++ub6aPTd
|
||||||
|
WvtIgMKHICW7+XgCnJjvU3LJj04Aj+Gbk0UoAt7CVFroYS/2Jw7nflVRewjM2G0d
|
||||||
|
3kAYNoAwJNRC+wRu7JAFHUP6z+PcdjevhG9upJPsW/n+WUx5An/iXlqrsxkmupc2
|
||||||
|
FVutUIhFGIl+imhgvAoOGlRxLU44uxVBq+TMDJMxq5+cDBjzTQeBRCGQQycU0lV+
|
||||||
|
aWeBzvl+x0lzDOPYSloxe1yRuBqTpw==
|
||||||
|
=KFb3
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 08:17:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.94.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.94.0
|
||||||
|
- Changes since 5.93.0:
|
||||||
|
* Add PlaceholderMessage to GridView KCMs
|
||||||
|
* Add windows CI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 3 10:47:07 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Apr 3 10:47:07 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.93
|
%define _tar_path 5.94
|
||||||
# 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.93.0
|
Version: 5.94.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