From c74ef74a97de7c1e9123ff49d349c8f92add63bb6f31f43e7773368addefb3e8 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 2 Jan 2016 17:41:58 +0000 Subject: [PATCH 1/3] start with 5.18.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=74 --- kbookmarks.changes | 7 +++++++ kbookmarks.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kbookmarks.changes b/kbookmarks.changes index f2b4766..bd739c9 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 2 17:41:55 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:03:08 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kbookmarks.spec b/kbookmarks.spec index b4bf8f0..2d2adfe 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -1,7 +1,7 @@ # # spec file for package kbookmarks # -# 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 68595ec5530ae5109b332e9927458977b5e24af3d8d0b2a895131b7278eb9189 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 2 Jan 2016 17:53:10 +0000 Subject: [PATCH 2/3] start with 5.18.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=75 --- kbookmarks-5.17.0.tar.xz | 3 --- kbookmarks-5.18.0.tar.xz | 3 +++ kbookmarks.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 kbookmarks-5.17.0.tar.xz create mode 100644 kbookmarks-5.18.0.tar.xz diff --git a/kbookmarks-5.17.0.tar.xz b/kbookmarks-5.17.0.tar.xz deleted file mode 100644 index 8c04138..0000000 --- a/kbookmarks-5.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cab3d5b6953843080030cf1ce0c516d1d17330cda935c269aafed2209e026766 -size 115024 diff --git a/kbookmarks-5.18.0.tar.xz b/kbookmarks-5.18.0.tar.xz new file mode 100644 index 0000000..57f61b7 --- /dev/null +++ b/kbookmarks-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363c56b19b25d19eaa3b8988fcb6000823cca0637ac5460bc4a61c2d82712262 +size 115068 diff --git a/kbookmarks.spec b/kbookmarks.spec index 2d2adfe..196c54a 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Bookmarks5 -%define _tar_path 5.17 +%define _tar_path 5.18 Name: kbookmarks -Version: 5.17.0 +Version: 5.18.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 498b1b80a713b74c53ab8998c6831767a4808f83e739b17e33875430959b093d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 9 Jan 2016 17:58:27 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=76 --- kbookmarks.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/kbookmarks.changes b/kbookmarks.changes index bd739c9..b84c250 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -2,6 +2,7 @@ Sat Jan 2 17:41:55 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.18.0 + * Fully initialize DynMenuInfo in return value * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.18.0.php