SHA256
1
0
forked from pool/kauth

KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=301
This commit is contained in:
Christophe Marin 2024-01-14 15:36:40 +00:00 committed by Git OBS Bridge
parent 362a16a26b
commit 63135a4112
6 changed files with 32 additions and 22 deletions

View File

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

View File

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

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJpwACgkQWNDuZIpI
s7vJGQf/XzQmSSmkunLWfvjq6FIIbtJLHHtQ4DeVMuZxKWhDX7vT17HFJ4T8AJGP
YCmKuxbe+qV1MXPi/wZKyDdnjWdtioxRlA00H3VTEOqhCEYLcEbIoMiu6N85yN5c
t7n7c1MNmD06b3Xt9NSMbRXt99hOXmMEm9TspvLrTjaArfKFjkavs8T/Fn/XBsvj
GnZtzGeQi9DKBCcS1XMiov83gHpB5+ncG7L+EODHf0+RYJPaLCqK7XEwBlpeBT3n
qcm2pf+sfytRCz5ukW3H0Q/8hE0pVwiAA6WPFz+7l3a8lr2VHFvgAWitibVcbS+q
1VNaao4T4Mqxk9ezbm58OKZPyZoFqQ==
=pHMK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
-------------------------------------------------------------------
Tue Dec 5 11:17:19 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.113.0
Version: 5.114.0
Release: 0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1-or-later
@ -34,13 +34,14 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libpolkit-qt5-1-devel
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
%description
KAuth is a framework to let applications perform actions as a privileged user.
@ -63,7 +64,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: cmake(KF5CoreAddons) >= %{_kf5_version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
%description devel
KAuth is a framework to let applications perform actions as a privileged user.