SHA256
1
0
forked from pool/kded

start with 5.21.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=86
This commit is contained in:
Hrvoje Senjan 2016-04-04 14:19:47 +00:00 committed by Git OBS Bridge
parent 5024ec21b3
commit 9f29aeb8aa
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
* 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