From 5d4b6446a5c7d0a909ab44c3a99a6669a15e735e1c568146194fd1a083be08bd Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Aug 2016 21:50:42 +0000 Subject: [PATCH] start with 5.25.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=95 --- kbookmarks-5.24.0.tar.xz | 3 --- kbookmarks-5.25.0.tar.xz | 3 +++ kbookmarks.changes | 7 +++++++ kbookmarks.spec | 16 ++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 kbookmarks-5.24.0.tar.xz create mode 100644 kbookmarks-5.25.0.tar.xz diff --git a/kbookmarks-5.24.0.tar.xz b/kbookmarks-5.24.0.tar.xz deleted file mode 100644 index 795b0e0..0000000 --- a/kbookmarks-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:567a8a8908aa1a0963728a473f7c44391ae79ac36ca45f570397e7b5a16da881 -size 115612 diff --git a/kbookmarks-5.25.0.tar.xz b/kbookmarks-5.25.0.tar.xz new file mode 100644 index 0000000..672a503 --- /dev/null +++ b/kbookmarks-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0190db136a1d2c8d6065aa3e01fc64a9753c1f7a6a6fd43c3250ea9831097137 +size 115676 diff --git a/kbookmarks.changes b/kbookmarks.changes index e64e5fc..e6a9546 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 7 21:50:34 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:02:01 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kbookmarks.spec b/kbookmarks.spec index 538c051..a213cca 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Bookmarks5 -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kbookmarks -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -35,11 +35,11 @@ BuildRequires: kiconthemes-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kxmlgui-devel >= %{_tar_path} %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.5.0 %endif -Requires: cmake(Qt5DBus) >= 5.4.0 -Requires: cmake(Qt5Widgets) >= 5.4.0 -Requires: cmake(Qt5Xml) >= 5.4.0 +Requires: cmake(Qt5DBus) >= 5.5.0 +Requires: cmake(Qt5Widgets) >= 5.5.0 +Requires: cmake(Qt5Xml) >= 5.5.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: cmake(Qt5Widgets) >= 5.4.0 -Requires: cmake(Qt5Xml) >= 5.4.0 +Requires: cmake(Qt5Widgets) >= 5.5.0 +Requires: cmake(Qt5Xml) >= 5.5.0 %description devel Framework which lets you access and manipulate bookmarks stored using XBEL format.