From 877022c9e51048a6e69da3f934db5ae86a26fdf4f583d7f5fbb14a5cd6082fe6 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 10 Dec 2015 23:02:51 +0000 Subject: [PATCH 1/2] start with 5.17.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=94 --- kactivities-5.16.0.tar.xz | 3 --- kactivities-5.17.0.tar.xz | 3 +++ kactivities5.changes | 7 +++++++ kactivities5.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kactivities-5.16.0.tar.xz create mode 100644 kactivities-5.17.0.tar.xz diff --git a/kactivities-5.16.0.tar.xz b/kactivities-5.16.0.tar.xz deleted file mode 100644 index b4744c4..0000000 --- a/kactivities-5.16.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b563eb83b0d01ae5bc8e71e7d23bc95d2c59a9b73bd8d6ae4c793cf857f7002b -size 183580 diff --git a/kactivities-5.17.0.tar.xz b/kactivities-5.17.0.tar.xz new file mode 100644 index 0000000..287b877 --- /dev/null +++ b/kactivities-5.17.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7580770349f005972ab5cf27f2f67ce643c1b3cfffdf56c03729fbd61cdd52 +size 185028 diff --git a/kactivities5.changes b/kactivities5.changes index ca96250..0d600b6 100644 --- a/kactivities5.changes +++ b/kactivities5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 10 23:02:45 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.17.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.17.0.php + ------------------------------------------------------------------- Sun Nov 8 16:57:28 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kactivities5.spec b/kactivities5.spec index 7472cfa..d14b701 100644 --- a/kactivities5.spec +++ b/kactivities5.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Activities5 -%define _tar_path 5.16 +%define _tar_path 5.17 Name: kactivities5 -Version: 5.16.0 +Version: 5.17.0 Release: 0 %define kf5_version %{version} Summary: KDE Plasma Activities support From 13ac4db07dbd078ee1cf8b96fe210cd6e0f354c4952784984c5bb9727a9ba58c Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 12 Dec 2015 22:17:18 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=95 --- kactivities5.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kactivities5.changes b/kactivities5.changes index 0d600b6..a8aba34 100644 --- a/kactivities5.changes +++ b/kactivities5.changes @@ -2,6 +2,14 @@ Thu Dec 10 23:02:45 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.17.0 + * Fixed a lock on the first start of the daemon + * Moving QAction creation to the main thread. (kde#351485) + * Sometimes clang-format makes a bad decision (kde#355495) + * Killing potential synchronization issues + * Use org.qtproject instead of com.trolltech + * Removing the usage of libkactivities from the plugins + * KAStats config removed from the API + * Added linking and unlinking to ResultModel * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.17.0.php