SHA256
1
0
forked from pool/kcrash

Accepting request 461408 from KDE:Frameworks5

Update to KDE Frameworks 5.31 and KDE Plasma 5.9.3

OBS-URL: https://build.opensuse.org/request/show/461408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2017-03-03 14:20:10 +00:00 committed by Git OBS Bridge
commit 6204a6c83b
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

View File

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