Hrvoje Senjan 2015-04-05 11:48:42 +00:00 committed by Git OBS Bridge
parent fe031cbace
commit 39aa8592cd
4 changed files with 15 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 4 14:40:58 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
- Drop no longer needed Requires of the devel subpackage:
pkgconfig(Qt5DBus), pkgconfig(Qt5Network), pkgconfig(Qt5Widgets)
and pkgconfig(Qt5Xml)
-------------------------------------------------------------------
Sat Mar 7 16:58:58 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -16,13 +16,13 @@
#
%define _tar_path 5.8
%define _tar_path 5.9
Name: kded
Version: %{_tar_path}.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kcrash-devel >= %{kf5_version}
@ -56,10 +56,6 @@ Summary: Central daemon of KDE workspaces: Build Environment
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: pkgconfig(Qt5DBus) >= 5.2.0
Requires: pkgconfig(Qt5Network) >= 5.2.0
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
Requires: pkgconfig(Qt5Xml) >= 5.2.0
%description devel
KDED runs in the background and performs a number of small tasks.