5.62 (updated)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=185
This commit is contained in:
parent
d7e07b273d
commit
8acc9c2ec6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca970111cb2d0073305a226cc005e2085952c2a02703168a775f954d27d723bc
|
||||
size 38160
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAJsACgkQWNDuZIpI
|
||||
s7tRYggAnPKI19ya5CGIItUOkA0W1UW+q8HFvkrQdnhCD94o0w7dHUp5i5L+s9lz
|
||||
NTeT41lFxpn3LVgP3wNdHQtGxdjvpAn3oGzDMgiVrOKtkxCRlZYXtrAKtY6HBjzB
|
||||
Vn+jJnEk/0RqWxCSDr/Jk1f4uzYdxV0Cj/uKFXsKl9KRryC5zj/X3ThfnCx4BrNu
|
||||
TRevucHECcxpKf14Pe20YR9J2nw6Xz8ETwBuG7b9/KRqt4R28ovWcCfbmxtxn0YH
|
||||
5D3aQhVPLGRyspURpUA8gr1pzKKA/JhU9yuiieXasixFS3iY/WfGa8Utn2dF46rw
|
||||
+AZbLkrpIqmmFUJH4VgZXDS79gWEdA==
|
||||
=bD1A
|
||||
-----END PGP SIGNATURE-----
|
3
kded-5.62.0.tar.xz
Normal file
3
kded-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d7a979114ca770442cec0f89fe87730ff0c44b98ee64b39c2cada672fc03b1
|
||||
size 38280
|
11
kded-5.62.0.tar.xz.sig
Normal file
11
kded-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
11
kded.changes
11
kded.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:38 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- Changes since 5.61.0:
|
||||
* Remove unused includes
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:17 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
18
kded.spec
18
kded.spec
@ -23,7 +23,7 @@
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kded
|
||||
Version: 5.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Central daemon of KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,15 +39,15 @@ Patch100: 0001-Decrease-the-delay-between-change-notification-and-s.patch
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcrash-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdbusaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdoctools-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kinit-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kservice-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
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.6.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user