Christophe Giboudeaux 2019-10-11 12:55:56 +00:00 committed by Git OBS Bridge
parent 1d6b3374b0
commit e282993acd
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz4cACgkQWNDuZIpI
s7ugAQf/QJuAMlwREjUr/ViU/KAXm3PM9k1KzK9NXYFEIMXC4+H1v6VdK3A1QKYn
eDyPOOrIsleAhGsW52xHSe15gnwPPg+XI71WFOUzvi5eIP2lHJITX6JCg9Y3Bgzz
037Be9k4Fetvi3iHa0/629tvaXZ+VGG6cW8l6wZM2sxWXSpRRnROVAk2argQXcdI
tFygs1IOXFpgMqo5pacqpYW2y7TbZIlBGXmx8yABX38c0fw70+o1AkT5BkTo5iy9
bHXETOXMXHbNlRZ8RPwnQTivmf+/Qii4yvPQGSFEELT3rj+kKgLpTdhluNB5C0CZ
Q+Z7cwxFTOpI2WYoD8giQkDF1n92MQ==
=seDT
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyWMACgkQWNDuZIpI
s7uv+Qf+LKthaYDUzQroPagNpo0PiyMp6FPSckluxu4mwRVrLDKkhCuboVrzvD16
P7zgRjUYbEFw49LxNFAJEKwENrKSoNYAt7UnPNMRyo4yBsGpMMd/u+O3Zt6U67D1
F9rnIkr8DP0rsxfpKcoZWHZ/BIYOSzs24Aw3u/g78SUGh9oEXU1X+1fTgceQ2Jwz
xQS1a4d8SnXaBT9ySL0y8ifv0h7qV3mJtYKEevJuxy/uc5VzaEnAxRCYOBOWmWdA
eAs8vpw9D6hToBcJUk4e61HuBPTaqDOhVZccx86jImGUvzHUv0EGr7f2iLlhCQne
OHwRYRCZRCdixXqJ2WkzeqawwLc5WQ==
=uPIa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:28 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:41 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5
%define _tar_path 5.62
%define _tar_path 5.63
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# 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}')}
%bcond_without lang
Name: kdesu
Version: 5.62.0
Version: 5.63.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
@ -49,7 +49,7 @@ BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: pkgconfig(x11)
%description