Accepting request 899725 from KDE:Frameworks5
KDE Frameworks 5.83.0 OBS-URL: https://build.opensuse.org/request/show/899725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=93
This commit is contained in:
commit
7146b4ca6d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:585f3e64cdbf0167ea79316f2131fa0051876bf2d60af8c7333c9f578bfb060c
|
|
||||||
size 36964
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaZAACgkQWNDuZIpI
|
|
||||||
s7vLuAgArj9UvxBkRJvGeuDY3CEcAm4oPoOjpBeqeGgWMvUiiGcLBDFobLYikCjo
|
|
||||||
TuP7mABvDkEtnBh2PG8RJfwVhjpXxxZRxyeBCKHFebiRn0CVeuNRALEYhsYOPvQ6
|
|
||||||
1yGZxeHFpRDXFNKSNOb6hR6KXiRLC3tvjMvyfHRpkVH5mMx8tmskSbsqFrPKnEvp
|
|
||||||
s4lz4m7T5ITif5hNVnpenIoiWrWx474aE+UXajxJkqK2yDL3BeEo9N1DiX3ntD+b
|
|
||||||
DMj2XBrXVItozF+Ep0MkZnUSPoYRAz6t8XHcaH16PLtQ/T1eZTNcNBpVyFR+Y25t
|
|
||||||
CYTvIwp36oYSYoclZbqZY9L/rsmp8Q==
|
|
||||||
=pb04
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kded-5.83.0.tar.xz
Normal file
3
kded-5.83.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69319e6bc587c1089ee46fc8933484790a816355909df2830721b25911a09b3b
|
||||||
|
size 36912
|
11
kded-5.83.0.tar.xz.sig
Normal file
11
kded-5.83.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7VpMACgkQWNDuZIpI
|
||||||
|
s7s7bAgAuxNxOXkdR0T3Afzl0dIz/HhsQcWsXmj1rYnoAkPCokrXSBPkdCdTLe72
|
||||||
|
uNb0co+mOwClwyl49DtKWcjTu/Vb+RrddgSP+jwHe7xzHjbgyP3sBIuB6dVJ6pJC
|
||||||
|
/oRvpiSG7AVBbCZr5pRh5A5VmahWb+kD3vofg1lzr41UnJMwiW1qo6R9DVtPkqqd
|
||||||
|
mq6/Qjf0i/m89eSTXTq0k6llTse2cqDUK41WLQgepsPjMrLQBdt5h7niauopOaHO
|
||||||
|
mNq6HnuiQWVDY1A9NehhDqYgqWtyoY0UD3YDL1EAuAJySbG9tJtZgR1v0jvzWgEG
|
||||||
|
0FG8lV3XGMjGOlPAU+BVK7EFaevMpg==
|
||||||
|
=Xfcp
|
||||||
|
-----END PGP SIGNATURE-----
|
11
kded.changes
11
kded.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 5 11:58:41 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.83.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.83.0
|
||||||
|
- Changes since 5.82.0:
|
||||||
|
* Bump required CMake version to 3.16
|
||||||
|
* Call ki18n_install() unconditionally
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 1 16:40:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat May 1 16:40:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.82
|
%define _tar_path 5.83
|
||||||
# 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.82.0
|
Version: 5.83.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user