Accepting request 945050 from KDE:Frameworks5

KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/945050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=98
This commit is contained in:
Dominique Leuenberger 2022-01-11 20:16:14 +00:00 committed by Git OBS Bridge
commit f6feec1bb6
6 changed files with 30 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv9oACgkQWNDuZIpI
s7uSpgf/Qiwd0ENJfS79hoSvCF0OM/DGaSA3rNiqw6tUV2Hbu/oRTiaW9PKaQ2py
h227IaH080jUFLmgoWXl5MbNdYlYR3x8uWhy4YmKF9kNJr0sMxCkXDo6jyXxibDz
9BnBbCrzLxMQbLwf86t++hUgL6lpdLiJVWtJtZm+WWne2l5MsYIa7+MH89iDIqYI
ZUmf4Uh7jdM+tinf/Z3K2zh4FxT6yK8OMNlAFeHqls1KSyRqfY9iSIxXUhaQCXcb
adcWUiYJjeV2z/S5+dRKJBUTleYDcJCmdKD7JXpyZu+lCMtMr1IE23rocd3b8YnJ
sYMMRDGfsqgkaz1VpwyF0wYeYGeqSA==
=m+rw
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----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-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Make it compile against qt6
-------------------------------------------------------------------
Sat Dec 4 22:56:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5Su5
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kdesu
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -61,9 +61,6 @@ Group: System/GUI/KDE
Requires(pre): permissions
Requires(pre): group(nogroup)
Obsoletes: libKF5Su4
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
libkdesu provides functionality for building GUI front ends for
@ -97,7 +94,7 @@ Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang kdesud5 %{name}.lang
%endif
@ -109,7 +106,7 @@ Development files.
%verifyscript -n %{lname}
%verify_permissions -e %{_kf5_libexecdir}/kdesud
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}.lang
%endif