diff --git a/kcrash-5.30.0.tar.xz b/kcrash-5.30.0.tar.xz deleted file mode 100644 index 427f713..0000000 --- a/kcrash-5.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04a22615e03dc9db29daccfc437fd6d952e35b3dd39f52d95ea24115037aac42 -size 21340 diff --git a/kcrash-5.31.0.tar.xz b/kcrash-5.31.0.tar.xz new file mode 100644 index 0000000..b26ebc3 --- /dev/null +++ b/kcrash-5.31.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9234661cb316e6272ed20647035a54a2e23c5aaedb06845a1a7a72aaa06a4656 +size 21348 diff --git a/kcrash.changes b/kcrash.changes index 58c38b0..6fb0e4c 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 9 09:25:25 UTC 2017 - hrvoje.senjan@gmail.com + +- Update to 5.31.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.31.0.php + ------------------------------------------------------------------- Sun Jan 8 23:39:12 UTC 2017 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index 8cf893c..7c33c7c 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.30 +%define _tar_path 5.31 Name: kcrash -Version: 5.30.0 +Version: 5.31.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 @@ -28,9 +28,9 @@ BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwindowsystem-devel >= %{_tar_path} -BuildRequires: cmake(Qt5Core) >= 5.5.0 -BuildRequires: cmake(Qt5Test) >= 5.5.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.5.0 +BuildRequires: cmake(Qt5Core) >= 5.6.0 +BuildRequires: cmake(Qt5Test) >= 5.6.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.6.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: cmake(Qt5Core) >= 5.5.0 +Requires: cmake(Qt5Core) >= 5.6.0 %description devel KCrash provides support for intercepting and handling application crashes.