forked from pool/kinit
KDE Frameworks 5.97.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=262
This commit is contained in:
parent
56762513fd
commit
32fdfa27d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b88dd3dd97791f4c786e89d9bd771675070d030f889c90104b5b8aca2240fdf8
|
|
||||||
size 119408
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc3sACgkQWNDuZIpI
|
|
||||||
s7tm1Qf/crZKI3tozCWz96qmchuBTBrUzqsziQHTHaWjhf7BK4bn4YLJ14y1IUP0
|
|
||||||
UvcWDwz3A1HuUagbav9yzuStWl8SGxoBzOmtKHds2kVsUrCmI9JMCesgLv6HOGde
|
|
||||||
JNopnnk5C2j5bVLnfvzN3XZGbIJWtVEb5sBMH4nakEN4P2PXbUWVRjxGEpDN1R1q
|
|
||||||
eG8g6DyuSvcch9e8pSGhZCXjVqXZsuszG7t9mV8n9eIPpxCWWmFYBwwMzbxE4cE4
|
|
||||||
b3yLd7ETRURfeJqt9z3gDPEJah6NK2jSqzcDGX2oUPK+2+auyT8VWyk5bFgP1Xx2
|
|
||||||
X/1MJlZS5CmpUXeu+DGRNQt+4IKAdw==
|
|
||||||
=dRDc
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinit-5.97.0.tar.xz
Normal file
3
kinit-5.97.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5856ac46acb27be6e5dba041d2cc24b6f430c49379cc97b116d8c0dd40444ca5
|
||||||
|
size 119428
|
11
kinit-5.97.0.tar.xz.sig
Normal file
11
kinit-5.97.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLvxuwACgkQWNDuZIpI
|
||||||
|
s7s0LAgAqRwH9UGpKZQcqFWlQcv1/Zf5/GJzzQg4xTMxV9uFhpIKOp8Vc6+YlO01
|
||||||
|
79UyRMVWMGdp15USj1Bk79/CMwQn+/7r5hiIEBNwRmBgy7pZouXUPezXDt6i1/PF
|
||||||
|
FqxmUAd0BN8Q59lYHqLpNkORrjGllZ10HvvbmkkKUMuTDquwtU3k/w5j7d70Yh8K
|
||||||
|
cnROWxqLAbzyszLHqzjDq4bZW9XW7lq0ywubVIKtPSN8GOQ/e4U1wlADdvN7PA9e
|
||||||
|
MUTCVIKvlr7prwBFneIghH8B9EtaHpXp6NYQYFV334Gh31IHqspSlEhssUYMFle4
|
||||||
|
oKk8fPZahBo7zLEY2mUKRa1pRwdSrA==
|
||||||
|
=A/iF
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 7 22:27:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.97.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.97.0
|
||||||
|
- No code change since 5.96.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 3 11:56:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jul 3 11:56:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.96
|
%define _tar_path 5.97
|
||||||
# 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: kinit
|
Name: kinit
|
||||||
Version: 5.96.0
|
Version: 5.97.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper library to speed up start of applications on KDE workspaces
|
Summary: Helper library to speed up start of applications on KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user