Accepting request 386955 from KDE:Frameworks5

Update to 5.21.0

OBS-URL: https://build.opensuse.org/request/show/386955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2016-04-12 17:13:57 +00:00 committed by Git OBS Bridge
commit 38b82a45ab
4 changed files with 19 additions and 11 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f50f7240bb8eb5e056a2c1a9342962a71dafa2f17cfafb2b14bbd7f00de1a8d
size 36048

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 4 14:19:45 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
-------------------------------------------------------------------
Sun Mar 6 09:56:05 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%bcond_without lang
%define _tar_path 5.20
%define _tar_path 5.21
Name: kded
Version: 5.20.0
Version: 5.21.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@ -34,12 +34,12 @@ BuildRequires: ki18n-devel >= %{_tar_path}
BuildRequires: kinit-devel >= %{_tar_path}
BuildRequires: kservice-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: cmake(Qt5DBus) >= 5.3.0
BuildRequires: cmake(Qt5Network) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRequires: cmake(Qt5Xml) >= 5.3.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5Xml) >= 5.4.0
%if %{with lang}
Recommends: %{name}-lang
%endif