Accepting request 1042115 from KDE:Frameworks5

KDE Frameworks 5.101.0 (forwarded request 1041798 from krop)

OBS-URL: https://build.opensuse.org/request/show/1042115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=111
This commit is contained in:
Dominique Leuenberger 2022-12-12 16:38:03 +00:00 committed by Git OBS Bridge
commit 24841fd2fd
6 changed files with 26 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmYUACgkQWNDuZIpI
s7tmiQgAh+bQ7GWuNpW/esyzrvpiRKrcDAi9P4ukpa38ksIXRLx1789mpJP0HuIP
W6RH2KIKbiDXWmRrnWXAbg8G+c/ZI0n9jjw3XTHuR9IIUd2PIhSsCrYg326jsyQx
s1Mpk1ZhFZGCsnpZPMPiZVfb7M5NpQ5YXf42rDeEpi0CmXRmGbV1mENJ8gpF4a05
02s7MsbaxwoAapJzfRy7yp4ei2X+O6+RswszrnlD6VkY2XB34OuDYeAjaB6ATvxx
VMD/fXjg7MTmfoTtQrYKTrNA9RO9N09yYf1TPsJaDqqgpcbyZ1n3MWWtz2fQCgDj
YHOYZoPvG3jRtx87VKDaeqMMckO5Qg==
=5u3E
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLNEACgkQWNDuZIpI
s7vEWAf/cx169tPEqvQ5kLBfyTIR6+sz4eP2/ZTeB9PXi+7+DV4vAHjz/QWq/Va7
JtgPeLv04Lr/GmItGFK4KNSi2zH7HHynBi3I1I/w9+AlAcUV6X1jaB2GKvNIPvE7
HiagzbUV+5A73z6lWSY99qIa4OS5pWLEQEhVs5F8YFam90RZ8q4aLoONVcv93Y/8
E+njeJcb/2hKHRA4CMvM5JqAVuaqbzezX1q732z5t3BGYFei+L2jcPj4nifMaWMx
gq8vT0iTPE7KZdbxglIjuiKJA7MVWymCRj594udXLJsDAYE7xoa+xz932risHxrv
4rpoQA2DvYnPGL6EPoojJDg+/SuXqg==
=HBz/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:33 UTC 2022 - Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Watch for icons directory changes from KDED (kde#455702)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 8 08:35:02 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Tue Nov 8 08:35:02 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,18 +16,17 @@
# #
%define _tar_path 5.100 %define _tar_path 5.101
# 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}')}
%bcond_without released %bcond_without released
Name: kded Name: kded
Version: 5.100.0 Version: 5.101.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
Group: System/GUI/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
%if %{with released} %if %{with released}
@ -57,7 +56,6 @@ Some of these tasks are built in, others are started on demand.
%package devel %package devel
Summary: Central daemon of KDE workspaces: Build Environment Summary: Central daemon of KDE workspaces: Build Environment
Group: Development/Libraries/KDE
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules