From 0afbb606c79ce0c2466de76cecc2abd50ff4543b6ca4f33ffdf9a34be895ba6b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 4 Aug 2015 19:48:03 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=61 --- kbookmarks-5.12.0.tar.xz | 3 --- kbookmarks-5.13.0.tar.xz | 3 +++ kbookmarks.changes | 7 +++++++ kbookmarks.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kbookmarks-5.12.0.tar.xz create mode 100644 kbookmarks-5.13.0.tar.xz diff --git a/kbookmarks-5.12.0.tar.xz b/kbookmarks-5.12.0.tar.xz deleted file mode 100644 index 20c3ded..0000000 --- a/kbookmarks-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0bc40bf85e09e647552906d0c2f156462b7585cf2717b89138f27784ef4aa1f -size 114772 diff --git a/kbookmarks-5.13.0.tar.xz b/kbookmarks-5.13.0.tar.xz new file mode 100644 index 0000000..c19308d --- /dev/null +++ b/kbookmarks-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9acfdc3350cab97c58381067e25bb0df37a3da148612195667d3082fdcba3e +size 114988 diff --git a/kbookmarks.changes b/kbookmarks.changes index 6737554..4fde19a 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 19:20:14 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php + ------------------------------------------------------------------- Sun Jul 5 18:44:48 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kbookmarks.spec b/kbookmarks.spec index 862fe30..b170f6e 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Bookmarks5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kbookmarks -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 76c1d6a998965ed0c20c904c9094dde320ff4f8adc94c87da9948f9053948f59 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:10:14 +0000 Subject: [PATCH 2/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=62 --- kbookmarks.changes | 6 ++++++ kbookmarks.spec | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kbookmarks.changes b/kbookmarks.changes index 4fde19a..88e35ff 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -2,6 +2,12 @@ Tue Aug 4 19:20:14 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated + * KBookmarkManager: use KDirWatch instead of QFileSystemWatcher + to detect user-places.xbel being created. * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kbookmarks.spec b/kbookmarks.spec index b170f6e..bed3d6b 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -35,11 +35,11 @@ BuildRequires: kiconthemes-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kxmlgui-devel >= %{_tar_path} %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.2.0 +BuildRequires: libqt5-linguist-devel >= 5.3.0 %endif -Requires: pkgconfig(Qt5DBus) >= 5.2.0 -Requires: pkgconfig(Qt5Widgets) >= 5.2.0 -Requires: pkgconfig(Qt5Xml) >= 5.2.0 +Requires: cmake(Qt5DBus) >= 5.3.0 +Requires: cmake(Qt5Widgets) >= 5.3.0 +Requires: cmake(Qt5Xml) >= 5.3.0 Summary: Lets you access and manipulate bookmarks stored using XBEL format License: LGPL-2.1+ Group: System/GUI/KDE @@ -67,8 +67,8 @@ Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules Requires: kwidgetsaddons-devel >= %{_tar_path} -Requires: pkgconfig(Qt5Widgets) >= 5.2.0 -Requires: pkgconfig(Qt5Xml) >= 5.2.0 +Requires: cmake(Qt5Widgets) >= 5.3.0 +Requires: cmake(Qt5Xml) >= 5.3.0 %description devel Framework which lets you access and manipulate bookmarks stored using XBEL format. From 134e8f6433c5a9ae203095a6e8526f1ab19ee3f4f2e60be9a69f7786fd22200e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:50:13 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=63 --- kbookmarks.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbookmarks.spec b/kbookmarks.spec index bed3d6b..e11eee1 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -35,7 +35,7 @@ BuildRequires: kiconthemes-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kxmlgui-devel >= %{_tar_path} %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.3.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0 %endif Requires: cmake(Qt5DBus) >= 5.3.0 Requires: cmake(Qt5Widgets) >= 5.3.0