From 07f6cc2b6fd2c19a1ef9d9e9e4016fb1a9b97b5a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:30:06 -0600 Subject: [PATCH 1/9] 5.89.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2dfb420..8c5c949 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kcrash-5.86.0.tar.xz /kcrash-5.87.0.tar.xz /kcrash-5.88.0.tar.xz +/kcrash-5.89.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8aad847..6e06194 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 82273da..634c1c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.88.0.tar.xz) = 5afa345b0d98e643b8e9577dab2d507d17b33548cb9e60116deb35a29ae32c13b786bbbf9fddbbc8e301d6e34bb60689c26edd2e9a51298e8bdacf7f866d5f9a +SHA512 (kcrash-5.89.0.tar.xz) = 27e63afa5acfc5c6b50203ab258cba6d29c019497bb80207598c4e18e1aa52455f30b476218cffa419c837b5e53895b09027c1ca0f88796503ad4dcc3e7fe106 From beaaef558920233c56328726c7a085571ad020d6 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:30:51 +0100 Subject: [PATCH 2/9] 5.90.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c5c949..bdd33a3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kcrash-5.87.0.tar.xz /kcrash-5.88.0.tar.xz /kcrash-5.89.0.tar.xz +/kcrash-5.90.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6e06194..f549773 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index 634c1c5..24ac238 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.89.0.tar.xz) = 27e63afa5acfc5c6b50203ab258cba6d29c019497bb80207598c4e18e1aa52455f30b476218cffa419c837b5e53895b09027c1ca0f88796503ad4dcc3e7fe106 +SHA512 (kcrash-5.90.0.tar.xz) = c3d1545c9f6031ca5276fdac666dd09d94bd5d2932208f728b32ff7ef3f6fb2d361216b6cecd97a7327c14196f7c7026bc1cf75979ed9a39ac9d2a43684be01d From 2c34a92476a8dbdd900f9eaafce59dd8a698ed1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:34:03 +0000 Subject: [PATCH 3/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 f549773..77880d7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 53110f409ea59894c220e8bf3f0a2499343fd6f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:24:29 -0600 Subject: [PATCH 4/9] 5.91.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bdd33a3..4a51be2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kcrash-5.88.0.tar.xz /kcrash-5.89.0.tar.xz /kcrash-5.90.0.tar.xz +/kcrash-5.91.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 77880d7..ee9daae 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 24ac238..e480dbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.90.0.tar.xz) = c3d1545c9f6031ca5276fdac666dd09d94bd5d2932208f728b32ff7ef3f6fb2d361216b6cecd97a7327c14196f7c7026bc1cf75979ed9a39ac9d2a43684be01d +SHA512 (kcrash-5.91.0.tar.xz) = 9268aa2d805b6f0935465c8ecf53cd075b6f620e5acf727c608a2650fde424340234524047f92a62a1ce48a258487b6fa6eb8847a5915ee2c8c488b48ce24bbe From 0b03937639c19a33cf279c35c891ef02199e6724 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:06:39 -0600 Subject: [PATCH 5/9] update %%files --- kf5-kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index ee9daae..1c202fb 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -65,7 +65,7 @@ developing applications that use %{name}. %{_kf5_libdir}/libKF5Crash.so.* %files devel -%{_kf5_includedir}/kcrash_version.h + %{_kf5_includedir}/KCrash/ %{_kf5_libdir}/libKF5Crash.so %{_kf5_libdir}/cmake/KF5Crash/ From 1755bc7e40f0e751337c3ef5c88a50d68718cf72 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:57:21 -0600 Subject: [PATCH 6/9] 5.92.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a51be2..1e2adfe 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kcrash-5.89.0.tar.xz /kcrash-5.90.0.tar.xz /kcrash-5.91.0.tar.xz +/kcrash-5.92.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 1c202fb..806b1ab 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index e480dbc..adb08f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.91.0.tar.xz) = 9268aa2d805b6f0935465c8ecf53cd075b6f620e5acf727c608a2650fde424340234524047f92a62a1ce48a258487b6fa6eb8847a5915ee2c8c488b48ce24bbe +SHA512 (kcrash-5.92.0.tar.xz) = 200ac9999e235f968653141446d3203db9730abc078cbb56922f15869bbfb27a9da3384a1127bd2a79513bec97e10d67d693ce8325b53588e4fb7304abbf6f8d From 48e451df6a16b39dc0c4ba68d33b6cf6940f61f4 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:23:07 +0930 Subject: [PATCH 7/9] Update to 5.93 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e2adfe..bd9542e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kcrash-5.90.0.tar.xz /kcrash-5.91.0.tar.xz /kcrash-5.92.0.tar.xz +./kcrash-5.93.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 806b1ab..b9d7eeb 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 diff --git a/sources b/sources index adb08f4..5f57cb7 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kcrash-5.92.0.tar.xz) = 200ac9999e235f968653141446d3203db9730abc078cbb56922f15869bbfb27a9da3384a1127bd2a79513bec97e10d67d693ce8325b53588e4fb7304abbf6f8d +SHA512 (kcrash-5.93.0.tar.xz) = 78cfb5ee6dbfce7cfd3844ca57a18b26a231a2a717bbf73e2a54f583d1bf9845bf05cfabc97ff361d6c85526b9f5b55223172c96baa18462013e3db859869984 From 7e3217574e42dd788e464285c6061593d9a41e2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:12:49 -0500 Subject: [PATCH 8/9] 5.94.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd9542e..6646e6a 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kcrash-5.91.0.tar.xz /kcrash-5.92.0.tar.xz ./kcrash-5.93.tar.xz +/kcrash-5.94.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index b9d7eeb..d9ada08 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index 5f57cb7..92730f5 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kcrash-5.92.0.tar.xz) = 200ac9999e235f968653141446d3203db9730abc078cbb56922f15869bbfb27a9da3384a1127bd2a79513bec97e10d67d693ce8325b53588e4fb7304abbf6f8d -SHA512 (kcrash-5.93.0.tar.xz) = 78cfb5ee6dbfce7cfd3844ca57a18b26a231a2a717bbf73e2a54f583d1bf9845bf05cfabc97ff361d6c85526b9f5b55223172c96baa18462013e3db859869984 +SHA512 (kcrash-5.94.0.tar.xz) = ce0b9de0f2a4816f40f2a958d101434d0940d2bc26a671d26814c02f836d2e1f3b862d38d37895b6d096091333e12bb76eff5c99ccabba21c12e485eedb6facc From 022ddb2ebf377c1e9d42e242d6e62861d5f03e71 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 9/9] 5.96.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6646e6a..b274123 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kcrash-5.92.0.tar.xz ./kcrash-5.93.tar.xz /kcrash-5.94.0.tar.xz +/kcrash-5.96.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d9ada08..798fd23 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index 92730f5..b9b10b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.94.0.tar.xz) = ce0b9de0f2a4816f40f2a958d101434d0940d2bc26a671d26814c02f836d2e1f3b862d38d37895b6d096091333e12bb76eff5c99ccabba21c12e485eedb6facc +SHA512 (kcrash-5.96.0.tar.xz) = 8ad68c4e32fad319b7c9fc17b0daab05bf0e963f97a22b3662c58de4841e602c60f3406289410318992af2bff8ff07130f6b54ad074367f161c03f6106c9de9f