SHA256
1
0
forked from pool/kcrash
Hrvoje Senjan 2017-02-09 09:25:30 +00:00 committed by Git OBS Bridge
parent 8376e899e8
commit 963f7794ff
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:04a22615e03dc9db29daccfc437fd6d952e35b3dd39f52d95ea24115037aac42
size 21340

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

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

View File

@ -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 Sun Jan 8 23:39:12 UTC 2017 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%define lname libKF5Crash5 %define lname libKF5Crash5
%define _tar_path 5.30 %define _tar_path 5.31
Name: kcrash Name: kcrash
Version: 5.30.0 Version: 5.31.0
Release: 0 Release: 0
%define kf5_version %{version} %define kf5_version %{version}
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.0
@ -28,9 +28,9 @@ BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kcoreaddons-devel >= %{_tar_path}
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: cmake(Qt5Core) >= 5.5.0 BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.5.0 BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0 BuildRequires: cmake(Qt5X11Extras) >= 5.6.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
Summary: Gracefull handling of application crashes Summary: Gracefull handling of application crashes
License: LGPL-2.1+ License: LGPL-2.1+
@ -56,7 +56,7 @@ Summary: Gracefull handling of application crashes: Build Environment
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %lname = %{version} Requires: %lname = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.5.0 Requires: cmake(Qt5Core) >= 5.6.0
%description devel %description devel
KCrash provides support for intercepting and handling application crashes. KCrash provides support for intercepting and handling application crashes.