From e0de90260d9c9166bd398e6c2cd23a5dd74b6a114e0cc91b8ed5f8c86e8635bf Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 4 Apr 2016 14:18:59 +0000 Subject: [PATCH] start with 5.21.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=84 --- kbookmarks-5.20.0.tar.xz | 3 --- kbookmarks-5.21.0.tar.xz | 3 +++ kbookmarks.changes | 8 ++++++++ kbookmarks.spec | 16 ++++++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 kbookmarks-5.20.0.tar.xz create mode 100644 kbookmarks-5.21.0.tar.xz diff --git a/kbookmarks-5.20.0.tar.xz b/kbookmarks-5.20.0.tar.xz deleted file mode 100644 index 4df58dc..0000000 --- a/kbookmarks-5.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8409f3d2fa0fd80d978073570e7ef161039851e2286b17e9c98d4e432bd39524 -size 115472 diff --git a/kbookmarks-5.21.0.tar.xz b/kbookmarks-5.21.0.tar.xz new file mode 100644 index 0000000..66ac4c1 --- /dev/null +++ b/kbookmarks-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf689741667ce14a04fcc503fdce316bb9bc8a990893d1e46541aad6162fb863 +size 115432 diff --git a/kbookmarks.changes b/kbookmarks.changes index 86e20b1..f1e9846 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 4 14:18:55 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.21.0 + * Upgrade Qt version requirement to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.21.0.php + ------------------------------------------------------------------- Sun Mar 6 09:54:54 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kbookmarks.spec b/kbookmarks.spec index 9f39f69..f6d89e6 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Bookmarks5 -%define _tar_path 5.20 +%define _tar_path 5.21 Name: kbookmarks -Version: 5.20.0 +Version: 5.21.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.3.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0 %endif -Requires: cmake(Qt5DBus) >= 5.3.0 -Requires: cmake(Qt5Widgets) >= 5.3.0 -Requires: cmake(Qt5Xml) >= 5.3.0 +Requires: cmake(Qt5DBus) >= 5.4.0 +Requires: cmake(Qt5Widgets) >= 5.4.0 +Requires: cmake(Qt5Xml) >= 5.4.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.3.0 -Requires: cmake(Qt5Xml) >= 5.3.0 +Requires: cmake(Qt5Widgets) >= 5.4.0 +Requires: cmake(Qt5Xml) >= 5.4.0 %description devel Framework which lets you access and manipulate bookmarks stored using XBEL format.