diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 1751102..35f4b57 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -2,6 +2,12 @@ Tue Aug 4 19:20:11 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 + * Fix crash in directories-only file dialog + * Don't rely on options()->initialDirectory() for Qt < 5.4 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/frameworkintegration.spec b/frameworkintegration.spec index c40d099..2e6eee2 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -34,10 +34,10 @@ BuildRequires: kiconthemes-devel >= %{_tar_path} BuildRequires: kio-devel >= %{_tar_path} BuildRequires: knotifications-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} -BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: libQt5Gui-private-headers-devel >= 5.3.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcursor)