From 8eaa6973bb912c8d799cc8d2033d007747a45e3db93447e7ed0a2c1784f56481 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 2 Jan 2016 17:41:42 +0000 Subject: [PATCH 1/3] start with 5.18.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=97 --- kactivities5.changes | 7 +++++++ kactivities5.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kactivities5.changes b/kactivities5.changes index a8aba34..628e84d 100644 --- a/kactivities5.changes +++ b/kactivities5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 2 17:41:39 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.18.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.18.0.php + ------------------------------------------------------------------- Thu Dec 10 23:02:45 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kactivities5.spec b/kactivities5.spec index d14b701..9efa6fe 100644 --- a/kactivities5.spec +++ b/kactivities5.spec @@ -1,7 +1,7 @@ # # spec file for package kactivities5 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 1ba39f71ca99da3350dd97b16d3045b802f1586643ecd75005acb9b34ae31d1d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 2 Jan 2016 17:52:11 +0000 Subject: [PATCH 2/3] start with 5.18.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=98 --- kactivities-5.17.0.tar.xz | 3 --- kactivities-5.18.0.tar.xz | 3 +++ kactivities5.spec | 9 +++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 kactivities-5.17.0.tar.xz create mode 100644 kactivities-5.18.0.tar.xz diff --git a/kactivities-5.17.0.tar.xz b/kactivities-5.17.0.tar.xz deleted file mode 100644 index 287b877..0000000 --- a/kactivities-5.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a7580770349f005972ab5cf27f2f67ce643c1b3cfffdf56c03729fbd61cdd52 -size 185028 diff --git a/kactivities-5.18.0.tar.xz b/kactivities-5.18.0.tar.xz new file mode 100644 index 0000000..b0c0ce2 --- /dev/null +++ b/kactivities-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95e76570963a9f8797f103e32ddf58382c104e935fc27de3f48eea3db300a5b +size 181888 diff --git a/kactivities5.spec b/kactivities5.spec index 9efa6fe..b364b26 100644 --- a/kactivities5.spec +++ b/kactivities5.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Activities5 -%define _tar_path 5.17 +%define _tar_path 5.18 Name: kactivities5 -Version: 5.17.0 +Version: 5.18.0 Release: 0 %define kf5_version %{version} Summary: KDE Plasma Activities support @@ -117,6 +117,10 @@ Development files. %postun -n %lname -p /sbin/ldconfig +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %if %{with lang} %files -n %lname-lang -f %{name}.lang %endif @@ -124,6 +128,7 @@ Development files. %files %defattr(-,root,root) %{_kf5_bindir}/kactivitymanagerd +%{_kf5_libdir}/libkactivitymanagerd_plugin.so %{_kf5_plugindir}/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ From beb9784a55de9b2480cb43d464d95b723dc2b97a53ecd35d187ab48e23b58298 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 9 Jan 2016 17:58:18 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=99 --- kactivities5.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kactivities5.changes b/kactivities5.changes index 628e84d..bc3a6d2 100644 --- a/kactivities5.changes +++ b/kactivities5.changes @@ -2,6 +2,13 @@ Sat Jan 2 17:41:39 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.18.0 + * Streamlined the QML loading for KCM (kde#356832) + * Work-around for the Qt SQL bug that does not clean up + connections properly (kde#348194) + * Merged a plugin that executes applications on + activity state change + * Port from KService to KPluginLoader + * Port plugins to use kcoreaddons_desktop_to_json() * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.18.0.php