SHA256
1
0
forked from pool/kauth

KDE Frameworks 5.113.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=299
This commit is contained in:
Christophe Marin 2023-12-15 08:59:43 +00:00 committed by Git OBS Bridge
parent cbe21f15b9
commit 362a16a26b
6 changed files with 31 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGuMACgkQWNDuZIpI
s7v+kwf9EtClYxbQIoFyL2dj0gOPXKCFHS0Sz50lcZ/cvDBHz+RNFJsjjSUSpBnM
0u2OR2aQMQloxNA1KiQXUSrSsV9uarXKVgeIDAcq45CAiDyae7Kh41y79n4pOkMO
ASZPiGwM15Ja+6WjERBeSPVLI4YGJ/Axn1c/pxWY5hZPL9jQ1b2O0rZlV3Oay3pm
VVTObzV5hyFNwjADrWZMFHeihhgQUr2IpDRZ2I4X62NOBcQNSErATXZWkzm50Y8Z
WUxdOMN1hOXQUCd3r6+q9o/Fi3++8Ajvcz4ohnL4EKphI6PHGylghHGel2zsxbhN
6LqQqhbi+22XJKZcM0Q+awg8FyTm2Q==
=AE/8
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAhsACgkQWNDuZIpI
s7uqAAgAkLvglL9VxBmdl+oQ0J+3rmOXan4hMipkGJxhrJ7T7WZReDeYEC61nqN5
UWK/G5gl4Bcc27tSsmRs9xqeOCOPauMg5bdJ9msuAPQwedZXVcF8hifffDq/Hj0q
2X+15dWy9pW5NP06M0rbVDvQFOhrA02DkKuOPu9u2PHp2FkCdWiVwJ94A6tWSyoC
3IicX51HeECMc/aIWHLkL0BsJGG+qn6eHjm+IPAZoUwEgJVfj5NaxapRg+U3fB55
tq+F84K2jSSYGviWzPZSzrxOdCiJ1Tt1twR02KQZHIeIGSTnJXCppj8/gvKrDXx5
PJjXfnH97V4GYpN3Qs7P0erBf6fbiQ==
=rSri
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:19 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
-------------------------------------------------------------------
Mon Nov 6 09:13:43 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Auth5
%define _tar_path 5.103
# 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}')}
%define qt5_version 5.15.2
%bcond_without released
Name: kauth
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1-or-later
@ -34,14 +34,13 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libpolkit-qt5-1-devel
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
%description
KAuth is a framework to let applications perform actions as a privileged user.
@ -64,8 +63,7 @@ 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
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_version}
%description devel
KAuth is a framework to let applications perform actions as a privileged user.