SHA256
1
0
forked from pool/kauth

KDE Frameworks 5.76

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=230
This commit is contained in:
Wolfgang Bauer 2020-11-14 13:00:28 +00:00 committed by Git OBS Bridge
parent 342ca11bdb
commit d2ec74806c
6 changed files with 30 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2c316b783f3d531c6f3a308087dcdc59211920df8b10f6814272ebf6c8fd083
size 87964

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NEsACgkQWNDuZIpI
s7sQtgf+K9/ZrnJwzUBWkcGFK657uvm1mCSa7IoajHDICVvh5pZrac9rydakUECh
cXNfHgKrzOEDjlkDsovApSrTkB59Akni3J7XKozPlaVKQD4QuOPH4FFfwmUnEJzx
K4lzWbAJMRtJX2LqUR2J58lOoqSU8xeBV1cdS/qmbFKNQnjcJoAyS3abUqXdgn6f
JofX+z02s8FnaAa74DLkQImGD3XQNlbuMyDNinhj7ROUCBRZerZMhjDBbbdlHvDd
BOJ91TbUK74JKyC82n8gQJiBGCk38oPYqPDu2ULpTJxPple+PBtrlUdf/SZvjtal
BTNxWyWLuAPVdyOMr3gRRjE7tVIpcA==
=cAIA
-----END PGP SIGNATURE-----

3
kauth-5.76.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c277a7ab750158a56381d8f74b8ebed5205b785eca2444c65cbf59d429958a89
size 88008

11
kauth-5.76.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5EUACgkQWNDuZIpI
s7uqWwf+Iv9xWR+7wj/Sm8WsPGOnfezC9wuUP9E6fY9EaNkXOa0kPaY3ifarCN6M
Xh3QbAR0usu+8v0PkD4H5D5sr92gDjShhkqVXSsomfBYQldJ4e6kVoLqyLMP0BLl
Br347X0cEz1Q/D8aiXXtB1zeEQuJYv2GHB5NSXxj3pKDDH2EoG9outM6rT/6URK7
VD4m6LnvDCcGeUktOHeZCtY+FFImiJy/H2zQRnMVU05T7yAkWe/r64cntK0vM5lm
Ov4z70ozAdzC5uNBZOfJ/NVyrJgwPnaCKYVbqAP7BxaMTQ9bcVA+RnqjBc43YgwF
dLrD8onhtpmDlShcSzubkELQ6RHQ9Q==
=vMSj
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Nov 7 21:34:16 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.76.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.76.0
- Changes since 5.75.0:
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* CMake: Fix the backend documentation and warnings
* Convert the backend name to uppercase sooner
* add helper to obtain the caller's uid
* Simplify helper event loop code
-------------------------------------------------------------------
Mon Oct 5 08:32:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Auth5
%define _tar_path 5.75
%define _tar_path 5.76
# 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.75.0
Version: 5.76.0
Release: 0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1-or-later