forked from pool/kauth
Frameworks 5.65 with respins
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=207
This commit is contained in:
parent
98e1809e82
commit
b1ee91559d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac95525bf1430868c8f54dbdc986478cf7b21192ad3b486381485b429eadddcc
|
||||
size 86028
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yfAACgkQWNDuZIpI
|
||||
s7vdmQf/X4vW4fsGj6hYq1AM6dQLQWARDQKAsafoXiTGHRIptEJxjMdYlnL4qoVt
|
||||
rCv13b6ubshDrbXbLiW/GezzmlQJ1HjzMyTAAI0ZkeffPlc1vj9WcBF2yPfNVSgH
|
||||
0sNlWKaVZw6W1DoiyTP5Y+H30qjLNGjrf3W1TUzgK2d2+PRPCOygTH9lXH8e4LLD
|
||||
7nV7lwK9LRu2lLwA/tv4/PbkYBFjxpvVtycL5Kakx2v68Q1INbsnkem8QU27cSei
|
||||
5Ul18ANg09yJZCSaNq7wdOxZpU3OYdFijA1QSXhJlC29MdRQ7yelZsX3n/cZbV+S
|
||||
++NVeC8kR/bAD/DcnCg5HzjXtj9Acg==
|
||||
=xmoD
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.65.0.tar.xz
Normal file
3
kauth-5.65.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:277821947090e806f5850983e110134480915bf8e9609e0f24eaf34f7ca00c5f
|
||||
size 86064
|
11
kauth-5.65.0.tar.xz.sig
Normal file
11
kauth-5.65.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQTEACgkQWNDuZIpI
|
||||
s7tT9Af/R7K5KsCc+J9z6EfPeaD4JXHL8aOf8k9eg9MBnM1MFHuOU3Rzs9PgyBA1
|
||||
HTXpVG47hT5DF1Yh0PsTI+mekPNA7CC/0j8injeiTVURJXaINZFZJNn7oElaQ5t/
|
||||
B6XPHYDsZ7o4oK13DK2+OJq/pWZKEQopWDNKUZOjXlN2RVZWYqHnY7c6MTf/JO47
|
||||
gPWFLdfWPmF1FMcscaxrEXOGZaYQLjH6SCRl294/bGCVrTXqQFfRfD333Vj75Y9p
|
||||
n+pcfjOdfb2mcMraP4v9r1Gvqa8YuiBffb6cyYudLQPtLUxkORF5Gs/6+aEvdqvO
|
||||
PYKhCJTUiafNPCX29yEZ3FS/jwhY1g==
|
||||
=ja8v
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 11:18:20 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
Update to 5.65.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
|
||||
- Changes since 5.64.0:
|
||||
* Install .pri file for KAuthCore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:46:49 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kauth
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.64
|
||||
%define _tar_path 5.65
|
||||
# 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.64.0
|
||||
Version: 5.65.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
@ -127,6 +127,7 @@ Development files.
|
||||
%{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*.h
|
||||
%{_kf5_mkspecsdir}/qt_KAuth.pri
|
||||
%{_kf5_mkspecsdir}/qt_KAuthCore.pri
|
||||
%{_kf5_datadir}/kauth/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user