From a55fb1d92e042f76330a13c6d45515fd237261632962c58a5ed277c8d323c5f0 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 5 Oct 2015 17:57:05 +0000 Subject: [PATCH 1/2] 5.15.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=62 --- kcrash-5.14.0.tar.xz | 3 --- kcrash-5.15.0.tar.xz | 3 +++ kcrash.changes | 7 +++++++ kcrash.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kcrash-5.14.0.tar.xz create mode 100644 kcrash-5.15.0.tar.xz diff --git a/kcrash-5.14.0.tar.xz b/kcrash-5.14.0.tar.xz deleted file mode 100644 index 1df73a7..0000000 --- a/kcrash-5.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:443b0069f31efc7d75f9ecdae28029ced0afc8a0c48050415eae39ce09218ca1 -size 19608 diff --git a/kcrash-5.15.0.tar.xz b/kcrash-5.15.0.tar.xz new file mode 100644 index 0000000..a27e09c --- /dev/null +++ b/kcrash-5.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eac0e5ed260bf60c674a82981aaac81feea9ca5b6bb2a34256b95845ee56198 +size 19900 diff --git a/kcrash.changes b/kcrash.changes index 04c6f51..c1edb32 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 5 17:37:07 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.15.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.15.0.php + ------------------------------------------------------------------- Tue Sep 8 17:12:52 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index c842d21..2b98d2e 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.14 +%define _tar_path 5.15 Name: kcrash -Version: 5.14.0 +Version: 5.15.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From e07b65909508fc9f31b9b50c961d6b4ba634f3aef0c62a68d49bc9d8b09a0b30 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Oct 2015 13:07:43 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=63 --- kcrash.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kcrash.changes b/kcrash.changes index c1edb32..36b14df 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -2,6 +2,11 @@ Mon Oct 5 17:37:07 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.15.0 + * KCrash: pass cwd to kdeinit when auto-restarting the app via + kdeinit. (kde#337760) + * Add KCrash::initialize() so that apps and the platform plugin + can explicitly enable KCrash. + * Disable ASAN if enabled * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.15.0.php