forked from pool/kinit
Accepting request 747118 from KDE:Frameworks5
5.64.0 OBS-URL: https://build.opensuse.org/request/show/747118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=72
This commit is contained in:
commit
9e1c499d67
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9dcb8d59419066a11b11b64dc028f8cccf7713cd5230451ca8ea5b724c8ae01a
|
|
||||||
size 120700
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyZMACgkQWNDuZIpI
|
|
||||||
s7u4Ygf/a2bp9uuu7yP7zKn3r5c43vXk0ukgBc8MNRQrehlfPHhHibo7qAlEDkTu
|
|
||||||
cvHt3heVzPruMGzPv+RiaCplO43gCgB7C2O055ryPWJrcHFwuRv13xNpvKXrpSTn
|
|
||||||
v2jmNOGtvedZC1GojNfxbOV9ivU1a8sdKFicT6sXziltg85eONZ+vpzLZJw+unM7
|
|
||||||
hIH+OlaqNoi6I+EUdnXaQK6tCCXRNtBUIMu6KJrKbeI4ATGAHyl4Ip7Om1yQobjj
|
|
||||||
UUup3aGPKDkfbROKNtxxhQPZySh9OIRFGKxCN5wM24OIlLFWC39zas4ITNxT3TrH
|
|
||||||
UIUArcnTyifA8XbH6Ef70iZSTxgtfA==
|
|
||||||
=pZsI
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kinit-5.64.0.tar.xz
Normal file
3
kinit-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5298b783499cedb681c334b20234a511cb3377e66d140e7df6b7c1899186263d
|
||||||
|
size 120736
|
11
kinit-5.64.0.tar.xz.sig
Normal file
11
kinit-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yl8ACgkQWNDuZIpI
|
||||||
|
s7vP9gf9HaJBAZ1MGoo7PbHZXmw8WFLCwInzRZ5x6mFunqlc7Oe/qCM2+h692W38
|
||||||
|
xVfrAfF20SnvX9QhP9+w/BeZo6d403is2tJ4jV/CUZ4zZaLrsPH9YZ51n0NKvTeM
|
||||||
|
ScHWv8tWZnRI4VCT6wQpZNPfCmPM13zGe5eAX3kGNxhK5fDYvjwIHV1N8IO+jXNl
|
||||||
|
vJ8+dY+9IuBFURAGb7/0qG6R4Qs3EwgvcoWiD4+aBub/hAnL4TV6Nq0jjpxh36wQ
|
||||||
|
QqHHsx6o4FyxBpQg66uCLBxZbv67qfXR1D4hDMtqOfO0qyEjNBLDuKhK1NKHXrU2
|
||||||
|
1aekn0Dbfz2mAGnpmXlITvm7KMTQDg==
|
||||||
|
=hwzM
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 3 15:47:05 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.64.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||||
|
- Changes since 5.63.0:
|
||||||
|
* Port away from deprecated KService::path()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 6 13:26:40 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Oct 6 13:26:40 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.63
|
%define _tar_path 5.64
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kinit
|
Name: kinit
|
||||||
Version: 5.63.0
|
Version: 5.64.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