SHA256
1
0
forked from pool/kauth

KDE Frameworks 5.101.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=275
This commit is contained in:
Christophe Marin 2022-12-11 11:33:00 +00:00 committed by Git OBS Bridge
parent 8c953b63ab
commit d9c74e25c4
6 changed files with 25 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmUcACgkQWNDuZIpI
s7tzqAf/W4vABVVm6L1I+F+8DAxUPf9l+cvfZP7hQMRUqgrXcywhSgzDgZkNbrAa
3kDQo1YdQ3hoSxxI5GpFzHIkT8Ip8pfku6ZjydHkVeZrEgK2m71MOqR8GbGDIT52
QX0rCmLIDtt37FOt6m+lYTjdTZJqJlsBFph+FBxWZdBlzvhEdN1nUSRN/JIFZtVw
T4Xpv3319zDIn9gXLWOOQnPdmRDDBYgi8nwap2d3ATcPA+TwgJeV7NlmZaxc8LCS
mamg6GmkYjim3/UGTUvW/OmkJVHluGA2UtUK2U2yIKxbSwRa2fADaG7zY8L1KIcK
0AN+VE8c2hRlRxNTu5julFKjqXsufg==
=kXIG
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLJIACgkQWNDuZIpI
s7sHJAgAjcOVt5LUXeVz5plYHekjK6N6bBhFzOU+K6FLfAvuF8K58jQo7Y9QgYWx
xbJVnFtfmNn+KyZAKLD2+Qw2tjM5Y+QNPWjKEji3oxtpZNvCc+TCJ8rP9NHEeumt
6VmDMm120FNhlw4n1GGzp2jBWl6tls/2YyQy2hfWN1JvX61VgB0Ots4CdZJaP5z1
CSj83B4yOq5pK77/nkF9xxDTxAAKUYeRhHPkdlzkhJ8B4Kb4gwm6/AR54zf252Z2
T5JUM6AFZs2S57CqOCg8UGXOwW/ACAEehXMVnSkE3LirEb6SeijNXDdAy8Tc8gV+
VZsnm3pATnI/3Yck2bgYWPGg2WLARQ==
=Iixc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:23 UTC 2022 - Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
-------------------------------------------------------------------
Tue Nov 8 08:34:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,18 +17,17 @@
%define lname libKF5Auth5
%define _tar_path 5.100
%define _tar_path 5.101
# 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 released
Name: kauth
Version: 5.100.0
Version: 5.101.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: %{name}-%{version}.tar.xz
%if %{with released}
@ -49,7 +48,6 @@ KAuth is a framework to let applications perform actions as a privileged user.
%package -n libKF5AuthCore5
Summary: Framework which lets applications perform actions as a privileged user
Group: System/GUI/KDE
Recommends: %{lname}-lang = %{version}
%description -n libKF5AuthCore5
@ -57,7 +55,6 @@ KAuth is a framework to let applications perform actions as a privileged user.
%package -n %{lname}
Summary: Framework which lets applications perform actions as a privileged user
Group: System/GUI/KDE
Requires: libKF5AuthCore5 = %{version}
Obsoletes: libKF5Auth4
@ -66,7 +63,6 @@ KAuth is a framework to let applications perform actions as a privileged user.
%package devel
Summary: Framework which lets applications perform actions as a privileged user
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}