forked from pool/kinit
Accepting request 954258 from KDE:Frameworks5
KDE Frameworks 5.91 (forwarded request 954217 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/954258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=99
This commit is contained in:
commit
683894eeed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a3858eeb80b044e884bdc77e110e7ecb34cdb91575c544a95502123a183c57c
|
|
||||||
size 119236
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV3cACgkQWNDuZIpI
|
|
||||||
s7sGhwgAjDT3oDuvDSa2fZxwr/xI96HD6bh7BX4fZslCxRh3Kf9RWDaWLRluoCb9
|
|
||||||
soeaEgOE7saWPA9+O6TNKgQPjDDtyDp74qtXDK3GKJJ9+otQMkwk0ic1kuByxKYn
|
|
||||||
n7AXWYQk8omPngay/wAMH7+Jp48w76nlC58QTmPx9rT7LDlsiUTzV9fkBvIehb8K
|
|
||||||
aXd9z7iTGeWMQTkhxqC2QZHKIn/fez6/CjdND58qR50abun8/YqYm9KlVSTNOZgp
|
|
||||||
OVmZCwPIAjVVgrTa2N4vlzqzfHGnkCqkulSR7bnz/o0OxqL1+jBqSz6ecJz4d5G/
|
|
||||||
fV0VQRfitiyxV9OZjuLIwvnuZSSYjg==
|
|
||||||
=cmZW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinit-5.91.0.tar.xz
Normal file
3
kinit-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71c3d83e2303f01bfd936351260ee3a7e0e78de568c90dd9236f7d5e8998c2f8
|
||||||
|
size 119272
|
11
kinit-5.91.0.tar.xz.sig
Normal file
11
kinit-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kisACgkQWNDuZIpI
|
||||||
|
s7up7Af/UKlDLvy2UhY5RXIOd8HkvJl5n+tm4guZGwi8MYpcQreWi1TzD+8R8dxn
|
||||||
|
f8xdukcdXLE3AHhNwPUIT8b4n08Pbq3oU7bg2zVqg8+3le/HCaSKAFbqe+6JXSo3
|
||||||
|
8wkYrIfPm6pO9WUgcdh9iD+zWjUIOfatEOlzL29o+Zy/+RCSRjE68lO3QW/2xoE2
|
||||||
|
nW671kdxrIMH6xfITqyycEUFHb3N3Q/mhYYGUI6o7KdVBJ0FexOfQNRkqHZEGg7m
|
||||||
|
20VTs3Au5VAS01vzqg8AW5+ZvZR8yslbY07sTS5yh4i40ahobnF6vTz1ZQZ1vNRw
|
||||||
|
klr+qbU7h1DPEcUyMlP6nTDk/Hgceg==
|
||||||
|
=heXB
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 10:17:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.91.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||||
|
- No code change since 5.90.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 3 12:47:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 3 12:47:39 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.90
|
%define _tar_path 5.91
|
||||||
# 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.90.0
|
Version: 5.91.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