Accepting request 757024 from KDE:Frameworks5
KDE Frameworks 5.65.0 OBS-URL: https://build.opensuse.org/request/show/757024 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=75
This commit is contained in:
commit
3c1aa3bd5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e8bda93918ac174254c8f70a71c9d6966a4721e14a631760e1b912d108001be
|
||||
size 38128
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yhsACgkQWNDuZIpI
|
||||
s7taYggAl+o0iXUSKHBoUAajUGqo+w8zP6bXdCPUOcNpIQ14Cs2w+XyK6o1q0LDR
|
||||
O9L7L5LX0WwFLOhzGP9uzTEXqAcAkmWE2+c8DzmlfISGrhV7JK3Ib15syBr/g15G
|
||||
uW2FGdSOcr6q1uIfSQ1qo7JUE5HYy/UN3X+gvT5uYm8HyrguaAWYLJQkVxbS0P7T
|
||||
ME2YF5RPCwhCFGKMVzcZ/6ufMYlDLNkjaI88ZD7SgRp7jq3db7LLsbwmWZNMnLvV
|
||||
DDMYTQ2zJT7qb34+G4dXjbZswxBbEFwDs2L1DHOHj7q7z6tpxrkwtWx7Srt4j9Uf
|
||||
MyFNyzychS1CSnmQVkEE3pJ37ePHFw==
|
||||
=Bb8o
|
||||
-----END PGP SIGNATURE-----
|
3
kded-5.65.0.tar.xz
Normal file
3
kded-5.65.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14ba21ffed8b425be7550c8b7e3ba78d3f208b800bba7db6c950e02c06d1f032
|
||||
size 38008
|
11
kded-5.65.0.tar.xz.sig
Normal file
11
kded-5.65.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQVwACgkQWNDuZIpI
|
||||
s7vJtQgAmzMq7M+RfF9hQEicgn1tFKWWlpUIiZs65HHbjBdMLwcxCPduBERNgh0D
|
||||
8OE/yIgy57lAw/VewfN5i2iqPbxIKwUybbOLNYJmk+fFnssVmqIPzIOnkf9s4dmw
|
||||
TDKwZ4NnEBoeZb4bY5Mz0DXlxjkl0WJ/gTBX8i50kv0+DRKHuhKH6qNeyKgehCwg
|
||||
oabEbkTfyBeAbhxc2iG9272A9aHk8npiaf8OL4UizjhHAMltbJ2vT4YUlVTlGpSx
|
||||
TMxIOgY1IEaR7xIhjzrj08qqkAzzB6suV8fJcLXXdieFwfKIzhh6F/kQG3tRoSV9
|
||||
1/S2cxxlQGW8IkSxt1DZtI0YfojaqQ==
|
||||
=LWYp
|
||||
-----END PGP SIGNATURE-----
|
10
kded.changes
10
kded.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 11:18:27 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.65.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
|
||||
- Changes since 5.64.0:
|
||||
* Remove kdeinit dependency from kded.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:46:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kded
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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.64
|
||||
%define _tar_path 5.65
|
||||
# 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.64.0
|
||||
Version: 5.65.0
|
||||
Release: 0
|
||||
Summary: Central daemon of KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -45,7 +45,6 @@ BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
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.11.0
|
||||
@ -100,7 +99,6 @@ Development files.
|
||||
%files
|
||||
%license COPYING*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libkdeinit5_kded5.so
|
||||
%{_kf5_bindir}/kded5
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
|
||||
%dir %{_kf5_servicetypesdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user