forked from pool/kauth
5.62 (updated)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=199
This commit is contained in:
parent
08e8709a51
commit
347cd4826d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b04458f32046b2dd61b48118646180df63d2c843cb2d53560aaa15168df087f1
|
||||
size 85756
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAHYACgkQWNDuZIpI
|
||||
s7sK3QgAuEytppJcvj9Zh0Kk2cfB+VFvy9CXeDr4BS6fkE4stMBWiWme4toJUovM
|
||||
OqLPbifAOk56ecvTMHlA4O1HCSfv4iAtWeW73Us2HLZarX02obi39ybkqJ+tYQrH
|
||||
Gb7rlxYzFnT/cp8YkSPy5nhw9Tb2bBcD+6HkioucTXGfAgIbZn0ficR0LTRnN7ft
|
||||
bNA7ye5GlMThMjcI6wS9fdUZtE1xQogbvbLGd0QL7GAmBXHzjp2X6xio7Vw6gTpI
|
||||
/WCbqhB5Edrp+C0Qtmv/TebCzLEjWwC5ViTcSPdAvWfZX45gTyPvzCLRWtskUz81
|
||||
QLR+8V1W/+WWRXDUhn2J4Ozj7/mcGw==
|
||||
=3HQJ
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.62.0.tar.xz
Normal file
3
kauth-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31162621200df4b927719e34ce62004c51e79b9d785f9c3056c6902f80eeefe6
|
||||
size 86180
|
11
kauth-5.62.0.tar.xz.sig
Normal file
11
kauth-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz1AACgkQWNDuZIpI
|
||||
s7vQHQf/fA2SGIeP4MVtKeU3gLIKtzHjSjfgi1WPGALxIFn12q0iqrUZN2b72rqO
|
||||
t9fNUS2EW4v/E90Hjv0CkDC7dMrQpAr9517rtX/IwpTgyQWMSH+2nsbcvBUMNEtd
|
||||
OBG39U/8B5vF/9ocCZE9JsS5TeNEWaZ9RL+pV0vIHbI/44KI1IBmWukkOCRw+A/6
|
||||
znntOwNjBiil1u40qPwYdFWZ7tDasmYPlr3LvprEOeJiAQ2IM5kZFxfM5Bzu2SqF
|
||||
tlKCBOYK4/Arb9TAXEfUTSBug6UVlvUTMMGFDbHgx7U9t9tBbkJUoQshh0geT1Ri
|
||||
Tt9ymc/ArFIOOtkcBNKhpi4Hbnyzlg==
|
||||
=bXzs
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:30 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- No code change since 5.61.0
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:08 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kauth
|
||||
Version: 5.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,9 +39,9 @@ Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libpolkit-qt5-1-devel
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||
%if %{with lang}
|
||||
@ -74,7 +74,7 @@ Summary: Framework which lets applications perform actions as a privilege
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
|
||||
%description devel
|
||||
KAuth is a framework to let applications perform actions as a privileged user.
|
||||
|
Loading…
Reference in New Issue
Block a user