diff --git a/kbookmarks-5.55.0.tar.xz b/kbookmarks-5.55.0.tar.xz deleted file mode 100644 index c795888..0000000 --- a/kbookmarks-5.55.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fd214d9d8b7a217c5e32f8093d8ebfb8fa7e21c37d14519f271b56f3f4a566f -size 118616 diff --git a/kbookmarks-5.56.0.tar.xz b/kbookmarks-5.56.0.tar.xz new file mode 100644 index 0000000..8693159 --- /dev/null +++ b/kbookmarks-5.56.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02011a370959e9fe91db499ba8b12284f2274471760b1bd466587aa9c0c1953b +size 118592 diff --git a/kbookmarks.changes b/kbookmarks.changes index 4c1089b..2a516eb 100644 --- a/kbookmarks.changes +++ b/kbookmarks.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org + +- Update to 5.56.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.56.0.php +- Changes since 5.55.0: + * Replace KIconThemes dependency with equivalent QIcon usage + ------------------------------------------------------------------- Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com diff --git a/kbookmarks.spec b/kbookmarks.spec index a21e22e..e48436b 100644 --- a/kbookmarks.spec +++ b/kbookmarks.spec @@ -17,14 +17,14 @@ %define lname libKF5Bookmarks5 -%define _tar_path 5.55 +%define _tar_path 5.56 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kbookmarks -Version: 5.55.0 +Version: 5.56.0 Release: 0 Summary: Framework for manipulating bookmarks in XBEL format License: LGPL-2.1-or-later @@ -32,7 +32,7 @@ Group: System/GUI/KDE URL: https://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf -BuildRequires: cmake >= 3.0 +BuildRequires: cmake >= 3.5 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kcodecs-devel >= %{_kf5_bugfix_version} @@ -40,14 +40,13 @@ BuildRequires: kconfig-devel >= %{_kf5_bugfix_version} BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version} BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem -BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version} BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version} -Requires: cmake(Qt5DBus) >= 5.6.0 -Requires: cmake(Qt5Widgets) >= 5.6.0 -Requires: cmake(Qt5Xml) >= 5.6.0 +Requires: cmake(Qt5DBus) >= 5.9.0 +Requires: cmake(Qt5Widgets) >= 5.9.0 +Requires: cmake(Qt5Xml) >= 5.9.0 %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.9.0 %endif %description @@ -69,8 +68,8 @@ Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: kwidgetsaddons-devel >= %{_kf5_bugfix_version} -Requires: cmake(Qt5Widgets) >= 5.6.0 -Requires: cmake(Qt5Xml) >= 5.6.0 +Requires: cmake(Qt5Widgets) >= 5.9.0 +Requires: cmake(Qt5Xml) >= 5.9.0 %description devel Development files for kbookmarks, a framework for accessing and