SHA256
1
0
forked from pool/kded

Accepting request 1133293 from KDE:Frameworks5

KDE Frameworks 5.113.0 (forwarded request 1131014 from krop)

OBS-URL: https://build.opensuse.org/request/show/1133293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=124
This commit is contained in:
Ana Guerrero 2023-12-17 20:29:43 +00:00 committed by Git OBS Bridge
commit 17ba9916f3
6 changed files with 39 additions and 34 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGyAACgkQWNDuZIpI
s7v9yQf9G6un3t2TxPQMBal0Xa6BAYElveBKt1ynQSIygmq9wuZ3ezrt8H9U2E8d
rxA3FwSGLmPzrRK2RELwPHNCW9oP93rTvVkTaRwfzPpcBPxn8daXOeo7VSK1ssZc
axZccJkzPjYJ6Ad6Sr9krGofeijBSOz9ZbIzMg03OonyrZ/JuqGpXK6e0rCE3If4
DEIQEl0AoaiZhfEKWY984hIOhcXyaqQN4VTcJRYT96CyMGWjd8sIoYsRrSj1RQ9z
BB2wEs8K96PGJLYKA/DJnvj7OLu5FPWsZvdBAbys0RAFosT6hTMo8AXdavwook1T
V4zT+DbO2WD+89go5y5Qzs0VKqmfJg==
=LFoq
-----END PGP SIGNATURE-----

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

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:33 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
-------------------------------------------------------------------
Fri Nov 24 21:32:15 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package kded
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,14 @@
#
%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: kded
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: Central daemon of KDE workspaces
License: LGPL-2.1-or-later
@ -33,24 +33,21 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: systemd-rpm-macros
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5Xml) >= 5.15.0
# One of the main tasks of kded is to run kconf_update when necessary
Requires: kconf_update5
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5Crash) >= %{_kf5_version}
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
BuildRequires: cmake(Qt5Xml) >= %{qt5_version}
%description
KDED runs in the background and performs a number of small tasks.
@ -59,7 +56,6 @@ Some of these tasks are built in, others are started on demand.
%package devel
Summary: Central daemon of KDE workspaces: Build Environment
Requires: %{name} = %{version}
Requires: extra-cmake-modules
%description devel
KDED runs in the background and performs a number of small tasks.