From 9f29aeb8aad3802157cfa1c1dc4a55864472de22d296182df83efe38a65087c7 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 4 Apr 2016 14:19:47 +0000 Subject: [PATCH] start with 5.21.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=86 --- kded-5.20.0.tar.xz | 3 --- kded-5.21.0.tar.xz | 3 +++ kded.changes | 8 ++++++++ kded.spec | 16 ++++++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 kded-5.20.0.tar.xz create mode 100644 kded-5.21.0.tar.xz diff --git a/kded-5.20.0.tar.xz b/kded-5.20.0.tar.xz deleted file mode 100644 index b321edd..0000000 --- a/kded-5.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3abd8ad7656da34387374857f5f537cc8247b22b9f1ca076717cb6f41d77865 -size 36036 diff --git a/kded-5.21.0.tar.xz b/kded-5.21.0.tar.xz new file mode 100644 index 0000000..b024117 --- /dev/null +++ b/kded-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f50f7240bb8eb5e056a2c1a9342962a71dafa2f17cfafb2b14bbd7f00de1a8d +size 36048 diff --git a/kded.changes b/kded.changes index 6dc052a..5c9dde0 100644 --- a/kded.changes +++ b/kded.changes @@ -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 diff --git a/kded.spec b/kded.spec index cdb9458..e5bcdbf 100644 --- a/kded.spec +++ b/kded.spec @@ -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