diff --git a/kcrash-5.12.0.tar.xz b/kcrash-5.12.0.tar.xz deleted file mode 100644 index 4b80209..0000000 --- a/kcrash-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef16a2c37ac2582df8961ee546610199c099a7e7d769e5236c79facc814ba602 -size 19596 diff --git a/kcrash-5.13.0.tar.xz b/kcrash-5.13.0.tar.xz new file mode 100644 index 0000000..afbdb74 --- /dev/null +++ b/kcrash-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16152d3757618aa8bba4a5b52f93a1f6ce0e0cbbac12e958b3e4f0e0aa348b1d +size 19608 diff --git a/kcrash.changes b/kcrash.changes index 02e5160..329f791 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Sun Jul 5 18:44:52 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index e9cc3ce..c0f8941 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kcrash -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -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.