SHA256
1
0
forked from pool/kauth

KDE Frameworks 5.91

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=254
This commit is contained in:
Christophe Giboudeaux 2022-02-14 12:07:11 +00:00 committed by Git OBS Bridge
parent 2a6d0aaedd
commit 5a0ae541cb
6 changed files with 35 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23a45f68062432b65f4264f371e7f1753034dba3a86d5e44bf9fb1abf30d91bc
size 91100

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzUACgkQWNDuZIpI
s7vkIggAw3EaHdDDRqSH1IYIWMySD3kwf4FMQoP87CCg56PbARpGDAT55fCzHiHb
TxL3EnkfDG+UNEao/RfUwpef+ySzoYo7cA2R+g8ssJx2fnFyr0d/DzDPrVez3tMa
BmlbzNz01HGEuni6kLz7LDsm8bGwrLpyvNmwtJuHi0//NxwljbwJla1PgfFzMygL
hDXyfHCGvlaIqpXCq0GZaHavdIwULNqahnlyWRVo1RAClje6qh+gQ5LYKB5tNvu7
HkUeiiWKnBTv6Ugp7WTW+TB1G8c291xQq2YFVRrvr36yV/CLt0KHPAQ2Flr06p1C
NZ7BtVw1Tlw/SwlzObHTXP/8HZPuEQ==
=PHyR
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/keoACgkQWNDuZIpI
s7sZQAgAtmwgYParOIYOyEp3yY/1+FZG6TjgH6S33PEcLDhZdYG+Q2T8/oLGkPLv
YKBzScSaRtHl/36fEZzMJWZEElty6ejJxASlQpP6h2+L3gTgXwc9MeUwTIbHVtan
MicWzHRgJgWYwvDG70RX9uETLjfr4aqAr5PYTpTtwhlW7dPni82ammGknVGKWvJ0
VPYlsVDf5KJqnDGJpyAXH5OA8JSyyg8TyyhdE3IWS9nmCiBYT+YhxZO3mj2gv+pm
Gyzevx2Wyp44LeuthTLDUU6ATAOWsDDnL66zEsS7m0dULHAAQOJj5MBgCuU8S4wu
DvPQYoMcuY25vNTByakfyYOAASc5lw==
=1lHw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 6 10:16:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
* Make code more compact (idea from Samir)
* Use kf6/ for qt6 or old path for keeping compatibility
* Move plugins in kf<version> directory
* Add CI qt6 support
* Seems my text editor munched the syntax, fix
* Correct the dependencies specified for KAuth.
* Bump minimum required version of Polkit-Qt-1 to 0.112.0
* Remove Polkit-Qt build support, Polkit-Qt-1 replaced it a long time ago
* Adjust CMake code to find PolkitQt{5,6}-1
-------------------------------------------------------------------
Mon Jan 3 12:47:15 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Auth5
%define _tar_path 5.90
%define _tar_path 5.91
# 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 released
Name: kauth
Version: 5.90.0
Version: 5.91.0
Release: 0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1-or-later
@ -118,10 +118,8 @@ Development files.
%{_kf5_libdir}/libKF5AuthCore.so.*
%files devel
%dir %{_kf5_includedir}/*/
%{_kf5_datadir}/kauth/
%{_kf5_includedir}/*.h
%{_kf5_includedir}/*/
%{_kf5_includedir}/KAuth/
%{_kf5_libdir}/cmake/KF5Auth/
%{_kf5_libdir}/libKF5Auth.so
%{_kf5_libdir}/libKF5AuthCore.so