SHA256
1
0
forked from pool/kinit
Christophe Giboudeaux 2019-10-11 12:56:01 +00:00 committed by Git OBS Bridge
parent 8d51b3aa6b
commit 89b1fefe7e
6 changed files with 29 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c4b066362ab6528b5c9ac654c20cc4eeed87e5384b26b3aa1df968c98c1e21a
size 120668

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz8IACgkQWNDuZIpI
s7uMGgf8CXNT+Qp3w7zAzW8nf7enR7FDi8sy8bbkNpDptsVOxtC5k4ewwovBMMVG
8TXw5vs2D7s0yV0FvnS3DlhzlmZlYYSURLtK0RRKARHGcGgqOgy2Et0LWh53fgpY
61NXA6hZiXjTl9pBTg5MxNu/yxacx8PeHRGIl7T18+4B0Ecc6iMqwg6XG3iG0wAb
AmpuSHOx4Tu3CLxqUmoqNhujTKplftVDr+71h1QOcAbEae/aCMiGXwsMaejZu1G6
3k2OHAxjH2XT7/hid/TB48EpuOsmTnYUUAuBlVAnl2NATF0Z7vnd9ZxDMlWTI0Eu
gAFxOTR+Q+BRuaQJDyGJYPCnxIsNCQ==
=qBl4
-----END PGP SIGNATURE-----

3
kinit-5.63.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dcb8d59419066a11b11b64dc028f8cccf7713cd5230451ca8ea5b724c8ae01a
size 120700

11
kinit-5.63.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyZMACgkQWNDuZIpI
s7u4Ygf/a2bp9uuu7yP7zKn3r5c43vXk0ukgBc8MNRQrehlfPHhHibo7qAlEDkTu
cvHt3heVzPruMGzPv+RiaCplO43gCgB7C2O055ryPWJrcHFwuRv13xNpvKXrpSTn
v2jmNOGtvedZC1GojNfxbOV9ivU1a8sdKFicT6sXziltg85eONZ+vpzLZJw+unM7
hIH+OlaqNoi6I+EUdnXaQK6tCCXRNtBUIMu6KJrKbeI4ATGAHyl4Ip7Om1yQobjj
UUup3aGPKDkfbROKNtxxhQPZySh9OIRFGKxCN5wM24OIlLFWC39zas4ITNxT3TrH
UIUArcnTyifA8XbH6Ef70iZSTxgtfA==
=pZsI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:40 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- No code change since 5.62.0
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 7 20:36:52 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Sat Sep 7 20:36:52 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
# #
%define _tar_path 5.62 %define _tar_path 5.63
# 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.62.0 Version: 5.63.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
@ -52,10 +52,10 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.6.0 BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Gui) >= 5.6.0 BuildRequires: cmake(Qt5Gui) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.6.0 BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb)
%if %{with lang} %if %{with lang}