KDE Frameworks 5.73.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=214
This commit is contained in:
parent
d81310ba2d
commit
87612da6b1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e72aa32ede5394b681523f1ecf795e978c624d6f8c678abc408a73338beef5f7
|
|
||||||
size 47256
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AumIACgkQWNDuZIpI
|
|
||||||
s7t8wgf+LB/5pPooDQglghMt72Ys/65bJUR6L2uiOCJ74tRqhJGcgduvE1mSza0c
|
|
||||||
HIXPOdNB2H1nkHx+rEN8yhc1YRfUaI2YD+6rbXSFe+jPbJUv97/URbDIbzIdF8HT
|
|
||||||
FhX0/xqucr66TPiBZoK4JIbI/aBV3DliCDZQMgZNTIiqW19Sdy325XWg8E5id+66
|
|
||||||
JwDmSlveB/dQtPEh2GhLGk+DoPzORDepqW+9edPDPE6SAfJzPUwTV8em2rhrEZzD
|
|
||||||
EjEjbuczyNCUpm8hnFtrktQZZknnegcorvG3YfQ54KnlMf9Q/BZrrCzz56MIGj0Y
|
|
||||||
iXIZJeWNJ59KVrVxMN1L7XUh53DLqg==
|
|
||||||
=7eEp
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdesu-5.73.0.tar.xz
Normal file
3
kdesu-5.73.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4dd07697decad6a544025178732bd279ef64766e1929a2135f6de58b1092944d
|
||||||
|
size 47416
|
11
kdesu-5.73.0.tar.xz.sig
Normal file
11
kdesu-5.73.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzqcACgkQWNDuZIpI
|
||||||
|
s7sFoQf9GzsjqAbetqNm84ShcVHkYwzlGLswmZCHycbFpWGJ5N0af9Ft884sEmgH
|
||||||
|
HjUUd118h6itmnoo/+sSqmo7BJgQXeW/1kRbjJEpdNz/zmO26aL+0aZSBZBYIqCt
|
||||||
|
6sGaTY017YCjpqDRoIpas28g46fXMYeHlYIMop4bC8VR09yFBZOA+dNiEciyqdIv
|
||||||
|
8NVpwM+vBg+JUhJGKBTIPTR8YeAqept4tDxcrCl7RNzJMyJJO2Y0RBSY/nK+/N3Z
|
||||||
|
NG56kytqh3jkt9ajiU286D729LyoW+hJmK9Ya8MTT5J8wY2BQygXpERnet9ebgXG
|
||||||
|
+8GrVTBWuHyl80IgsN9QAi+h+6Vq6g==
|
||||||
|
=Dota
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 2 07:13:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.73.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.73.0
|
||||||
|
- Changes since 5.72.0:
|
||||||
|
* Use KF-standardized Qt's categorized logging, install ksu.categories file
|
||||||
|
* Use camelcase include. (scripted)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 5 07:55:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jul 5 07:55:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Su5
|
%define lname libKF5Su5
|
||||||
%define _tar_path 5.72
|
%define _tar_path 5.73
|
||||||
# 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: kdesu
|
Name: kdesu
|
||||||
Version: 5.72.0
|
Version: 5.73.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User interface for running shell commands with root privileges
|
Summary: User interface for running shell commands with root privileges
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -120,6 +120,7 @@ Development files.
|
|||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_libdir}/libKF5Su.so.*
|
%{_kf5_libdir}/libKF5Su.so.*
|
||||||
%{_kf5_libexecdir}/kdesu_stub
|
%{_kf5_libexecdir}/kdesu_stub
|
||||||
|
%{_kf5_debugdir}/ksu.categories
|
||||||
%verify(not mode) %attr(2755,root,nogroup) %{_kf5_libexecdir}/kdesud
|
%verify(not mode) %attr(2755,root,nogroup) %{_kf5_libexecdir}/kdesud
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user