Accepting request 961240 from KDE:Frameworks5

KDE Frameworks 5.92 (forwarded request 961114 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/961240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=100
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:34:23 +00:00 committed by Git OBS Bridge
commit ace0cb766c
6 changed files with 27 additions and 17 deletions

View File

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

View File

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

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwmkACgkQWNDuZIpI
s7sO2gf/ciwdx+e/h/SsmOnqG0CT3vja0KnmFVNRxvHOF11rnUtT2YGKnKzdHOpp
Eo08n4YGFlK52u//G/h/V8LbCI8T/qaVmbcMgzykWV24KDTuqqS5THkGCk7NxzZh
FeU87ICaFg0IhOipdsmKXNXhKwtcFmFHeAhwW1PeGEUgbS5AymH27J9znnBYj1yC
ewagQM6w6zshSyqztXdFnS+IuIhitPcfqSmf4AjtE9DkPf32PkEFO0wlsp2syF5p
pgiGd88WruSOu3W8N3Ro/Mr+YEuy1Vrr7u4GVn4twF0qVhVQ9iDd672nzXunLzP4
j7de3OFpi3y33ytIL/bbm3BhoyQrgQ==
=f0Fb
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 7 09:26:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
* Drop obsolete KF5Service and add KF5Config dependency
-------------------------------------------------------------------
Sun Feb 6 10:16:56 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5
%define _tar_path 5.91
%define _tar_path 5.92
# 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.91.0
Version: 5.92.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
@ -43,10 +43,10 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: pkgconfig(x11)