From bdcd79413be53d010de971a54cac1cfe81206f4aa063f1ab61feb811b14ad660 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan <hrvoje.senjan@gmail.com>
Date: Sat, 3 Jan 2015 19:25:00 +0000
Subject: [PATCH] 5.6.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=53
---
 kactivities-5.5.0.tar.xz |  3 ---
 kactivities-5.6.0.tar.xz |  3 +++
 kactivities5.changes     | 12 ++++++++++++
 kactivities5.spec        | 12 ++++++------
 4 files changed, 21 insertions(+), 9 deletions(-)
 delete mode 100644 kactivities-5.5.0.tar.xz
 create mode 100644 kactivities-5.6.0.tar.xz

diff --git a/kactivities-5.5.0.tar.xz b/kactivities-5.5.0.tar.xz
deleted file mode 100644
index b123fdb..0000000
--- a/kactivities-5.5.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e334da9d685aadd8c99925a9c344f3bf5a2274f9179af4fe52ef7c812e13ed7a
-size 110328
diff --git a/kactivities-5.6.0.tar.xz b/kactivities-5.6.0.tar.xz
new file mode 100644
index 0000000..d85b44a
--- /dev/null
+++ b/kactivities-5.6.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:31ece0c8f0282c0fd99ccb94ed67cc9ec6334ce65c6f9730db11f981783923d7
+size 112180
diff --git a/kactivities5.changes b/kactivities5.changes
index c2140cd..dfa6ec4 100644
--- a/kactivities5.changes
+++ b/kactivities5.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Sat Jan  3 18:03:20 UTC 2015 - hrvoje.senjan@gmail.com
+
+- Update to 5.6.0
+  * Introducing the ActivityInfo QML object
+  *  Linking now supports special values alongside activity ids.
+     Supported values:
+     :global  - links to all activities
+     :current - links to the current activity
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
 -------------------------------------------------------------------
 Sat Dec  6 12:53:41 UTC 2014 - hrvoje.senjan@gmail.com
 
diff --git a/kactivities5.spec b/kactivities5.spec
index 296d763..bc22c5f 100644
--- a/kactivities5.spec
+++ b/kactivities5.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,20 @@
 
 %define lname   libKF5Activities5
 Name:           kactivities5
-Version:        5.5.0
+Version:        5.6.0
 Release:        0
 %define kf5_version %{version}
 Summary:        KDE Plasma Activities support
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://projects.kde.org/kactivities
-Source:         http://download.kde.org/stable/frameworks/5.5/kactivities-%{version}.tar.xz
+Source:         http://download.kde.org/stable/frameworks/5.6/kactivities-%{version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM kamd-rename.patch -- https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so it can co-exist with kactivities4
+# PATCH-FIX-UPSTREAM kamd-rename.patch -- https://git.reviewboard.kde.org/r/1.6.02/ -- rename kactivitymanagerd binary so it can co-exist with kactivities4
 Patch0:         kamd-rename.patch
 BuildRequires:  boost-devel >= 1.49.0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -82,7 +82,7 @@ QML imports.
 Summary:        KDE Plasma Activities support
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
-Requires:       extra-cmake-modules >= 1.5.0
+Requires:       extra-cmake-modules >= 1.6.0
 Requires:       pkgconfig(Qt5Core) >= 5.2.0
 
 %description devel