SHA256
1
0
forked from pool/kauth

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=234
This commit is contained in:
Wolfgang Bauer 2021-01-09 12:18:41 +00:00 committed by Git OBS Bridge
parent 080acd79c1
commit 63de6b6481
6 changed files with 29 additions and 20 deletions

View File

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

View File

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

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

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- No code change since 5.77.0
-------------------------------------------------------------------
Sat Dec 5 18:56:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kauth
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5Auth5
%define _tar_path 5.77
%define _tar_path 5.78
# 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.77.0
Version: 5.78.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.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
%endif
%description