From 04a74766411235a36703d2d88c5e60097fbeee909dfcbd1be04b6944d8eeccbb Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 6 Jul 2016 15:02:05 +0000 Subject: [PATCH 1/2] start with 5.24.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=92 --- kbookmarks-5.23.0.tar.xz | 3 --- kbookmarks-5.24.0.tar.xz | 3 +++ kbookmarks.changes | 7 +++++++ kbookmarks.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kbookmarks-5.23.0.tar.xz create mode 100644 kbookmarks-5.24.0.tar.xz diff --git a/kbookmarks-5.23.0.tar.xz b/kbookmarks-5.23.0.tar.xz deleted file mode 100644 index a734a7d..0000000 --- a/kbookmarks-5.23.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74c6452ed80f99ef397e50cd6a488ac58186747090f5462790ccc6c9c0491ccc -size 115516 diff --git a/kbookmarks-5.24.0.tar.xz b/kbookmarks-5.24.0.tar.xz new file mode 100644 index 0000000..795b0e0 --- /dev/null +++ b/kbookmarks-5.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567a8a8908aa1a0963728a473f7c44391ae79ac36ca45f570397e7b5a16da881 +size 115612 diff --git a/kbookmarks.changes b/kbookmarks.changes index 58c863a..0f61c06 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 6 15:02:01 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.24.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.24.0.php + ------------------------------------------------------------------- Mon Jun 6 21:23:28 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kbookmarks.spec b/kbookmarks.spec index ff94fc2..538c051 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Bookmarks5 -%define _tar_path 5.23 +%define _tar_path 5.24 Name: kbookmarks -Version: 5.23.0 +Version: 5.24.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From d409266d0671019466eee03780354d7fca6fa4974c8e63b42b3505eef57ab3e3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 9 Jul 2016 18:57:09 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=93 --- kbookmarks.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kbookmarks.changes b/kbookmarks.changes index 0f61c06..e64e5fc 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -2,6 +2,8 @@ Wed Jul 6 15:02:01 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.24.0 + * Cleanup KBookmarkManagerList before qApp exits, + to avoid deadlocks with the DBus thread * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.24.0.php