forked from pool/kauth
KDE Frameworks 5.88
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=251
This commit is contained in:
parent
79d5efbdef
commit
69d9615dfc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1d1c00af4d6ac139b34073bb5c308de9f5f81d5bb75a3a3ffc05ab10f2278bd
|
||||
size 88840
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYls4ACgkQWNDuZIpI
|
||||
s7sYDQf+JWg9I/CRHlwPutC8sCi2HTve4yn+DFHNp/cSTEOQ0UeHcX40lXfP/oUt
|
||||
Bdin0N8vbhjyG9XHqHqhq0IosqNZ/hmj43d1bcxcaeL8qZELWyV6rj2+VEj/tBNh
|
||||
ZkKWboC1jVrHgE8+Dqq9JVc7SXFPAXsEndZi4tMDbH8YFsxWagORYX7TtakxlurH
|
||||
f6+HFm/FOV5ryGkRTqA6dq3hMiK1Am0qzFI4J8LIjKQpkjhvM6dgzzhxvKhM08cc
|
||||
4kuTC1la46mTFSbmV0eyFi/+r7qYicI/YRqyzlACZQbZbzoR5JK9z8TcILOJerO+
|
||||
hiDyWA/qESsVhJshP3269b8QQw65oQ==
|
||||
=SvtP
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.88.0.tar.xz
Normal file
3
kauth-5.88.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0539e6eb5c94da0309f2fbf1503444f2f8cc916ea8899ea05ce4170565d6f995
|
||||
size 88876
|
11
kauth-5.88.0.tar.xz.sig
Normal file
11
kauth-5.88.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjf8ACgkQWNDuZIpI
|
||||
s7vqxwf+MFUdKPsmW6E+a4Zq3p5Ih9xbj2pDtVmt+azW+MY6ydCO/G7wPKnySceP
|
||||
ERViL2TdF78sVIqODQ14eRrH988eHz1L1HojrEkvT8dcJJ6WAcEcJOHj1z4ZN5zw
|
||||
9MrhpEct1+ANBIEI1t5oa7VI9UwF5EVuCbCJcAI2+1nAhZa2ZAvhomUGZdyuZGoY
|
||||
tG8Hr/Z/jpqdmtEnA02xeknvUkIr8iXdsN1zEQsRo5t0EjhVuoNoGs+NOiGsEVZf
|
||||
LtxFJejdtRUoLNGmSecx6icVaZfTBqL0FmaqEbo048l6TndfcdmqLkk9nmX/1Z07
|
||||
aJmZaaLJcgohgko6qg2x2APyfm61JA==
|
||||
=N9GH
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:09 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Strip 'Source' URL for faster submissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:07:49 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.88.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.88.0
|
||||
- Changes since 5.87.0:
|
||||
* Fix a race between KAuthPolicyGenTest and KAuthPolicyGenTestCompare.
|
||||
* Add FreeBSD CI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.87
|
||||
%define _tar_path 5.88
|
||||
# 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.87.0
|
||||
Version: 5.88.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
|
Loading…
Reference in New Issue
Block a user