KDE Frameworks 5.76
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=220
This commit is contained in:
parent
5ac0840c66
commit
4d885ffa44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9ac069e7958f95f69891b78bd752310688624dc02f6e1595d4c41645f0a2bd9
|
||||
size 51288
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NIsACgkQWNDuZIpI
|
||||
s7tFcwf8CWdKioaNaIgEPJR0lDs6wfnuYQz9HugL6tAuktmfEyrQfT88WuB6qVDC
|
||||
k3hPxyCbPNRmWijHuQWZN6tNMeDcN4o5+zx4J6ePkAoorwvdbuBBimEDxXgNAmxb
|
||||
TqBdx84JO+FpmiyOJJRc6My+/Psg9UP3j9wpkWw4HYULxnChSHXqBU7pHWg6t04M
|
||||
BQ2d2AvaSWJkjJ7rGqLakF0uLA9r8wwW180ayqwsIsM2aWDsGn1X9VHA9GzV7vLh
|
||||
YY8xcOl6cHIR2LcZ7ou5ofskooRMwA7Oyw7/0u7bxVrIpwnB8QnZZOP0gGfPgvz7
|
||||
rAlGwitoP7XjoBWEJsdm3bCV80ZjRQ==
|
||||
=YrcZ
|
||||
-----END PGP SIGNATURE-----
|
3
kdesu-5.76.0.tar.xz
Normal file
3
kdesu-5.76.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:421ef43bd47c3eb6b05806af033276c19df20fd76a06b67fada529bb9c52e642
|
||||
size 51296
|
11
kdesu-5.76.0.tar.xz.sig
Normal file
11
kdesu-5.76.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5HwACgkQWNDuZIpI
|
||||
s7t+VQgAiHP6knA/dqP5Jn8FL0XvlWyD1aTAYlW9yeJoVszjQSYc2GOjlFib3sWl
|
||||
DlGi1xcHLaYG2TFV9ZBc1DkGaAgnKHIenW0UKgkPKzVZlD/kyLZbo+vHv2KzHkNV
|
||||
R9450hh6X7qKUaCgW+tN41zFJ07yi5CgmmKlUds0G5BaX1xfLaX/J8QGKTu3ZLYF
|
||||
xCOn7e7byl+tm3kHFODj8/OKZ0vUZz24x9viGvEMBdYMWjE2Zu6Le34WWoJobfTe
|
||||
rIAkUhBD6TZCdjY5M/kO8EG9vDBElmIbUdw+uWe7eekXScWQIgak0zGJ2gYBxGJg
|
||||
AydGFHSbwjm5ZEzAzLENFXPlsTrJ6Q==
|
||||
=tTkU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.76.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.76.0
|
||||
- Changes since 5.75.0:
|
||||
* If include is define in .h remove it if it's defined in .cpp too (scripted)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 08:33:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Su5
|
||||
%define _tar_path 5.75
|
||||
%define _tar_path 5.76
|
||||
# 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.75.0
|
||||
Version: 5.76.0
|
||||
Release: 0
|
||||
Summary: User interface for running shell commands with root privileges
|
||||
License: LGPL-2.1-or-later
|
||||
@ -49,6 +49,7 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user