forked from pool/kcrash
Accepting request 322170 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcrash?expand=0&rev=21
This commit is contained in:
commit
c4dc7d3dec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef16a2c37ac2582df8961ee546610199c099a7e7d769e5236c79facc814ba602
|
|
||||||
size 19596
|
|
3
kcrash-5.13.0.tar.xz
Normal file
3
kcrash-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16152d3757618aa8bba4a5b52f93a1f6ce0e0cbbac12e958b3e4f0e0aa348b1d
|
||||||
|
size 19608
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 19:20:18 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.13.0
|
||||||
|
* The Qt version requirement has been bumped from 5.2 to 5.3
|
||||||
|
* Debug output has been ported to categorized output, for less
|
||||||
|
noise by default
|
||||||
|
* Docbook documentation has been reviewed and updated
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 5 18:44:52 UTC 2015 - hrvoje.senjan@gmail.com
|
Sun Jul 5 18:44:52 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
12
kcrash.spec
12
kcrash.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Crash5
|
%define lname libKF5Crash5
|
||||||
%define _tar_path 5.12
|
%define _tar_path 5.13
|
||||||
Name: kcrash
|
Name: kcrash
|
||||||
Version: 5.12.0
|
Version: 5.13.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: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: cmake(Qt5Test) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
BuildRequires: cmake(Qt5X11Extras) >= 5.3.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: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: cmake(Qt5Core) >= 5.3.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KCrash provides support for intercepting and handling application crashes.
|
KCrash provides support for intercepting and handling application crashes.
|
||||||
|
Loading…
Reference in New Issue
Block a user