From 59cde911fb00ee4158f7b5f8bd297edb58d93d30 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:03:48 -0500 Subject: [PATCH 01/12] 5.60.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 87268cb..a138d2c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kcrash-5.57.0.tar.xz /kcrash-5.58.0.tar.xz /kcrash-5.59.0.tar.xz +/kcrash-5.60.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6053370..2d39251 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index 1d2f5f1..fdb70a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.59.0.tar.xz) = 25795a6dcff72e6f956c65fe2df2079b71cab9993b1c15c7f4f2a5d850e14377ecbdd6b3c8c943402b47621c85f99f8b72322a3dad9d1482f50e55aec62130e4 +SHA512 (kcrash-5.60.0.tar.xz) = 21404a5cfc48b2a4b2b901765a7a763b05932214dc7d568cf81378e02526954fd708c648d9c51136eb12880d57a94e7f42c64af93a3ce81eb6af41a0ce42027d From 5a693bda4d21d0bdd4011e3eb1f1ebdc9bf1f6d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:30:13 +0000 Subject: [PATCH 02/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 2d39251..8edf135 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From 9252b1ff23a7eea15a7aa82edfbfe9ecd6e2e5cb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 15:57:27 -0500 Subject: [PATCH 03/12] update %%files --- kf5-kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8edf135..25f4452 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -64,7 +64,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc README.md %license COPYING.LIB -%{_kf5_sysconfdir}/xdg/%{framework}.* +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Crash.so.* %files devel From e7989070ae1b5ea01bb57bc54524473f68e670e2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 09:57:20 -0500 Subject: [PATCH 04/12] 5.61.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a138d2c..e40c48d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcrash-5.58.0.tar.xz /kcrash-5.59.0.tar.xz /kcrash-5.60.0.tar.xz +/kcrash-5.61.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 25f4452..ee481c7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index fdb70a9..602d509 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.60.0.tar.xz) = 21404a5cfc48b2a4b2b901765a7a763b05932214dc7d568cf81378e02526954fd708c648d9c51136eb12880d57a94e7f42c64af93a3ce81eb6af41a0ce42027d +SHA512 (kcrash-5.61.0.tar.xz) = 982375a7376c70a89beba2da10efa56f7f6645bfa3dd7a063d13a7a67c317836597b3c732216ada4d6e896f817ed8f1569fd49462db82dba9369fd4811fe2741 From 74abb1673731b658de26f71e7b0c6bdfe91cb6fd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:31:16 -0500 Subject: [PATCH 05/12] 5.62.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e40c48d..c31f481 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kcrash-5.59.0.tar.xz /kcrash-5.60.0.tar.xz /kcrash-5.61.0.tar.xz +/kcrash-5.62.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index ee481c7..1c88e68 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index 602d509..73bf6d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.61.0.tar.xz) = 982375a7376c70a89beba2da10efa56f7f6645bfa3dd7a063d13a7a67c317836597b3c732216ada4d6e896f817ed8f1569fd49462db82dba9369fd4811fe2741 +SHA512 (kcrash-5.62.0.tar.xz) = cf5925dbc3304e7e3e2b8630a1b723250e23ac88b72bb36c79ec8636b45066a1b8cfa379838d85fcfa0b6e2f71852ea931468d502cd238901e3dce102a23496b From ebdc4992e77a58cd53f09d5240ccac5b01cadbc4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:28:40 -0500 Subject: [PATCH 06/12] 5.63.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c31f481..92c6630 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kcrash-5.60.0.tar.xz /kcrash-5.61.0.tar.xz /kcrash-5.62.0.tar.xz +/kcrash-5.63.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 1c88e68..6b4e48e 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index 73bf6d3..4019198 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.62.0.tar.xz) = cf5925dbc3304e7e3e2b8630a1b723250e23ac88b72bb36c79ec8636b45066a1b8cfa379838d85fcfa0b6e2f71852ea931468d502cd238901e3dce102a23496b +SHA512 (kcrash-5.63.0.tar.xz) = 9847e0c612ffdf535677d9b64abcd4ef4ff6243f2f8dd55911ea390a0ae4e9ddea68e4cad1ee0b86a6fe9f4c5ff5460df1d7006796422ca3490a57ae94531f56 From 01647685c1c2b7f92898d1a906ac8c9efbdaf0b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:23:21 -0600 Subject: [PATCH 07/12] 5.64.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 92c6630..63aeb7b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kcrash-5.61.0.tar.xz /kcrash-5.62.0.tar.xz /kcrash-5.63.0.tar.xz +/kcrash-5.64.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6b4e48e..2e80564 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index 4019198..a2b2c54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.63.0.tar.xz) = 9847e0c612ffdf535677d9b64abcd4ef4ff6243f2f8dd55911ea390a0ae4e9ddea68e4cad1ee0b86a6fe9f4c5ff5460df1d7006796422ca3490a57ae94531f56 +SHA512 (kcrash-5.64.0.tar.xz) = bfd4de4839a7464f7fc66e667a0262c3119bf51b35b017a9f76446f7db1a3dd0d3418651bf79b4fff580910dcffe7b8c65bdac56ed7ec0bb6a9bdf6e5474e0ed From a6d9569f39a76da2fc1604f471b61e9af613dba0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:04:09 -0600 Subject: [PATCH 08/12] 5.65.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 63aeb7b..c0b81e0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kcrash-5.62.0.tar.xz /kcrash-5.63.0.tar.xz /kcrash-5.64.0.tar.xz +/kcrash-5.65.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 2e80564..cfee484 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index a2b2c54..8318ca4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.64.0.tar.xz) = bfd4de4839a7464f7fc66e667a0262c3119bf51b35b017a9f76446f7db1a3dd0d3418651bf79b4fff580910dcffe7b8c65bdac56ed7ec0bb6a9bdf6e5474e0ed +SHA512 (kcrash-5.65.0.tar.xz) = 2fdd67c4d6cb3f0efa200cd18e784e0ac10600566d571397054f9eb2b84b801cb5f94029db8b0d1aed29c12a6b0359800f758972118f5121ddc3cb4be00e1e2d From e901479145412ae807b90ff4b4d04a40e5f134eb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:08:26 -0600 Subject: [PATCH 09/12] 5.66.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0b81e0..896f9dc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kcrash-5.63.0.tar.xz /kcrash-5.64.0.tar.xz /kcrash-5.65.0.tar.xz +/kcrash-5.66.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index cfee484..6ed33fa 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 diff --git a/sources b/sources index 8318ca4..6cb6ae9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.65.0.tar.xz) = 2fdd67c4d6cb3f0efa200cd18e784e0ac10600566d571397054f9eb2b84b801cb5f94029db8b0d1aed29c12a6b0359800f758972118f5121ddc3cb4be00e1e2d +SHA512 (kcrash-5.66.0.tar.xz) = 0bfb2b7211522608c4e2bdf0677074daff4ca4802c02949eb720df87d5c5ba2b4882c69fd908abd34440ef5fa97e1109535aea94071b646b15d1e7819203cf8f From be1fb6fb117f65cceee50de438b3519aa92688ea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:08:38 +0000 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6ed33fa..23a687b 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From 0b8d6a7f2c578590cf42a2fceddb60073d0b168b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 17:55:26 -0600 Subject: [PATCH 11/12] 5.67.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 896f9dc..be854e3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kcrash-5.64.0.tar.xz /kcrash-5.65.0.tar.xz /kcrash-5.66.0.tar.xz +/kcrash-5.67.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 23a687b..586e977 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Feb 02 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 6cb6ae9..7039138 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.66.0.tar.xz) = 0bfb2b7211522608c4e2bdf0677074daff4ca4802c02949eb720df87d5c5ba2b4882c69fd908abd34440ef5fa97e1109535aea94071b646b15d1e7819203cf8f +SHA512 (kcrash-5.67.0.tar.xz) = 531a204a020ede55eb9b1b873baf10118bef51ca272a2e180cd747f6cb2f55445e7fde8eface542642eaa5cee5dc5c34288c9ee62a013f9c0c413da0c8328e34 From 429606e3156d24a78281f0568f36f2f24f7e0aee Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:01:15 -0500 Subject: [PATCH 12/12] 5.68.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be854e3..6f623a7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kcrash-5.65.0.tar.xz /kcrash-5.66.0.tar.xz /kcrash-5.67.0.tar.xz +/kcrash-5.68.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 586e977..c54eaed 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Sun Feb 02 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index 7039138..acdfede 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.67.0.tar.xz) = 531a204a020ede55eb9b1b873baf10118bef51ca272a2e180cd747f6cb2f55445e7fde8eface542642eaa5cee5dc5c34288c9ee62a013f9c0c413da0c8328e34 +SHA512 (kcrash-5.68.0.tar.xz) = a26607886537a2d6259c624907e0e5db133f58f0a55ea47845a83e4aa07c86be7f8030a21afddddef58cdac82ca42bed0c288737aaf57d424c6bf67916782811