SHA256
1
0
forked from pool/kcrash
Hrvoje Senjan 2016-08-07 21:51:24 +00:00 committed by Git OBS Bridge
parent 4351cb54fe
commit b969f97c00
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c5044a6d6cf97df3bd877534c70d8cb13aaf3b97f1222a8ce65a54bb97b50d1
size 20208

3
kcrash-5.25.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a84a9a5b73c51678d84cfe9d87a945f992e6035a9dbd29040bbe5dbcfd38ba6e
size 20208

View File

@ -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

View File

@ -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.