SHA256
1
0
forked from pool/kded
Christophe Giboudeaux 2019-10-11 12:55:52 +00:00 committed by Git OBS Bridge
parent 1d4f48aa0e
commit e106366b63
6 changed files with 31 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz3MACgkQWNDuZIpI
s7vAeQf9FLDljPCLrdmkDHfsp+DKQYRUDfJvu4alDvFGn3mus2/7XRY7v0aSSjcI
Chr86NRm6gLqQnGk1L00MAh/BBicIZA9EUxuOnkAMusbCvu2I4oSZRXb+iKUedmc
j11mmoIFDc7TMV9GBvlhzw4ZrKvCicKtmgmZ/MgupNw6M5zuCFhStv2/8u93aEVz
608hyDCEbNoRxpKNX03lZ8P942OoTb4Yzbns+mAP9tNwS2gFGdDDx2BfdV3AgjA1
ydzNbyeby5NYK+fU72Uc8YNWzSXIVH49+jwSEIqdThslmFR49W/MULZI1wjppARx
JfU2uxFZrYcKae5u1dHQ1y1f4tcPOw==
=Cbjq
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyU8ACgkQWNDuZIpI
s7uIegf/XrBkZ9d4oGUPPOFX95R3AoLJAxrwH680hbbquZ7vdB7nJxRDX1rx1ba0
zNqwdtpLWx8dg3nYg6H94r3ozWpQK5qk9DR8EQJLpoT5evSPt4V85EpzTFjMTvau
ACFmum2aBRZbGeHUcd0p6LOi/QnHcBeJCLLov8ydZRzKFfaSTY3cL3EHVKP8/p/9
lnztONvUrM8H7Xz+6Uvumy53JpseCvz4qUatY3jwWjtcseVVJwLDX/MjHsi9aaxZ
KJtW4jVMlUmaw+ozQcC+iO+RNPxRRkvjVOk6mJi1EWBtYGEbHSnUlOntRHI7vnfU
Adpy0s/phK7jgvrX4YvDnFAYxMJZBw==
=jo91
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:26 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- No code change since 5.62.0
-------------------------------------------------------------------
Sat Sep 7 20:36:38 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.62
%define _tar_path 5.63
# 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.62.0
Version: 5.63.0
Release: 0
Summary: Central daemon of KDE workspaces
License: LGPL-2.1-or-later
@ -48,12 +48,12 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Init) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5DBus) >= 5.6.0
BuildRequires: cmake(Qt5Network) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
BuildRequires: cmake(Qt5Xml) >= 5.6.0
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Network) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5Xml) >= 5.11.0
%if %{with lang}
Recommends: %{name}-lang
%endif