From 450009376d0eebf75e7d53edc749c6aa9a2950e24d53b1b51e312f9c7fcd8fd5 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 4 Aug 2015 19:48:52 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=57 --- kcrash-5.12.0.tar.xz | 3 --- kcrash-5.13.0.tar.xz | 3 +++ kcrash.changes | 7 +++++++ kcrash.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kcrash-5.12.0.tar.xz create mode 100644 kcrash-5.13.0.tar.xz diff --git a/kcrash-5.12.0.tar.xz b/kcrash-5.12.0.tar.xz deleted file mode 100644 index 4b80209..0000000 --- a/kcrash-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef16a2c37ac2582df8961ee546610199c099a7e7d769e5236c79facc814ba602 -size 19596 diff --git a/kcrash-5.13.0.tar.xz b/kcrash-5.13.0.tar.xz new file mode 100644 index 0000000..afbdb74 --- /dev/null +++ b/kcrash-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16152d3757618aa8bba4a5b52f93a1f6ce0e0cbbac12e958b3e4f0e0aa348b1d +size 19608 diff --git a/kcrash.changes b/kcrash.changes index 02e5160..31b8046 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 19:20:18 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * 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 diff --git a/kcrash.spec b/kcrash.spec index e9cc3ce..ddba3e6 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kcrash -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 9893997124e725bdffac9f4cf2131f038ed3be8863712cd84342f6016c1bad63 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:10:42 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=58 --- kcrash.changes | 4 ++++ kcrash.spec | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kcrash.changes b/kcrash.changes index 31b8046..329f791 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -2,6 +2,10 @@ 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 diff --git a/kcrash.spec b/kcrash.spec index ddba3e6..c0f8941 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -28,9 +28,9 @@ BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwindowsystem-devel >= %{_tar_path} -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.3.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: pkgconfig(Qt5Core) >= 5.2.0 +Requires: cmake(Qt5Core) >= 5.3.0 %description devel KCrash provides support for intercepting and handling application crashes.