diff --git a/kcrash-5.24.0.tar.xz b/kcrash-5.24.0.tar.xz deleted file mode 100644 index 05d2fcc..0000000 --- a/kcrash-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c5044a6d6cf97df3bd877534c70d8cb13aaf3b97f1222a8ce65a54bb97b50d1 -size 20208 diff --git a/kcrash-5.25.0.tar.xz b/kcrash-5.25.0.tar.xz new file mode 100644 index 0000000..0435aea --- /dev/null +++ b/kcrash-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84a9a5b73c51678d84cfe9d87a945f992e6035a9dbd29040bbe5dbcfd38ba6e +size 20208 diff --git a/kcrash.changes b/kcrash.changes index 60a3892..ffe0289 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 7 21:51:21 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:02:39 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index 6d570f8..5a5d04b 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kcrash -Version: 5.24.0 +Version: 5.25.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: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.5.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.4.0 +Requires: cmake(Qt5Core) >= 5.5.0 %description devel KCrash provides support for intercepting and handling application crashes.