KDE Frameworks 5.114.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=286
This commit is contained in:
Christophe Marin 2024-01-14 15:36:45 +00:00 committed by Git OBS Bridge
parent d825908e98
commit 91754d25b1
6 changed files with 39 additions and 29 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAlgACgkQWNDuZIpI
s7scUwf+JEZ/lRVBJ2DNAwL6/fgCMhfUqYzGu4DLiKzdDvEFftpCT13UQ7ibpMiG
EcQVsrEQjULmgTmP/aSwAS4OmABk3rdltIjllVvAoxkIAHpDd+EZIVYBig/iTk0R
NzQouVCmg1kPxVdT1peAN9wh/6L3Qat5nmrZXUaXk0U7kUD6eBfmgHLiKDQyrb2L
xMD5TQtNfsyLwWt0YQB3POJw4+AvhTPDXttOClVQJGLtvJUXnXO4vr9vT/exffGp
S/09YezkZ1m0VMUaoYgZDf/ii8de19iSARVobLc+PAYQROOe9bZdxsUsxfm0WXoW
GEQ+FxdJMIJMZjuAq+hwVBHo09+3gw==
=aqVm
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJtoACgkQWNDuZIpI
s7tL2Qf9EhwhnM0P1LypcUYZreEP3MuYcZ66KCoqjppeQyLaz5gKTos6eM1jeB0b
qTN+h9PBrBPvn9Sw+jlHVkYYUreo/8z6A2VDA/rPj+qR0LB9NoYXdyyedQyvGjqY
LsPExaMPCrFNh2El7Aglc64MsSATkImZMtV4NMLl1VeazbnxdG8u+BDuDqi2HHqq
lG7Fs+/g4BTnrwlYCdrTLbbScLhXMI014J6h7KrAhicvkEnpZUHUIydr2Sh0l048
3X4d7q0sGZUoMSJpeNsNDr/p4UOtmxw5y5ApVIahcsa2n78sWUoN5JvZhjMk33vH
/QOZyqh5nke9hsypTLWBCOYblXBiug==
=X5kJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:30 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:33 UTC 2023 - Christophe Marin <christophe@krop.fr> Tue Dec 5 11:17:33 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
# #
%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: kded Name: kded
Version: 5.113.0 Version: 5.114.0
Release: 0 Release: 0
Summary: Central daemon of KDE workspaces Summary: Central daemon of KDE workspaces
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -33,21 +33,22 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: cmake(KF5Config) >= %{_kf5_version} BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version} BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Crash) >= %{_kf5_version} BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version} BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version} BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_version} BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version} BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= %{qt5_version} BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= %{qt5_version} BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= %{qt5_version} BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5Xml) >= %{qt5_version} BuildRequires: cmake(Qt5Xml) >= 5.15.0
%description %description
KDED runs in the background and performs a number of small tasks. KDED runs in the background and performs a number of small tasks.