forked from pool/kauth
KDE Frameworks 5.100.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=273
This commit is contained in:
parent
a0c044cbf3
commit
8c953b63ab
3
kauth-5.100.0.tar.xz
Normal file
3
kauth-5.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2185205bfe39ba2168cc88352c4b327d55b6ef5f34dff648e865ccfbe6778f6d
|
||||||
|
size 2335828
|
11
kauth-5.100.0.tar.xz.sig
Normal file
11
kauth-5.100.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36ba733733c8600b2b8ba7736dc78c3c4e817aa91c7bc91407b69d4be01bbf93
|
|
||||||
size 91096
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUMACgkQWNDuZIpI
|
|
||||||
s7uwrQgAjyZOzov80QNeavyI3AgzHwWFmk8+5Dlbh6M3G/wYhShpQvb3AwNIrAsM
|
|
||||||
tR0uS387HDWLObtrm18m2brkfTlaBY4DccGzpMotDpSsQSMT/Z7JsqVLvui+YG6W
|
|
||||||
0+sRfYsz+qyyuDzEAyVBYhOm84K+QYiCTPd7dSg7Fn+g6FaiSBoYHoqGYGdvs4Ch
|
|
||||||
yU8l3i+rhqRBLRqXhpoU620/mPb5R29znpSNf/tk9tneXlVpU3qzOnnd/CptSxuJ
|
|
||||||
lyYxAqCXmReCvCX4bZXt0PNHBS3K1A+Dq+4IjU0dEUshTbYUUTWDlMwvmjZXn7d2
|
|
||||||
cV1ag92eniEBaD2cxKfW5K9TpchgTg==
|
|
||||||
=xFCF
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 08:34:53 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.100.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.100.0
|
||||||
|
- Changes since 5.99.0:
|
||||||
|
* Config.cmake.in: declare static dependencies
|
||||||
|
* Fix the translation folder name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 15:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Oct 1 15:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Auth5
|
%define lname libKF5Auth5
|
||||||
%define _tar_path 5.99
|
%define _tar_path 5.100
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kauth
|
Name: kauth
|
||||||
Version: 5.99.0
|
Version: 5.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework which lets applications perform actions as a privileged user
|
Summary: Framework which lets applications perform actions as a privileged user
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user