From 4e73267c21fcf2f60e602081d58ff2d6dcddbc4d6f258661bcf5f866852f627d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:18:43 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=87 --- kio.changes | 5 +++++ kio.spec | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/kio.changes b/kio.changes index 10adca3..cae8b18 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,11 @@ Tue Aug 4 19:20:31 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 + * Kill unneeded QUrl wrappers * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kio.spec b/kio.spec index 17eb85b..2185336 100644 --- a/kio.spec +++ b/kio.spec @@ -49,15 +49,15 @@ BuildRequires: kxmlgui-devel >= %{_tar_path} BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: solid-devel >= %{_tar_path} -BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Script) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 +BuildRequires: cmake(Qt5Concurrent) >= 5.3.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Network) >= 5.3.0 +BuildRequires: cmake(Qt5Script) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 +BuildRequires: cmake(Qt5Xml) >= 5.3.0 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) Requires: %{name}-core = %{version} @@ -109,7 +109,7 @@ Requires: kjobwidgets-devel >= %{_tar_path} Requires: kservice-devel >= %{_tar_path} Requires: kxmlgui-devel >= %{_tar_path} Requires: solid-devel >= %{_tar_path} -Requires: pkgconfig(Qt5Network) >= 5.2.0 +Requires: cmake(Qt5Network) >= 5.3.0 %description devel This framework implements almost all the file management functions you