forked from pool/kauth
KDE Frameworks 5.80
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=238
This commit is contained in:
parent
ecc4973224
commit
aaadc861f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa01b26a48556292141b2c103b177ec991127e6faf0e3edd0f0efa78887578a1
|
|
||||||
size 88012
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6sYACgkQWNDuZIpI
|
|
||||||
s7sJLAf/QOF5jwBYqJpPPToZNOhAY7utAu8piqOXe1z7cN+5fD1AuOGVKXVdHRmR
|
|
||||||
OdDKUxtd6f2xja8Eb3ttGeOtm9xXcEGqYSXMg8lcNogkZRQ1utbDp8JSDEoY1+SJ
|
|
||||||
74tpHO2ZUn5kGs7gDsv0NrFz4c2AxR+0EiAKHO0e4oiZc4tUXSbSIAeTv9SujDFA
|
|
||||||
xZ3YgRq+tornhD9PvJ6NoGU9+ky+duI9HkgP7iNMwycbj/ree26PhPxjr6NuTh4o
|
|
||||||
WZSl5ofuP/OHKjQ9ZTDGlxoZaNE0xFhZE8mNPjEYa9ImkQhR/psDXLPKxbKgQ8KT
|
|
||||||
HYss7kPnzN405kh4sC2U7YRPeJTndg==
|
|
||||||
=PYX8
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kauth-5.80.0.tar.xz
Normal file
3
kauth-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26f07de07729abf90500749d7746eee63398fe96ca00d32f845084b4c89896dd
|
||||||
|
size 87928
|
11
kauth-5.80.0.tar.xz.sig
Normal file
11
kauth-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1dAACgkQWNDuZIpI
|
||||||
|
s7twBQf/Y9QWTlzamOjT847Y1zb4e6WuZQL6LIrG9csKpmM+eudftWFUAm29cNub
|
||||||
|
srqrwZvBZX02BmyaWYi/4id4BdJbFJN3xxtEjVdCULpTe1XSxIgbQSIWZ7wPwFxr
|
||||||
|
J5L9QloJdY7qnI1h270mUOsqk+o3uzM7zHFnAeF90D3EWpgA22Rg9q4v0UnpcjIu
|
||||||
|
N/LA3ovv3eOE2i2Dt6REZHn0OnI/q7E5orOGdFovAlXkxhmYkWiG+naipuhXbrEL
|
||||||
|
DywJkXQXagmMIqpDsT1g5C+r4RVhC9y+l/f2rqcH7jjfAz6gwV5t3VUhams1Dz1C
|
||||||
|
ofVAGU96t2wx8RYSXpPoHxRFP1Lp4Q==
|
||||||
|
=1bXK
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 7 09:26:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.80.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.80.0
|
||||||
|
- Changes since 5.79.0:
|
||||||
|
* UTF-8 is the default for QTextStream in Qt6
|
||||||
|
* Port away from deprecated KJob signal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 08:46:00 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Feb 8 08:46:00 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Auth5
|
%define lname libKF5Auth5
|
||||||
%define _tar_path 5.79
|
%define _tar_path 5.80
|
||||||
# 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: kauth
|
Name: kauth
|
||||||
Version: 5.79.0
|
Version: 5.80.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework which lets applications perform actions as a privileged user
|
Summary: Framework which lets applications perform actions as a privileged user
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user