forked from pool/kauth
KDE Frameworks 5.73.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=224
This commit is contained in:
parent
29a53a62e8
commit
b700f2c96b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e88c332680bd860bc8a3d71088dcbd02b7ab94c21721ca5b88e9c6f57e5f708b
|
||||
size 89360
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AujMACgkQWNDuZIpI
|
||||
s7v+DAgAjy4W69JR3QSikTPaGHITz5kNN5cyWJsak+qD1pFLu4AcdRxO62lvpEwf
|
||||
VQLNH3cXaSNGENl+pW72Lc/D3hyOQ26Z3By4RGuhecuKCDe0RhRoLgXM8FWSHjbn
|
||||
8Deb6zyTBIKypyqGhQvxYuiGbm8VVECgK1SmpChRZheX3f6c6j6OwITfL1gR9HCo
|
||||
9lLGM0OIEOGcuaeA3HZEd74q6nwL2VhIND+tqKCrBhZ7k9yONTkQ9D6gDCS9B6Wd
|
||||
3Csl8Lk61d82YPSZVyU6frpxBLOC6bW9E4HZ11pNj7VdVRW3kCKyoUmufEZUlBy5
|
||||
SFq/hxx5mmpf3/tfMQNR6MegVCCMmQ==
|
||||
=j3Lf
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.73.0.tar.xz
Normal file
3
kauth-5.73.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e334705bfc3f81c5e2f66315d40badd26d88426128432788f790ebefce1694d9
|
||||
size 89352
|
11
kauth-5.73.0.tar.xz.sig
Normal file
11
kauth-5.73.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lznQACgkQWNDuZIpI
|
||||
s7tepwgAgI7HukU+jmjTnQj0WTzZMDfcOMtCOYKiKwDKBLEuSvff+ZbwzSh9cKeT
|
||||
na5etVOWgKpLzhXBHo1UsXZbdZB9cRSLyrDDVdIXJhWnz6/oyyaG3Ur07g25U7rj
|
||||
SlJiPy2/v7yzVJgzhRYTjOlv/mOay6q63jshUZTesx1ZR98QWxcUSt/gg5bt7EhP
|
||||
7QoeNmLSMv7cjEZAEqMkNW4X45/LziNpA9XgbcV8/NyTSJ1Qsnyswfb3pOfOvAK5
|
||||
kG4mwFCHc7LpvDBT2Qc0W2rkaWwLPNocXdZGnLJ0PX0NiWsrFck9yfMNCAmhXXmU
|
||||
xkem6f4W6fEz4S+uOTkCvLbf5vvgHA==
|
||||
=FtDV
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:13:05 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 logging categories
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 07:55:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.72
|
||||
%define _tar_path 5.73
|
||||
# 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: kauth
|
||||
Version: 5.72.0
|
||||
Version: 5.73.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
@ -110,6 +110,7 @@ Development files.
|
||||
%dir %{_kf5_libdir}/libexec
|
||||
%{_kf5_dbuspolicydir}/org.kde.kf5auth.conf
|
||||
%{_kf5_debugdir}/kauth.categories
|
||||
%{_kf5_debugdir}/*.renamecategories
|
||||
%{_kf5_libdir}/libKF5Auth.so.*
|
||||
%{_kf5_libdir}/libexec/kauth
|
||||
%{_kf5_plugindir}/
|
||||
|
Loading…
Reference in New Issue
Block a user