SHA256
1
0
forked from pool/kded

Accepting request 861925 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=88
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:16:01 +00:00 committed by Git OBS Bridge
commit 7b1300fc75
6 changed files with 32 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln00ACgkQWNDuZIpI
s7vHZgf/Sd8TH9v9Vb3SQbkG24zkoDrrIiL3WnOPN4MChwWwWkRsAR+Qg6ZsuRD/
XOQcL9Yaw0TCMVjOiTDMCwRWWM+seEPP/Xh9TN7zjXUnScSniBDEEKhbk3J9dojz
oUHSvsZRxMTzuMbEg8+SEeQRjy6cvNX1p51AYsXQ1j0n6zr0vVA0c1qxsy+bOrBz
uNuXGlXbrFm110zFZ9zFPBDAznZU+Dges1M5zx6e/r8go7vCKqDgCDvxT11ZmUOT
e4ZhWamQv9iHCy2rw0wYoTb6hghigEXz5eYpyWHVhTlziCP5NnI5AP5L9cF+CIBh
YiarhreC83Bx5T4crYgzwMnI0m2DrQ==
=xeA7
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weewACgkQWNDuZIpI
s7uqYQgAjw1iv0pajWXU7NerG0ig4Qm7RrawxYKPENh7pSkWhztBmdXjv7W8g7Qo
Sy0J6aY8nX+ZRjvCeJCpybGR7qKw1eCfl8phc7bObMwphHPfu+awYrPit0/gFp9U
usXc0kODlaujY9UCq9Mic+wDQVu2Lku5+EZ2PUwI4I9ds2IPi6IXaSQm1dOxrxIW
DDn6uDHUMVQ7JEBIJFT6Feu0naOJZyxXK0DEVtsDKCLOzOvDoEI4AA0CNtxVDcUM
o8cmRrUehWBYNQ4Sw4lzNeL84kheBKoojr5OrIQpIy5Ee//pmx1s+7iBwUHuth1J
0ADmt11OO+yyZJDl1fc5foqi66K1mw==
=6hZe
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- No code change since 5.77.0
-------------------------------------------------------------------
Sat Dec 5 18:56:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kded
#
# Copyright (c) 2020 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.77
%define _tar_path 5.78
# 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}')}
%bcond_without lang
Name: kded
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Central daemon of KDE workspaces
License: LGPL-2.1-or-later
@ -47,12 +47,12 @@ BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Network) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5Xml) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Network) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(Qt5Xml) >= 5.14.0
Recommends: %{name}-lang
%description