forked from pool/kinit
Accepting request 968171 from KDE:Frameworks5
KDE Frameworks 5.93.0 OBS-URL: https://build.opensuse.org/request/show/968171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=101
This commit is contained in:
commit
ac59a1e5e6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb517912bf17d4b4f015cb1ab935eebadc52ece050f21b33fcb4e799b0c5f3ce
|
|
||||||
size 119244
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwowACgkQWNDuZIpI
|
|
||||||
s7t53Af/Ru9LJiNfqEYj15uKuDEjhpFdTgd4sihRdFMLru3AGqfvTzlQ0WP6L89w
|
|
||||||
ADD1wn0sv0kt2y6uAqUI8e06z/TKcXcuRpSo7HkEISThrFWdNNWOKJVmOrFusTfN
|
|
||||||
u+sP659OhuFq0SkWqgAKPS/pEuh6QFO/KMzImykN7iu2syc512UEIO8Ft8SaLV9r
|
|
||||||
Jy5CpNqdDpKkRvU86mZ+GGggusrSbbX/5WkUk07CJZvZr0Ig07pyBtPNsBWt7MRG
|
|
||||||
fBwiNPpLJlM1AlTM+o+tu+CBrO/ilaNSpYBUykkUoVGDz9P1TeZrMqyTk4dou8KK
|
|
||||||
ipZAhgKJvVw3Gfhy9pLmdBGRqUUrHg==
|
|
||||||
=R3lQ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinit-5.93.0.tar.xz
Normal file
3
kinit-5.93.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db36a3bd5b30163b7a4ed8c7a907bec585acab841306755b0d8d32ef3d1ce498
|
||||||
|
size 119256
|
11
kinit-5.93.0.tar.xz.sig
Normal file
11
kinit-5.93.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJIS/4ACgkQWNDuZIpI
|
||||||
|
s7tf4Qf/S6zQsybb/17gtbvqjGau3NbmkGwD0Sllxb0sHo/o5B+/1EiBSxotAUY8
|
||||||
|
/Tf0EXwOH4I1M4jY/pfrxtkG2yP/I3+UUexpI/5GosET1LrvHz5fc/dIExf3sZRH
|
||||||
|
gICLW8bmA7FxL6mhFHUjZ82kgqU/cf8JgJb8wQR/A7Tc7q0UWPAuMquPDfubQ5BV
|
||||||
|
4K3NYuEPKMJ2x+4CtcFfwdBqd2LjGGVXXXZMhpGtoTU4dEezPAEP+jyEQfskcyZk
|
||||||
|
MqxSBE01noW6qPkAJWbDtC2iycAUjhCHMFkej+/8FkojzTJ+4LPNMMTFMHYdOgEg
|
||||||
|
O1rEE6sPV0t8ay/VpJn80a9TcWPGjw==
|
||||||
|
=LvPb
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 3 10:47:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.93.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.93.0
|
||||||
|
- No code change since 5.92.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.92
|
%define _tar_path 5.93
|
||||||
# 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.92.0
|
Version: 5.93.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