forked from pool/kauth
Accepting request 871670 from KDE:Frameworks5
KDE Frameworks 5.79 (forwarded request 871084 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/871670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kauth?expand=0&rev=92
This commit is contained in:
commit
cc29bcfec8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efb3b050492f466c4c531217c39aed67524976884a00f395eaeca147caf61db0
|
|
||||||
size 88016
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wecwACgkQWNDuZIpI
|
|
||||||
s7toLAgAv4GWb9IL2TP/03gk4QixOvW0yCTD90Y59udvgaWT83gWrX/NQyK6mS8C
|
|
||||||
jZ3Eoqz6oXW3jvgBazkCVgrfVjKZRR5yYyl9b6KsaFwfe3arCPct1/YHrbHVhLae
|
|
||||||
DogqUcC6gXd9Jcejk0q5c/pd5GmCmT5UDl84motyrtpj/hIrHOO2gKlf3N3GD1sM
|
|
||||||
GZj4ADn3/dPMA/WRTdhZsWfHcWEJFfnrx9kpLU8MfC6AFovIqs5d2isR0GI5039w
|
|
||||||
9VN22PmARrz0nfHMhapizjQ3PzrvVlLYy4Z+ZKO5sv25L1GwC5Cw+OKgcts5RYBb
|
|
||||||
dI2kKsPFVtoOcK6pvjAgzD9kOTQfWQ==
|
|
||||||
=RT0e
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kauth-5.79.0.tar.xz
Normal file
3
kauth-5.79.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa01b26a48556292141b2c103b177ec991127e6faf0e3edd0f0efa78887578a1
|
||||||
|
size 88012
|
11
kauth-5.79.0.tar.xz.sig
Normal file
11
kauth-5.79.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 8 08:46:00 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.79.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.79.0
|
||||||
|
- Changes since 5.78.0:
|
||||||
|
* Use QWindow instead of QWidget where possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 6 10:47:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Jan 6 10:47:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Auth5
|
%define lname libKF5Auth5
|
||||||
%define _tar_path 5.78
|
%define _tar_path 5.79
|
||||||
# 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.78.0
|
Version: 5.79.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…
x
Reference in New Issue
Block a user