From 9893997124e725bdffac9f4cf2131f038ed3be8863712cd84342f6016c1bad63 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:10:42 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=58 --- kcrash.changes | 4 ++++ kcrash.spec | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kcrash.changes b/kcrash.changes index 31b8046..329f791 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:18 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/kcrash.spec b/kcrash.spec index ddba3e6..c0f8941 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -28,9 +28,9 @@ BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwindowsystem-devel >= %{_tar_path} -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 BuildRequires: pkgconfig(x11) Summary: Gracefull handling of application crashes License: LGPL-2.1+ @@ -56,7 +56,7 @@ Summary: Gracefull handling of application crashes: Build Environment Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: pkgconfig(Qt5Core) >= 5.2.0 +Requires: cmake(Qt5Core) >= 5.3.0 %description devel KCrash provides support for intercepting and handling application crashes.