From c66a344887abea368824e7b3ee9795571a458711d96acf4ea7ba3b7d67c57b22 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 6 Feb 2016 18:00:29 +0000 Subject: [PATCH 1/3] start with 5.19.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=73 --- kcrash-5.18.0.tar.xz | 3 --- kcrash-5.19.0.tar.xz | 3 +++ kcrash.changes | 7 +++++++ kcrash.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kcrash-5.18.0.tar.xz create mode 100644 kcrash-5.19.0.tar.xz diff --git a/kcrash-5.18.0.tar.xz b/kcrash-5.18.0.tar.xz deleted file mode 100644 index c230777..0000000 --- a/kcrash-5.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcf4f57ecf3393e73ea3754c4930887fab34422f27e85059a492ac0af23f6266 -size 20124 diff --git a/kcrash-5.19.0.tar.xz b/kcrash-5.19.0.tar.xz new file mode 100644 index 0000000..a068716 --- /dev/null +++ b/kcrash-5.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bfd6e52d65e2385c643cdc23838ae05ff4f7ba0d28f781e526491dee1bc0b7 +size 20104 diff --git a/kcrash.changes b/kcrash.changes index 0ae2c58..ef941d0 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 6 18:00:26 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.19.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.19.0.php + ------------------------------------------------------------------- Sat Jan 2 17:42:22 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kcrash.spec b/kcrash.spec index c161b6c..81837ba 100644 --- a/kcrash.spec +++ b/kcrash.spec @@ -17,9 +17,9 @@ %define lname libKF5Crash5 -%define _tar_path 5.18 +%define _tar_path 5.19 Name: kcrash -Version: 5.18.0 +Version: 5.19.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 4db9e84c970f4d5cf5534acebc94bf9ede74d4c8f03443ee947aa3a472becff0 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 13 Feb 2016 19:25:55 +0000 Subject: [PATCH 2/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=74 --- kcrash.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kcrash.changes b/kcrash.changes index ef941d0..601f61f 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -2,6 +2,8 @@ Sat Feb 6 18:00:26 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.19.0 + * Update docs for KCrash::initialize. + Application developers are encourage to call it explicitly. * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.19.0.php From a52ffef7784966db1b10ab32cea62458343c35296dee1aba6cc60e2e5ffd7266 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 22 Feb 2016 16:40:40 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=75 --- kcrash.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcrash.changes b/kcrash.changes index 601f61f..96eff76 100644 --- a/kcrash.changes +++ b/kcrash.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sat Feb 6 18:00:26 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.19.0 +- Update to 5.19.0 (boo#967668) * Update docs for KCrash::initialize. Application developers are encourage to call it explicitly. * For more details please see: