diff --git a/kauth.changes b/kauth.changes index 77b7186..73c1013 100644 --- a/kauth.changes +++ b/kauth.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:13 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 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kauth.spec b/kauth.spec index 534f449..9c18b49 100644 --- a/kauth.spec +++ b/kauth.spec @@ -30,10 +30,10 @@ BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.2.0 +BuildRequires: libqt5-linguist-devel >= 5.3.0 %endif -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1+ Group: System/GUI/KDE