forked from pool/kauth
Next try
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=202
This commit is contained in:
parent
ddf6aee957
commit
db7f9a8e1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31162621200df4b927719e34ce62004c51e79b9d785f9c3056c6902f80eeefe6
|
||||
size 86180
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kauth-5.63.0.tar.xz
Normal file
3
kauth-5.63.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c4917f0bb49f09b232aeda9d3282eef0e235124fab1dab0deeae2ae7a7df321
|
||||
size 85876
|
11
kauth-5.63.0.tar.xz.sig
Normal file
11
kauth-5.63.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyScACgkQWNDuZIpI
|
||||
s7sgnwf/dpZJA9DQyyOuoN+TAWoYeohJgb/icEGwm/UFcY+26MjSpHcI0YeQggQE
|
||||
f1tRxwTqV+1yj0RGkZLZgExtnKDanvHKvdVrmathBNjFAyl8uqQ75T0WNW/bHyef
|
||||
OkWaCOHiUW2ZlWf7nP/yL+GUQxbzEdiazByaPyHkOVuVnwGNWk7qF9dVrHada6pv
|
||||
zfa5QDe7PZwfl7IG7tnMi/a4u8f89Vi/bemOjBY7qonzsBmEkIHuvKpW+stD/CgE
|
||||
2ksMv9YhoCmRFqpouS8HCmc/ylMxPqCEcpQKEGRpfc+Qt5bNFALYU2mKyx9Cjg9p
|
||||
qp+Kb+dN6nGp79b++D3GN5Acvq/nMw==
|
||||
=es+/
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:26:17 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.63.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
|
||||
- No code change since 5.62.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:30 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
10
kauth.spec
10
kauth.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.62
|
||||
%define _tar_path 5.63
|
||||
# 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.62.0
|
||||
Version: 5.63.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
@ -42,10 +42,10 @@ BuildRequires: fdupes
|
||||
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
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user