KDE Frameworks 5.68.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=214
This commit is contained in:
parent
0c549ef0a7
commit
92517a2890
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f4a0323adcfdc6f80c38c289a73a3b7af6bf5141acd80712eb669b6ffb8bcc3
|
||||
size 86072
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420RUACgkQWNDuZIpI
|
||||
s7tHjQf/RAHaBdhblqJ8vDL49ZUEDHkMScylmnw9A5MY+Z2pf0PS80+iqZIue0sB
|
||||
cXp/KCw2OFokBOkVlNwEyoGEKYF0NPx2MVqtSkJWGvvhp49g5UGip9oFzX7gMg4m
|
||||
kPmmtmkCuPm6ob4JLb9ZNMYocTGk8ALgATpGb7BJbbM575qBpmI1QHbvcHcNbHXU
|
||||
2lNoUodWYKySj+JxcFF2F4Zy7iPtAISDsoekUGRyxb3lHdrbg4gdCDcprdIIBP/e
|
||||
LYG6VqVYV5C/W6yhnbyB/7o4NVdr5WxWs2/bc8YbodChGBikeuQ9wQJTRLNUkYK3
|
||||
yJfyvKWal5XTe3quN5Axbr6TcGRKfQ==
|
||||
=ikP6
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.68.0.tar.xz
Normal file
3
kauth-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a7cd724709ea188852f7656fbeda2dc3cc40cc5d09573049c2680c0edbd41f
|
||||
size 86636
|
11
kauth-5.68.0.tar.xz.sig
Normal file
11
kauth-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jlvoACgkQWNDuZIpI
|
||||
s7utSQf9GeSeuBHQMsXAnZ8Fqq30DDrbTP8w/Z23nrNK3RgUWt5eVs0QrJgo7Ilu
|
||||
CZWGVMmMGJiLeqaZRw0jS09rrS5MSXgFyIPzEApUsWW/j4QfNbbXzsStf1OyvR+z
|
||||
e18LJdtleX74Rp/bWUoKavPnxyRi8VekxB+Bb8XAUWOPAMmLDTm4DnMaDdEICYld
|
||||
iqXxACmhAHKr5b//cQUlyod/1mdkpBMqhVaeJMx/lkkmqbQiewiG0HTz9rVin7nt
|
||||
McsU+oB7FgQjHmz2Ao0JVnFTVfcEqffu+8QG/p+bnoQDKkoF6QePQv1VKT8Jq5gM
|
||||
z+A0wzPQZ9TvEcKsh931xTM9agVy3Q==
|
||||
=JYvJ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 09:17:35 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.68.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||
- Changes since 5.67.0:
|
||||
* [KAuth] Add support for action details in Polkit1 backend.
|
||||
* Use ecm_qt_install_logging_categories over manual categories file
|
||||
* [policy-gen] Fix the code to actually use the correct capture group
|
||||
* Drop Policykit backend
|
||||
* [polkit-1] Simplify Polkit1Backend action exists lookup
|
||||
* [polkit-1] Return an error status in actionStatus if there is an error
|
||||
* Calculate KAuthAction::isValid on demand
|
||||
* Be more helpfully verbose when we can't start an action
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:44 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.67
|
||||
%define _tar_path 5.68
|
||||
# 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.67.0
|
||||
Version: 5.68.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user