SHA256
1
0
forked from pool/kauth

KDE frameworks 5.77.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=232
This commit is contained in:
Wolfgang Bauer 2020-12-12 12:34:09 +00:00 committed by Git OBS Bridge
parent d2ec74806c
commit 080acd79c1
6 changed files with 28 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Lny0ACgkQWNDuZIpI
s7vGqwf/dZOmV30m2A4o2HJm2o2sJd4OlwOhJ8eCBZbUrzW9fVaFA8n2+oqx4rgC
TE5shcI34/3JQkioSNcUJCIrcSLF8HJiTVh41LWOCCdLwCuJ6/hnnWnlEfviosuu
qZ5bqT+uio6sGx9xb20ZZL7CEqKa1LtJ7WrmusvfpDEvQPS7HItuMPiCQu0Hpvru
AP36R0npR+58JXYt7effZSB6RwoeLkaqOTQLzEfiX5LKaTe5c1Q9psqh59/MZYQT
JkN7hQVJY168WDsud7FhgvGeGToBBpqDlTR6ZQsNRrgTHdQvKhkZdW9xuVBRtb0I
S+fxddx11XKdKsflUXUqm7fEYj4SRw==
=wJno
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- No code change since 5.76.0
-------------------------------------------------------------------
Sat Nov 7 21:34:16 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Auth5
%define _tar_path 5.76
%define _tar_path 5.77
# 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.76.0
Version: 5.77.0
Release: 0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1-or-later
@ -41,10 +41,10 @@ BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libpolkit-qt5-1-devel
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
%endif
%description