Accepting request 954242 from KDE:Frameworks5

KDE Frameworks 5.91 (forwarded request 954217 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/954242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=101
This commit is contained in:
Dominique Leuenberger 2022-02-24 17:19:27 +00:00 committed by Git OBS Bridge
commit 47dfe25dbf
6 changed files with 31 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0sACgkQWNDuZIpI
s7u8nQgAlyOCqzonNtb189gVz3FFl0rLKE0YSWMBbdYJJ2ftnfWjHI5noJF8W4EQ
MjF42NDczDarvUgUsO+G+3VsKr9KjncD6IMPXvrLt0r8pXoTlcWEXpdjHwzxCPtl
VbORQ41o8dRtnKXwGHgQv/wrDb9MEejYzTvOO8pTO8qRCkdzMo0dSNOU+//XH4jA
p9B55wjTKfvO5iMpY+mBnUls544iXM4QjOFWySGZ2h8Q5lWJ/BCkZs0Rs4HJ8OkB
XbRnc4dHCzSxp6+fSwlcmGPsUNjpuqz/Mw0G6GqFzgRW8ExSxbOj5gnvVZVQ8oVs
1rfaVig58EHlnXHYuLYzC8fOkm8o1Q==
=W7E4
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kgEACgkQWNDuZIpI
s7siDgf9EpjUrI4XAJknMJef/h/NVadnSduv5W0pXe9+yY1i3hO2KT8YZ0netOOs
bhHxgzEDXNBKX2QXkKCycPGThKnmHyRiUZYD2B96/R4DifQ93S17xgwlWmGx6BRh
Lf3rawWnzf35MMS464xKlaVqd7f+FGhB+7sBjVMv8tDII0/rlSJOz4tyOF2ANELK
QJQ6i8Q9KT14lBoQpaWewJqeVXmS9+UmpMKiu2e5vCQRKc5yjKme6l09bw9W9Fx8
9Zw/iTRNUlURcnP0bRWREZoXrWSJvNKmB/hr+lVn1Y5+x0z7Z4kXsn0N6FDZAsto
+DnwgNybsDVsFYWYItDhwm29MBtWsg==
=CF5z
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 6 10:16:55 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
* install plugins in kf<version>
* Add Linux Qt6 CI
* Utilize ECMDeprecationSettings to manage deprecate Qt/KF API
* Set order of kded launching with systemd boot
* kded supports building on Windows, make sure we have our dependencies available
* General code cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 3 12:47:25 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Mon Jan 3 12:47:25 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
# #
%define _tar_path 5.90 %define _tar_path 5.91
# 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.90.0 Version: 5.91.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