Accepting request 1133296 from KDE:Frameworks5

KDE Frameworks 5.113.0 (forwarded request 1131014 from krop)

OBS-URL: https://build.opensuse.org/request/show/1133296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesu?expand=0&rev=122
This commit is contained in:
Ana Guerrero 2023-12-17 20:29:47 +00:00 committed by Git OBS Bridge
commit a9cb5b300a
6 changed files with 33 additions and 26 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGzMACgkQWNDuZIpI
s7t7tAgAmmIOHQ/oG+gx/TpVWw5wCSs06k29w7eg8j2xr1ISjiGal0HH5fkk/jqV
EslHEyEY4+NR0T8wXZq0G1p5sJpe5ljxoG0pHsXSEXg2o8TobBrvFwE6/hp3vZBV
SnpZum47HTdMpUBR1MaI2l9F0I0noRmtw7fGPsoAoq/fbsgjGxp4fme+1o3CEmFZ
ZQ+zUa908lEuxg9VRMhSWwDDPHo07rkdDgBGkEZxIoiZIWf1ogbECnvAMCMkzrj4
k3qJqemsGy5vA5Lw8NUI5s/TN1+moLymG4vxbrUtc5oFZ3rqLp5A9Iomarpq5vBj
fOSPyTegPiOs5z16zrljA4tp2806WA==
=+Fgl
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAmoACgkQWNDuZIpI
s7sDDAf/XIJ07JHYkxizHXwkxXrw9cRZhTP5eUSJUVn4LUTlFrVOJKoxqjZIHsNo
b3q/F5qoNnTGZp3CS3stynXh6TXBoO8/X5VGMrjlTjjBNdt27RrCbX3fIv+gaqGf
s8hh5C3OjxXK4y88SdENmjXw6bHQFAfEaMAH5OM2ZQQ7CvAAIqPRt6RnIAbdjdLx
8nvNBClOrBH1+i2Hjg39ovetpjpH4oRMUzKIyRHh0KFh4e3XvDNXNAnmz9oCRHvu
XvwhMXVCsJZUex0+gdxD+fp2T7Dtpv7unoH5fGF9G7ySSeCJVOLvn5VKl1dgNiok
bhZE8C3y21n4V3n7+fz1v7AJafcDiQ==
=7Yh6
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:35 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
-------------------------------------------------------------------
Mon Nov 6 09:13:51 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5
%define _tar_path 5.103
# 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}')}
%define qt5_version 5.15.2
%bcond_without released
Name: kdesu
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later
@ -36,15 +36,14 @@ Source2: frameworks.keyring
%endif
# PATCH-FIX-OPENSUSE
Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_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(Qt5Core) >= 5.15.0
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
BuildRequires: cmake(KF5Pty) >= %{_kf5_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: pkgconfig(x11)
%description
@ -64,9 +63,8 @@ kdessh use it to interface with su and ssh respectively.
%package devel
Summary: User interface for running shell commands with root privileges
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Pty) >= %{_kf5_version}
Requires: cmake(KF5Service) >= %{_kf5_version}
%description devel
libkdesu provides functionality for building GUI front ends for