SHA256
1
0
forked from pool/kcrash
Hrvoje Senjan 2016-04-04 14:19:35 +00:00 committed by Git OBS Bridge
parent 1a0020c427
commit 82bf4d3cfe
4 changed files with 17 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 4 14:19:32 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 6 09:55:44 UTC 2016 - hrvoje.senjan@gmail.com Sun Mar 6 09:55:44 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%define lname libKF5Crash5 %define lname libKF5Crash5
%define _tar_path 5.20 %define _tar_path 5.21
Name: kcrash Name: kcrash
Version: 5.20.0 Version: 5.21.0
Release: 0 Release: 0
%define kf5_version %{version} %define kf5_version %{version}
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
@ -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.3.0 BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.3.0 BuildRequires: cmake(Qt5Test) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 BuildRequires: cmake(Qt5X11Extras) >= 5.4.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.3.0 Requires: cmake(Qt5Core) >= 5.4.0
%description devel %description devel
KCrash provides support for intercepting and handling application crashes. KCrash provides support for intercepting and handling application crashes.