From a57083b17468733643ce2bb7aa7b6741c3487094bd5bb758aaa98044c6178cc0 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:18:39 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=75 --- kinit.changes | 4 ++++ kinit.spec | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kinit.changes b/kinit.changes index 73b650d..66f00ae 100644 --- a/kinit.changes +++ b/kinit.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:30 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/kinit.spec b/kinit.spec index 26a1059..49dceab 100644 --- a/kinit.spec +++ b/kinit.spec @@ -34,10 +34,10 @@ BuildRequires: kservice-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libcap-devel BuildRequires: libcap-progs -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Gui) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 BuildRequires: pkgconfig(x11) %if %{with lang} Recommends: %{name}-lang = %{version}