KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=293
This commit is contained in:
Christophe Marin 2024-01-14 15:36:45 +00:00 committed by Git OBS Bridge
parent fa6b0e66dd
commit b010fd5845
6 changed files with 34 additions and 24 deletions

View File

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

View File

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

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJuwACgkQWNDuZIpI
s7u/sQgAsuu6UuCIjfR4SHrUe9ybPAZVogz9dI8cJfZUkhnA4RiihUskrYIlSKA/
9k2un+vcpRl6onZ2BCSSR028/sKICMU2MTtsD03SaFXBuitOwvpxgbVJtkYKQPmm
qdveM1oSvRZKZp03vjpZP8PUD+7K/Y2DploZ9E2sN1jQFuxvB9KkCReWlEu4VKmY
sd8tH9RrO/ICS+/+Lh8eG2WslVYmBDI7EVmIvKB434wUjn3NUohbVS9YbjFVcBur
KnFQUSyD8UHsWEeU0+IOygbGjaUHtmiYGX4eXZVf+juV14GMnoFgwxJtX1t4aifZ
/GN4G5BNL6O0Xs4e/X9X98b9yQwT8Q==
=VJUf
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:32 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 5 11:17:35 UTC 2023 - Christophe Marin <christophe@krop.fr> Tue Dec 5 11:17:35 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Su5 %define lname libKF5Su5
%define _tar_path 5.103
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%define qt5_version 5.15.2
%bcond_without released %bcond_without released
Name: kdesu Name: kdesu
Version: 5.113.0 Version: 5.114.0
Release: 0 Release: 0
Summary: User interface for running shell commands with root privileges Summary: User interface for running shell commands with root privileges
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -36,14 +36,15 @@ Source2: frameworks.keyring
%endif %endif
# PATCH-FIX-OPENSUSE # PATCH-FIX-OPENSUSE
Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch
BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config) >= %{_kf5_version} BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version} BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Pty) >= %{_kf5_version} BuildRequires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version} BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
%description %description
@ -63,8 +64,8 @@ kdessh use it to interface with su and ssh respectively.
%package devel %package devel
Summary: User interface for running shell commands with root privileges Summary: User interface for running shell commands with root privileges
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: cmake(KF5Pty) >= %{_kf5_version} Requires: cmake(KF5Pty) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Service) >= %{_kf5_version} Requires: cmake(KF5Service) >= %{_kf5_bugfix_version}
%description devel %description devel
libkdesu provides functionality for building GUI front ends for libkdesu provides functionality for building GUI front ends for