From 82bf4d3cfef6e7c3d8db23b5d82497cf7ebc0c246f87947d68a9cfb91e71b209 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 4 Apr 2016 14:19:35 +0000 Subject: [PATCH] start with 5.21.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=80 --- kcrash-5.20.0.tar.xz | 3 --- kcrash-5.21.0.tar.xz | 3 +++ kcrash.changes | 8 ++++++++ kcrash.spec | 12 ++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 kcrash-5.20.0.tar.xz create mode 100644 kcrash-5.21.0.tar.xz diff --git a/kcrash-5.20.0.tar.xz b/kcrash-5.20.0.tar.xz deleted file mode 100644 index f2ec616..0000000 --- a/kcrash-5.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b75c9c5716e83075df5824f00be585616ed78063ffed39928f152d9b9a1628a7 -size 20108 diff --git a/kcrash-5.21.0.tar.xz b/kcrash-5.21.0.tar.xz new file mode 100644 index 0000000..76b9d84 --- /dev/null +++ b/kcrash-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880bcc9ba616571553226a38c2853838df48d30ff4217caf20be81f6a7ab2bd7 +size 20108 diff --git a/kcrash.changes b/kcrash.changes index 3e8d5d3..043916f 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -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 diff --git a/kcrash.spec b/kcrash.spec index b81fae0..9a3ef8d 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.20 +%define _tar_path 5.21 Name: kcrash -Version: 5.20.0 +Version: 5.21.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -28,9 +28,9 @@ BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwindowsystem-devel >= %{_tar_path} -BuildRequires: cmake(Qt5Core) >= 5.3.0 -BuildRequires: cmake(Qt5Test) >= 5.3.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 +BuildRequires: cmake(Qt5Core) >= 5.4.0 +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.4.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.3.0 +Requires: cmake(Qt5Core) >= 5.4.0 %description devel KCrash provides support for intercepting and handling application crashes.