KDE Frameworks 5.91

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=245
This commit is contained in:
Christophe Giboudeaux 2022-02-14 12:07:14 +00:00 committed by Git OBS Bridge
parent f51a3a4fe0
commit c31c4d1502
6 changed files with 31 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV1gACgkQWNDuZIpI
s7twRQf/d94ZgK+u5KjEZQKeAVZCmjMRADV0ThMPhijNVcZ+g1j1dU0ek5rIcKXE
Y1BFAo6PHh1SCa0vAy3zIgua7D2u2HBECQjKfon+bsl+Ea0pHrjva6Qwq6NKepYK
jiDvR4SpquMeLnmeXH7TaUe4V/SkK387iiYQd2+mNLZiSby7O8ysBO/JxGgji7vv
2tYSuCUlBD03pT8muCaldvQTe4VGz8BEjscRq47fbIYAVqPyorOrcBmo9d8cWqzU
xYQJQC4arjlOQKanVEEuzcLTejIT1/9bxI5rWcQ6RxjItgZ7SyXNHk3SiUXMUFGw
KZb40fJ5AKLZsxgRczDduC144m+HSw==
=S41I
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kg0ACgkQWNDuZIpI
s7vCmggAiM5/A9BOKurZiMV+ZGgPwSrqFsWjnzMbSWOWKahKXCVH+hzqeoTRhEIJ
nGy1MIF09WLxcXOj9fPCOx7VZsnwFRSmyKwfQnV2VwwY54So7W/sNfF5xxzcSfwh
pG2YPk766WgtLE70gOLwlPhpGXLdi8QY6BPAV/EQJPGPrh3zirQyCw1dCUYXrB2M
1svLbwc3lOdlEipQMRSLfctKAZfafNxMsTHhewMf71k/qvejtiFLCBFPYIgROCLZ
YrJywamkEzmvrVYzD7TXAb7eOnsHEOkTagizkTf24nBx+NIzoMTpr4YKHNYH2Syq
Qaq2Z/lWg6Y3yXPcOVF8fgBEwlWmtA==
=2adR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 6 10:16:56 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:
* Check executables exist in PATH before passing them to QProcess
* Fix build on glibc < 2.34 (kde#449114)
* Port from KToolInvocation::kdeinitExecWait (deprecated) to QProcess
* kdesud: close all file descriptors > 3 on exec()
* Use includes that also work with Qt6
-------------------------------------------------------------------
Mon Jan 3 12:47:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5
%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: kdesu
Version: 5.90.0
Version: 5.91.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
@ -121,9 +121,7 @@ Development files.
%files devel
%{_kf5_libdir}/libKF5Su.so
%{_kf5_libdir}/cmake/KF5Su/
%{_kf5_includedir}/*.h
%dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/
%{_kf5_includedir}/KDESu/
%{_kf5_mkspecsdir}/qt_KDESu.pri
%changelog