KDE Frameworks 5.74. Release next saturday
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=212
This commit is contained in:
parent
b7ab20c88d
commit
9bce25a3c7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f21647a5f35eebaa9bf12b5d5da25c24611c1971f94f27c510d22a48c79b0895
|
|
||||||
size 38136
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzpcACgkQWNDuZIpI
|
|
||||||
s7uVlgf/eKwpmqs9ZZ0PVSO7l5DJPDc7VfuybSzCuuPmZkGzNHl2dHNE2iniriSo
|
|
||||||
mJKYKjLFhqQhvI1bC5Y7fiblyVEqr8xEBTaVw1ZlKzpDiZfEiQ7Ar34Kzmql6ETK
|
|
||||||
CQlSXtK8y1BWLHTYPstzAfy4eAvwj52pBEpS/fXxVg4fTNtLeZoubzh7t1FiY6C4
|
|
||||||
lc3Lx7HM2y3u5wwsn9kW21yL4+N53T5S5gK7N722Tw/1muYBIlfriXefziAP7ND+
|
|
||||||
iutHel+U83ok+8qFVRyIbz9yNG1sfLEIXLLVpxVreYZiOgo+jTjaUi4z2HeVs4+v
|
|
||||||
yUpDbqZ6K/dpy8+v2rAYkIVJarXyDg==
|
|
||||||
=ksgz
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kded-5.74.0.tar.xz
Normal file
3
kded-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6bf23e59afbd7d1f89082f748db1c0370413a40c99bdfc6f08a54fbd58471f1
|
||||||
|
size 36584
|
11
kded-5.74.0.tar.xz.sig
Normal file
11
kded-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyPQACgkQWNDuZIpI
|
||||||
|
s7uQ4wgAggU6RXjwYIPw899Hg6UHghu4VVme0Uxsj8D7jAbiElvFqQZFbYxymveF
|
||||||
|
r2S09N2ge77ug9GMEmx1ykw7K4VCf4dCfwjcMuY41rS18C/ZlDd5OI3G53fVBAxm
|
||||||
|
F8rbhsPyDmBnIJsgCurgIuOAR36hWVbWbbqY6nomgh8V/G9+f0lrxKIeQwsbg53z
|
||||||
|
KQe9OAKaZP5G10QmcX7iv/lFHWYHtDhb/kfoGWhmo9FwkWA57NEPiz2YLgYxQm85
|
||||||
|
E9z9B5i6mxdvyCs22GkgfU++HGZslJCbKKW74P6z3OmHU9Y//hut9qPalB02miv6
|
||||||
|
yzLEnhFhFFyCv+sgE+HwuN5ESFXXfQ==
|
||||||
|
=mwyj
|
||||||
|
-----END PGP SIGNATURE-----
|
12
kded.changes
12
kded.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 6 12:49:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.74.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||||
|
- Changes since 5.73.0:
|
||||||
|
* org.kde.kded5.desktop: Add missing required key "Name" (kde#408802)
|
||||||
|
* Remove obsolete COPYING files
|
||||||
|
* Kded: Convert license statements to SPDX expressions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 2 07:13:16 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 2 07:13:16 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.73
|
%define _tar_path 5.74
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kded
|
Name: kded
|
||||||
Version: 5.73.0
|
Version: 5.74.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
|
||||||
@ -103,7 +103,7 @@ Development files.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license LICENSES/*
|
||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_bindir}/kded5
|
%{_kf5_bindir}/kded5
|
||||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user