From 9c714b2ed24e9027b8b949a7d7cc9035fab026e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 11 Jun 2014 21:07:24 +0000 Subject: [PATCH 001/144] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From ee901a379d5ad336a855f89749039441bdcef84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 12 Jun 2014 14:06:39 +0200 Subject: [PATCH 002/144] Import package (kf5-kcrash-4.100.0-1) --- .gitignore | 1 + kf5-kcrash.spec | 110 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 112 insertions(+) create mode 100644 kf5-kcrash.spec diff --git a/.gitignore b/.gitignore index e69de29..17ab0e7 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kcrash-4.100.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec new file mode 100644 index 0000000..9df5347 --- /dev/null +++ b/kf5-kcrash.spec @@ -0,0 +1,110 @@ +#%define snapshot 20140205 +%define framework kcrash + +Name: kf5-%{framework} +Version: 4.100.0 +Release: 1%{?dist} +Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes + +License: LGPLv2+ +URL: http://www.kde.org +# git archive --format=tar --prefix=%{framework}-%{version}/ \ +# --remote=git://anongit.kde.org/%{framework}.git master | \ +# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 +#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +BuildRequires: libX11-devel + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtx11extras-devel +BuildRequires: qt5-qttools-devel + +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kwindowsystem-devel + +Requires: kf5-filesystem + +%description +KCrash provides support for intercepting and handling application crashes. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kf5-kcoreaddons-devel +Requires: kf5-kwindowsystem-devel + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q -n %{framework}-%{version} + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +%make_install -C %{_target_platform} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files +%doc COPYING.LIB README.md +%{_kf5_libdir}/libKF5Crash.so.* + +%files devel +%{_kf5_includedir}/kcrash_version.h +%{_kf5_includedir}/KCrash +%{_kf5_libdir}/libKF5Crash.so +%{_kf5_libdir}/cmake/KF5Crash +%{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri + +%changelog +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + +* Tue May 20 2014 Daniel Vrátil - 4.99.0-2 +- Update the lookup patch + +* Mon May 05 2014 Daniel Vrátil - 4.99.0-1 +- KDE Frameworks 4.99.0 + +* Mon Mar 31 2014 Jan Grulich 4.98.0-2 +- Forgot to include patch for drkonqi + +* Mon Mar 31 2014 Jan Grulich 4.98.0-1 +- Update to KDE Frameworks 5 Beta 1 (4.98.0) + +* Mon Mar 24 2014 Daniel Vrátil 4.97.0-2 +- Add patch for KCrash to look for drkonqi in $PATH + +* Wed Mar 05 2014 Jan Grulich 4.97.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.97.0) + +* Wed Feb 12 2014 Daniel Vrátil 4.96.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.96.0) + +* Wed Feb 05 2014 Daniel Vrátil 4.96.0-0.1.20140205git +- Update to pre-relase snapshot of 4.96.0 + +* Thu Jan 16 2014 Daniel Vrátil 4.95.0-2 +- Rebuild against new kf5-filesystem + +* Thu Jan 09 2014 Daniel Vrátil 4.95.0-1 +- Update to KDE Frameworks 5 TP1 (4.95.0) + +* Sat Jan 4 2014 Daniel Vrátil +- initial version diff --git a/sources b/sources index e69de29..d4a0fbb 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9aea0409300e7816786aaec1bd0d2aa5 kcrash-4.100.0.tar.xz From 8bbbb347c3361dd23b953dd43e43776a5b8b7187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:36:23 +0200 Subject: [PATCH 003/144] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 17ab0e7..78a9192 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcrash-4.100.0.tar.xz +/kcrash-5.0.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 9df5347..0e525c7 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %define framework kcrash Name: kf5-%{framework} -Version: 4.100.0 +Version: 5.0.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -12,7 +12,7 @@ URL: http://www.kde.org # --remote=git://anongit.kde.org/%{framework}.git master | \ # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 #Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libX11-devel @@ -73,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 +- KDE Frameworks 5.0.0 + * Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 - KDE Frameworks 4.100.0 diff --git a/sources b/sources index d4a0fbb..a5116fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aea0409300e7816786aaec1bd0d2aa5 kcrash-4.100.0.tar.xz +3017ca4b16626bd707d9c74b191a58ab kcrash-5.0.0.tar.xz From c5b711257ffd7c179bfbf9dd36fd16188f9f7e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:16:15 +0200 Subject: [PATCH 004/144] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 78a9192..7c68a55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcrash-4.100.0.tar.xz /kcrash-5.0.0.tar.xz +/kcrash-5.1.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 0e525c7..4c0d109 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %define framework kcrash Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 +- KDE Frameworks 5.1.0 + * Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 - KDE Frameworks 5.0.0 diff --git a/sources b/sources index a5116fc..e97158d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3017ca4b16626bd707d9c74b191a58ab kcrash-5.0.0.tar.xz +05f4562df2d26812f11f558138161710 kcrash-5.1.0.tar.xz From 5adb0a37de5daa61d928a40b87e02c961cc48867 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:43:06 +0000 Subject: [PATCH 005/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 4c0d109..c2f7aef 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -73,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 - KDE Frameworks 5.1.0 From 1cca4657fb8646c849186b7dee69dda1dcec5192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 15 Sep 2014 09:44:09 +0200 Subject: [PATCH 006/144] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7c68a55..bdba6c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcrash-4.100.0.tar.xz /kcrash-5.0.0.tar.xz /kcrash-5.1.0.tar.xz +/kcrash-5.2.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index c2f7aef..53dd1c7 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %define framework kcrash Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -73,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Mon Sep 15 2014 Daniel Vrátil - 5.2.0-1 +- KDE Frameworks 5.2.0 + * Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index e97158d..18bebfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05f4562df2d26812f11f558138161710 kcrash-5.1.0.tar.xz +a86ba5c32ba5a45d1754aebff5d9b4c1 kcrash-5.2.0.tar.xz From c328bb0d7422c1b4edfaba172341ec4245c03f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 13:06:26 +0200 Subject: [PATCH 007/144] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdba6c3..48abffc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcrash-5.0.0.tar.xz /kcrash-5.1.0.tar.xz /kcrash-5.2.0.tar.xz +/kcrash-5.3.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 53dd1c7..bc01395 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %define framework kcrash Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 +- KDE Frameworks 5.3.0 + * Mon Sep 15 2014 Daniel Vrátil - 5.2.0-1 - KDE Frameworks 5.2.0 diff --git a/sources b/sources index 18bebfc..a2cd97a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a86ba5c32ba5a45d1754aebff5d9b4c1 kcrash-5.2.0.tar.xz +33ceec130a161dfe2fe79cd2381d1e5d kcrash-5.3.0.tar.xz From bed20a351d142aefe3fd7e63f6890b81534f1833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:11:12 +0100 Subject: [PATCH 008/144] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 48abffc..d29970f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcrash-5.1.0.tar.xz /kcrash-5.2.0.tar.xz /kcrash-5.3.0.tar.xz +/kcrash-5.4.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index bc01395..8af71ac 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %define framework kcrash Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -73,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 +- KDE Frameworks 5.4.0 + * Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 - KDE Frameworks 5.3.0 diff --git a/sources b/sources index a2cd97a..b4e8bf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33ceec130a161dfe2fe79cd2381d1e5d kcrash-5.3.0.tar.xz +971649d12a57cf1c05c77fb3c4370aea kcrash-5.4.0.tar.xz From f2042a0d59971927a18fe567888e7446a6c4fce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:06:09 +0100 Subject: [PATCH 009/144] Clean up spec file, autodetect stable/unstable download folder --- kf5-kcrash.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8af71ac..cef7322 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,4 +1,3 @@ -#%define snapshot 20140205 %define framework kcrash Name: kf5-%{framework} @@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ URL: http://www.kde.org -# git archive --format=tar --prefix=%{framework}-%{version}/ \ -# --remote=git://anongit.kde.org/%{framework}.git master | \ -# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 -#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: libX11-devel @@ -56,11 +58,10 @@ make %{?_smp_mflags} -C %{_target_platform} %install %make_install -C %{_target_platform} -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %doc COPYING.LIB README.md %{_kf5_libdir}/libKF5Crash.so.* @@ -72,6 +73,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_libdir}/cmake/KF5Crash %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri + %changelog * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 From d1fc1c9d12fe998fa091c541d6f4ffd3e67f1da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:35:59 +0100 Subject: [PATCH 010/144] Use %global instead of %define --- kf5-kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index cef7322..d633489 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,4 +1,4 @@ -%define framework kcrash +%global framework kcrash Name: kf5-%{framework} Version: 5.4.0 From 944a7764a328af8bc7a6fbe837a61b86934cfda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:09:25 +0100 Subject: [PATCH 011/144] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-kcrash.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d29970f..b1b30f9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcrash-5.2.0.tar.xz /kcrash-5.3.0.tar.xz /kcrash-5.4.0.tar.xz +/kcrash-5.5.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d633489..dc9dae1 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,20 +1,21 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ URL: http://www.kde.org +%global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: libX11-devel @@ -75,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index b4e8bf1..e544af6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -971649d12a57cf1c05c77fb3c4370aea kcrash-5.4.0.tar.xz +f0ab4e55e92596d2e7f8b52d14635884 kcrash-5.5.0.tar.xz From dbb0d9efb50caa707641919142b809dfc5b05b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:41:25 +0100 Subject: [PATCH 012/144] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b1b30f9..7db077a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kcrash-5.3.0.tar.xz /kcrash-5.4.0.tar.xz /kcrash-5.5.0.tar.xz +/kcrash-5.6.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index dc9dae1..e128620 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index e544af6..06b0a59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0ab4e55e92596d2e7f8b52d14635884 kcrash-5.5.0.tar.xz +2ee93222cdd57bbb48bc0067bf7f2f8a kcrash-5.6.0.tar.xz From 757d1dd62cab584bc669e189d60ef2fa8b76c9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 11 Feb 2015 16:33:26 +0100 Subject: [PATCH 013/144] Use make install/fast --- kf5-kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index e128620..70f54de 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -57,7 +57,7 @@ popd make %{?_smp_mflags} -C %{_target_platform} %install -%make_install -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %post -p /sbin/ldconfig From 1853b8bd10ec91974db425dd6a9ad92d2f66564c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:13:01 +0100 Subject: [PATCH 014/144] KDE Frameworks 5.7.0 --- .gitignore | 1 + kf5-kcrash.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) mode change 100644 => 100755 kf5-kcrash.spec diff --git a/.gitignore b/.gitignore index 7db077a..12fe4a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kcrash-5.4.0.tar.xz /kcrash-5.5.0.tar.xz /kcrash-5.6.0.tar.xz +/kcrash-5.7.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec old mode 100644 new mode 100755 index 70f54de..04e43d5 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -37,6 +37,7 @@ KCrash provides support for intercepting and handling application crashes. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel Requires: kf5-kcoreaddons-devel Requires: kf5-kwindowsystem-devel @@ -76,6 +77,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + +* Mon Feb 09 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + * Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 - KDE Frameworks 5.6.0 diff --git a/sources b/sources index 06b0a59..408b133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ee93222cdd57bbb48bc0067bf7f2f8a kcrash-5.6.0.tar.xz +a00223a8266634deb16530c09aa5b604 kcrash-5.7.0.tar.xz From 31477516d9eb94998160b5088c0fdfd4930ffdd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:10:31 +0100 Subject: [PATCH 015/144] Rebuild (GCC 5) --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 04e43d5..05d5b1b 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 +- Rebuild (GCC 5) + * Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 - KDE Frameworks 5.7.0 From ec3a0ffe21f7115069b03012b6586dd321260826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:54:24 +0100 Subject: [PATCH 016/144] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12fe4a4..1e2247b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kcrash-5.5.0.tar.xz /kcrash-5.6.0.tar.xz /kcrash-5.7.0.tar.xz +/kcrash-5.8.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 05d5b1b..83c3b13 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 +- KDE Frameworks 5.8.0 + * Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 - Rebuild (GCC 5) diff --git a/sources b/sources index 408b133..7be7bd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a00223a8266634deb16530c09aa5b604 kcrash-5.7.0.tar.xz +375e5439158087180e9c779529df073b kcrash-5.8.0.tar.xz From 1a6c36a17f8d75cc447cc79a8aaac9367464cbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:08:55 +0200 Subject: [PATCH 017/144] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1e2247b..adb44e8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kcrash-5.6.0.tar.xz /kcrash-5.7.0.tar.xz /kcrash-5.8.0.tar.xz +/kcrash-5.9.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 83c3b13..ce9aba3 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 +- KDE Frameworks 5.9.0 + * Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 - KDE Frameworks 5.8.0 diff --git a/sources b/sources index 7be7bd3..582b874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -375e5439158087180e9c779529df073b kcrash-5.8.0.tar.xz +7e577c786fc914d0ce447cc0bd11ed28 kcrash-5.9.0.tar.xz From dfbb23ef8b0881a13b286cfd5bb2694da2d9999d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:42:55 +0200 Subject: [PATCH 018/144] Rebuilt for GCC 5 C++11 ABI change --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index ce9aba3..1473dea 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 02 2015 Kalev Lember - 5.9.0-2 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 0fe5601d729763238177251b61d84e5edfa00d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:09:59 +0200 Subject: [PATCH 019/144] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index adb44e8..90ac8ef 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kcrash-5.7.0.tar.xz /kcrash-5.8.0.tar.xz /kcrash-5.9.0.tar.xz +/kcrash-5.10.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 1473dea..e757e2f 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 11 2015 Daniel Vrátil - 5.10.0-1 +- KDE Frameworks 5.10.0 + * Sat May 02 2015 Kalev Lember - 5.9.0-2 - Rebuilt for GCC 5 C++11 ABI change diff --git a/sources b/sources index 582b874..5afeafc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e577c786fc914d0ce447cc0bd11ed28 kcrash-5.9.0.tar.xz +f413ced20b4b60bda87cbf2cb7340792 kcrash-5.10.0.tar.xz From b3098d781f27ceaf2f1acb1e62acef8762fe2d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:25:06 +0200 Subject: [PATCH 020/144] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 90ac8ef..9a37254 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kcrash-5.8.0.tar.xz /kcrash-5.9.0.tar.xz /kcrash-5.10.0.tar.xz +/kcrash-5.11.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index e757e2f..b7bc1c5 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -38,8 +38,6 @@ KCrash provides support for intercepting and handling application crashes. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel -Requires: kf5-kcoreaddons-devel -Requires: kf5-kwindowsystem-devel %description devel The %{name}-devel package contains libraries and header files for @@ -77,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 +- KDE Frameworks 5.11.0 + * Mon May 11 2015 Daniel Vrátil - 5.10.0-1 - KDE Frameworks 5.10.0 diff --git a/sources b/sources index 5afeafc..3075c91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f413ced20b4b60bda87cbf2cb7340792 kcrash-5.10.0.tar.xz +405d9660150c84695373c1c323326a98 kcrash-5.11.0.tar.xz From 64fbb3587e428f1f43ca25fa39684acc6adaff23 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:11:44 +0000 Subject: [PATCH 021/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index b7bc1c5..8177342 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 - KDE Frameworks 5.11.0 From 144fb20f8178b39db82057e8052ad4933051ccf6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 07:23:02 -0500 Subject: [PATCH 022/144] 5.12.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a37254..07fefb4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kcrash-5.9.0.tar.xz /kcrash-5.10.0.tar.xz /kcrash-5.11.0.tar.xz +/kcrash-5.12.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8177342..6457d50 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 10 2015 Rex Dieter - 5.12.0-1 +- 5.12.0 + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3075c91..d178cdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -405d9660150c84695373c1c323326a98 kcrash-5.11.0.tar.xz +47ae59a330ec700e0912382ddb951c25 kcrash-5.12.0.tar.xz From 3634b7b4331ce6866d88d1431d243052d36cdce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:48:12 +0200 Subject: [PATCH 023/144] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-kcrash.spec | 21 +++++++++++++++------ sources | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 07fefb4..bcc267e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcrash-5.10.0.tar.xz /kcrash-5.11.0.tar.xz /kcrash-5.12.0.tar.xz +/kcrash-5.13.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6457d50..cdc523f 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -19,16 +19,16 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra BuildRequires: libX11-devel -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtx11extras-devel BuildRequires: qt5-qttools-devel -BuildRequires: kf5-kcoreaddons-devel -BuildRequires: kf5-kwindowsystem-devel +BuildRequires: kf5-kcoreaddons-devel >= %{version} +BuildRequires: kf5-kwindowsystem-devel >= %{version} -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description KCrash provides support for intercepting and handling application crashes. @@ -75,6 +75,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Fri Jul 10 2015 Rex Dieter - 5.12.0-1 - 5.12.0 diff --git a/sources b/sources index d178cdb..f0d11bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47ae59a330ec700e0912382ddb951c25 kcrash-5.12.0.tar.xz +f261f5f1aff9bfce0abea333ce3aa89a kcrash-5.13.0.tar.xz From aafbddabc0e3d61a9b1a7853cb5399749fbf4fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:45:24 +0200 Subject: [PATCH 024/144] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bcc267e..cbf6428 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kcrash-5.11.0.tar.xz /kcrash-5.12.0.tar.xz /kcrash-5.13.0.tar.xz +/kcrash-5.14.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index cdc523f..7bb0899 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 +- KDE Frameworks 5.14.0 + * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 diff --git a/sources b/sources index f0d11bf..6abdff0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f261f5f1aff9bfce0abea333ce3aa89a kcrash-5.13.0.tar.xz +faa443c8a45cb942e2f2b2ae647c695b kcrash-5.14.0.tar.xz From d607d87c13a50cc1597c5d6561cd5b1d67eef711 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:39:39 -0500 Subject: [PATCH 025/144] +sources.basename --- sources.basename | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources.basename diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..27b9c3e --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kcrash From d0380ba5f2c305ba8865300ea5d26b6af1f79efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:04:01 +0200 Subject: [PATCH 026/144] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cbf6428..a108929 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kcrash-5.12.0.tar.xz /kcrash-5.13.0.tar.xz /kcrash-5.14.0.tar.xz +/kcrash-5.15.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7bb0899..7554f34 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 +- KDE Frameworks 5.15.0 + * Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 - KDE Frameworks 5.14.0 diff --git a/sources b/sources index 6abdff0..99fb968 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -faa443c8a45cb942e2f2b2ae647c695b kcrash-5.14.0.tar.xz +8a205f76a3ca73b585cfabfafdc97571 kcrash-5.15.0.tar.xz From c4506654da804cc0f1bbbfbdfcf580dab0aaf4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 9 Nov 2015 23:07:50 +0100 Subject: [PATCH 027/144] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a108929..c49328b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kcrash-5.13.0.tar.xz /kcrash-5.14.0.tar.xz /kcrash-5.15.0.tar.xz +/kcrash-5.16.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7554f34..93d512e 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.15.0 +Version: 5.16.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 +- KDE Frameworks 5.16.0 + * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 diff --git a/sources b/sources index 99fb968..ae9a0db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a205f76a3ca73b585cfabfafdc97571 kcrash-5.15.0.tar.xz +8f4730e9e0428cbff83a7ff26e33d4a9 kcrash-5.16.0.tar.xz From 978d4482a74e673f9c47ab0b21739c6963c47719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 22:14:27 +0100 Subject: [PATCH 028/144] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c49328b..b58101c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kcrash-5.14.0.tar.xz /kcrash-5.15.0.tar.xz /kcrash-5.16.0.tar.xz +/kcrash-5.17.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 93d512e..087ca1d 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 +- KDE Frameworks 5.17.0 + * Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 - KDE Frameworks 5.16.0 diff --git a/sources b/sources index ae9a0db..34c2636 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f4730e9e0428cbff83a7ff26e33d4a9 kcrash-5.16.0.tar.xz +45ba2b1d2efadf752a04b99a873ba50b kcrash-5.17.0.tar.xz From d972b64943ae881fe22ff5e89ae2bfd45185ae74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 17:54:21 +0100 Subject: [PATCH 029/144] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b58101c..28c9f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kcrash-5.15.0.tar.xz /kcrash-5.16.0.tar.xz /kcrash-5.17.0.tar.xz +/kcrash-5.18.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 087ca1d..7fc2682 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 +- KDE Frameworks 5.18.0 + * Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 - KDE Frameworks 5.17.0 diff --git a/sources b/sources index 34c2636..8244312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45ba2b1d2efadf752a04b99a873ba50b kcrash-5.17.0.tar.xz +6503c2c7b8df59be593f73df87a5efcd kcrash-5.18.0.tar.xz From f7811677a630a3de259a4e9552efce7b4f7843f0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 08:21:39 -0600 Subject: [PATCH 030/144] cosmetics, update URL, use %license --- .gitignore | 19 ------------------- kf5-kcrash.spec | 31 +++++++++++++++++-------------- 2 files changed, 17 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 28c9f5c..ab1fb88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -/kcrash-4.100.0.tar.xz -/kcrash-5.0.0.tar.xz -/kcrash-5.1.0.tar.xz -/kcrash-5.2.0.tar.xz -/kcrash-5.3.0.tar.xz -/kcrash-5.4.0.tar.xz -/kcrash-5.5.0.tar.xz -/kcrash-5.6.0.tar.xz -/kcrash-5.7.0.tar.xz -/kcrash-5.8.0.tar.xz -/kcrash-5.9.0.tar.xz -/kcrash-5.10.0.tar.xz -/kcrash-5.11.0.tar.xz -/kcrash-5.12.0.tar.xz -/kcrash-5.13.0.tar.xz -/kcrash-5.14.0.tar.xz -/kcrash-5.15.0.tar.xz -/kcrash-5.16.0.tar.xz -/kcrash-5.17.0.tar.xz /kcrash-5.18.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7fc2682..8569a2c 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ -URL: http://www.kde.org +URL: http://projects.kde.org/kcrash %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,16 +17,14 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: libX11-devel - -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtx11extras-devel -BuildRequires: qt5-qttools-devel - BuildRequires: kf5-kcoreaddons-devel >= %{version} BuildRequires: kf5-kwindowsystem-devel >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: libX11-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qttools-devel +BuildRequires: qt5-qtx11extras-devel Requires: kf5-filesystem >= %{version} @@ -38,7 +36,6 @@ KCrash provides support for intercepting and handling application crashes. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -47,14 +44,16 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} @@ -63,18 +62,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %{_kf5_libdir}/libKF5Crash.so.* %files devel %{_kf5_includedir}/kcrash_version.h -%{_kf5_includedir}/KCrash +%{_kf5_includedir}/KCrash/ %{_kf5_libdir}/libKF5Crash.so -%{_kf5_libdir}/cmake/KF5Crash +%{_kf5_libdir}/cmake/KF5Crash/ %{_kf5_archdatadir}/mkspecs/modules/qt_KCrash.pri %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, use %%license + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 From 2a01af8587ad0c998ad0d328b12dc5174406fcc3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:00:29 +0000 Subject: [PATCH 031/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8569a2c..4862679 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 14 2016 Rex Dieter 5.18.0-2 - cosmetics, update URL, use %%license From fb0434387e653284be0cb93c80fdb2c91384c474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:16:12 +0100 Subject: [PATCH 032/144] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab1fb88..4ebc921 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcrash-5.18.0.tar.xz +/kcrash-5.19.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 4862679..52c3e69 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 +- KDE Frameworks 5.19.0 + * Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 8244312..f7eea0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6503c2c7b8df59be593f73df87a5efcd kcrash-5.18.0.tar.xz +6ede0e1e87a9009d9b24b3a824543dc9 kcrash-5.19.0.tar.xz From 8fcbb04f0416386f24ab7798718ec331cf91c907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:40:17 +0100 Subject: [PATCH 033/144] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4ebc921..35afb8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcrash-5.18.0.tar.xz /kcrash-5.19.0.tar.xz +/kcrash-5.20.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 52c3e69..b3520c7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 +- KDE Frameworks 5.20.0 + * Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 - KDE Frameworks 5.19.0 diff --git a/sources b/sources index f7eea0e..d6ac189 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ede0e1e87a9009d9b24b3a824543dc9 kcrash-5.19.0.tar.xz +6eb332c832849358e2b8d895fb871784 kcrash-5.20.0.tar.xz From c5516a23118e5be0527abca2243cf9a0ae242723 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:24:00 -0500 Subject: [PATCH 034/144] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35afb8d..847f52b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcrash-5.18.0.tar.xz /kcrash-5.19.0.tar.xz /kcrash-5.20.0.tar.xz +/kcrash-5.21.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index b3520c7..b7e9738 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 04 2016 Rex Dieter - 5.21.0-1 +- KDE Frameworks 5.21.0 + * Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 - KDE Frameworks 5.20.0 diff --git a/sources b/sources index d6ac189..ea3011a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6eb332c832849358e2b8d895fb871784 kcrash-5.20.0.tar.xz +508b6c0a8657a6da0878549c8df8c7e5 kcrash-5.21.0.tar.xz From b20b4a8f0b7a4280b3a40b722b4a9136fd115e31 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:45:36 -0500 Subject: [PATCH 035/144] update URL, use autosetup --- kf5-kcrash.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index b7e9738..042aa02 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ -URL: http://projects.kde.org/kcrash +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -42,7 +42,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} %build @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.21.0-2 +- update URL, use autosetup + * Mon Apr 04 2016 Rex Dieter - 5.21.0-1 - KDE Frameworks 5.21.0 From e9302d1ad8dc3682cf741b1186c72fc7388a9efa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:53:05 -0500 Subject: [PATCH 036/144] KDE Frameworks 5.22.0 --- .gitignore | 1 + clog | 2 ++ kf5-kcrash.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 clog diff --git a/.gitignore b/.gitignore index 847f52b..6b3b4db 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcrash-5.19.0.tar.xz /kcrash-5.20.0.tar.xz /kcrash-5.21.0.tar.xz +/kcrash-5.22.0.tar.xz diff --git a/clog b/clog new file mode 100644 index 0000000..3e3407f --- /dev/null +++ b/clog @@ -0,0 +1,2 @@ +update URL, use autosetup + diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 042aa02..ffe2e99 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.21.0 -Release: 2%{?dist} +Version: 5.22.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.22.0-1 +- KDE Frameworks 5.22.0 + * Mon May 16 2016 Rex Dieter - 5.21.0-2 - update URL, use autosetup diff --git a/sources b/sources index ea3011a..b580dce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -508b6c0a8657a6da0878549c8df8c7e5 kcrash-5.21.0.tar.xz +e7f28cb6abcc9d5287c7682ca5b7d67b kcrash-5.22.0.tar.xz From a3ca6d4f33fadb8e7a7beb38468639851dc560fb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 May 2016 14:26:03 -0500 Subject: [PATCH 037/144] rm clog --- clog | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 clog diff --git a/clog b/clog deleted file mode 100644 index 3e3407f..0000000 --- a/clog +++ /dev/null @@ -1,2 +0,0 @@ -update URL, use autosetup - From 93757351077637e61be1d978f60dce27414b4a80 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:29:29 -0500 Subject: [PATCH 038/144] KDE Frameworks 5.23.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b3b4db..97aa279 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcrash-5.20.0.tar.xz /kcrash-5.21.0.tar.xz /kcrash-5.22.0.tar.xz +/kcrash-5.23.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index ffe2e99..e8dfcde 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.22.0 +Version: 5.23.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 diff --git a/sources b/sources index b580dce..101f60a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7f28cb6abcc9d5287c7682ca5b7d67b kcrash-5.22.0.tar.xz +8f4efc958c5f820399d2620abd4f5b39 kcrash-5.23.0.tar.xz From fd9ef2b65f2a220c18bbc3fa71b4da9c3ace30e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:48:09 +0200 Subject: [PATCH 039/144] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 97aa279..2eabd15 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcrash-5.21.0.tar.xz /kcrash-5.22.0.tar.xz /kcrash-5.23.0.tar.xz +/kcrash-5.24.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index e8dfcde..4020571 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 +- KDE Frameworks 5.24.0 + * Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 - KDE Frameworks 5.23.0 diff --git a/sources b/sources index 101f60a..34a7c91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f4efc958c5f820399d2620abd4f5b39 kcrash-5.23.0.tar.xz +10119826a766faeda888c7a6125fd6f2 kcrash-5.24.0.tar.xz From 5d24991027d856ee505efd040f5b630cc1ef7867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 8 Aug 2016 10:11:31 +0200 Subject: [PATCH 040/144] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2eabd15..1824ddb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kcrash-5.22.0.tar.xz /kcrash-5.23.0.tar.xz /kcrash-5.24.0.tar.xz +/kcrash-5.25.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 4020571..fcd194b 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 diff --git a/sources b/sources index 34a7c91..ed9d73d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10119826a766faeda888c7a6125fd6f2 kcrash-5.24.0.tar.xz +ecf5dde757c1cf5e3d00d3cfe661474d kcrash-5.25.0.tar.xz From 53712590b9fd21d70db14b0862365c054744574e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:22:58 +0200 Subject: [PATCH 041/144] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1824ddb..7ff1f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kcrash-5.23.0.tar.xz /kcrash-5.24.0.tar.xz /kcrash-5.25.0.tar.xz +/kcrash-5.26.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index fcd194b..7ffe290 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 diff --git a/sources b/sources index ed9d73d..a04aabd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecf5dde757c1cf5e3d00d3cfe661474d kcrash-5.25.0.tar.xz +2c6644cc02b6c7c6b0b32f7331304502 kcrash-5.26.0.tar.xz From 84f0c9b0c80b55ca984a60d01506dfb51009278d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 21:27:26 -0500 Subject: [PATCH 042/144] 5.27.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ff1f7d..b67469d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kcrash-5.24.0.tar.xz /kcrash-5.25.0.tar.xz /kcrash-5.26.0.tar.xz +/kcrash-5.27.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7ffe290..31927b1 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.26.0 -Release: 1%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 04 2016 Rex Dieter - 5.27.0-1 +- 5.27.0 + * Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 - KDE Frameworks 5.26.0 diff --git a/sources b/sources index a04aabd..1769bc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c6644cc02b6c7c6b0b32f7331304502 kcrash-5.26.0.tar.xz +e061460f6ffae7c3b1eee220d59e1dd4 kcrash-5.27.0.tar.xz From 7745c2eac5f7268a9959c310b7b6d2d660b8337c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 08:54:56 -0600 Subject: [PATCH 043/144] 5.29.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b67469d..06fc027 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kcrash-5.25.0.tar.xz /kcrash-5.26.0.tar.xz /kcrash-5.27.0.tar.xz +/kcrash-5.29.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 31927b1..752f266 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.27.0 +Version: 5.29.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 diff --git a/sources b/sources index 1769bc0..fb83f27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e061460f6ffae7c3b1eee220d59e1dd4 kcrash-5.27.0.tar.xz +SHA512 (kcrash-5.29.0.tar.xz) = cb7245bd4d181e4227c36b4d429431718d3e1cc8512b10245658f0df79c253ecfc40344f37a4bded4fcab1ce94cd2ce46f7adad3af0a6d96c3188ff256e7a6dc From e7e3e5772512b2bddf2dea5c74877f6645e0b0c3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:03:35 -0600 Subject: [PATCH 044/144] 5.31.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 06fc027..f5333ac 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kcrash-5.26.0.tar.xz /kcrash-5.27.0.tar.xz /kcrash-5.29.0.tar.xz +/kcrash-5.31.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 752f266..455d65b 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.29.0 +Version: 5.31.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 diff --git a/sources b/sources index fb83f27..c1bdc66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.29.0.tar.xz) = cb7245bd4d181e4227c36b4d429431718d3e1cc8512b10245658f0df79c253ecfc40344f37a4bded4fcab1ce94cd2ce46f7adad3af0a6d96c3188ff256e7a6dc +SHA512 (kcrash-5.31.0.tar.xz) = cdfa027ee27d85bc599d716936c8cd2c2ed71958651162bc3a939854e33b1c5b25243cf5050c750bbbea2ee416fea2ee411fe456ff81ae578aee4c8079f0a78c From 3091e396942cd7eed8a0b5d4162b42359ba91bd4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:24:18 -0600 Subject: [PATCH 045/144] 5.32.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5333ac..0bff244 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kcrash-5.27.0.tar.xz /kcrash-5.29.0.tar.xz /kcrash-5.31.0.tar.xz +/kcrash-5.32.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 455d65b..a074310 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 04 2017 Rex Dieter - 5.32.0-1 +- 5.32.0 + * Mon Feb 06 2017 Rex Dieter - 5.31.0-1 - 5.31.0 diff --git a/sources b/sources index c1bdc66..90601de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.31.0.tar.xz) = cdfa027ee27d85bc599d716936c8cd2c2ed71958651162bc3a939854e33b1c5b25243cf5050c750bbbea2ee416fea2ee411fe456ff81ae578aee4c8079f0a78c +SHA512 (kcrash-5.32.0.tar.xz) = 123a92853a5d1f4ce0109892f4b828d6200fbcc1dafb53d99284be5db54461f3bd2481c80f9c3d69c7276acfc93547b5595b6f85a8645f460ed9adb2f9002b29 From 7e135de936ba7acefc821814eb439b6cd7b20b14 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 27 Mar 2017 09:53:32 -0500 Subject: [PATCH 046/144] -DKCRASH_CORE_PATTERN_RAISE:BOOL="OFF" (#1436277) .spec cosmetics, update URL drop unused BR: qt5-qttools-devel --- kf5-kcrash.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index a074310..171db69 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,12 +1,12 @@ %global framework kcrash -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.32.0 -Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes +Release: 2%{?dist} +Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes -License: LGPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +License: LGPLv2+ +URL: https://cgit.kde.org/%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -23,7 +23,6 @@ BuildRequires: kf5-kwindowsystem-devel >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libX11-devel BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qttools-devel BuildRequires: qt5-qtx11extras-devel Requires: kf5-filesystem >= %{version} @@ -48,7 +47,8 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. +%{cmake_kf5} .. \ + %{?fedora:-DKCRASH_CORE_PATTERN_RAISE:BOOL=OFF} popd make %{?_smp_mflags} -C %{_target_platform} @@ -75,6 +75,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 27 2017 Rex Dieter - 5.32.0-2 +- -DKCRASH_CORE_PATTERN_RAISE:BOOL="OFF" (#1436277) +- .spec cosmetics, update URL +- drop unused BR: qt5-qttools-devel + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 From ac8b74f8488eeff14e07ae473d6e75d571be5e14 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:10:27 -0500 Subject: [PATCH 047/144] 5.33.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0bff244..0251985 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kcrash-5.29.0.tar.xz /kcrash-5.31.0.tar.xz /kcrash-5.32.0.tar.xz +/kcrash-5.33.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 171db69..bf9a5aa 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.32.0 -Release: 2%{?dist} +Version: 5.33.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Mon Mar 27 2017 Rex Dieter - 5.32.0-2 - -DKCRASH_CORE_PATTERN_RAISE:BOOL="OFF" (#1436277) - .spec cosmetics, update URL diff --git a/sources b/sources index 90601de..6d25682 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.32.0.tar.xz) = 123a92853a5d1f4ce0109892f4b828d6200fbcc1dafb53d99284be5db54461f3bd2481c80f9c3d69c7276acfc93547b5595b6f85a8645f460ed9adb2f9002b29 +SHA512 (kcrash-5.33.0.tar.xz) = 9762a1b943dc3dd94181c6fd544ae13d3afc6d12b37fc6b2aa94e632b9cea4425a280e6a35f8b2dd73ad783e6381ab8a88b154737bcd172e5437982d63f7ceb7 From a797654e8ae2aa95ae27dababc36634343356f4a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:04:43 -0500 Subject: [PATCH 048/144] 5.34.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0251985..0d5fa39 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcrash-5.31.0.tar.xz /kcrash-5.32.0.tar.xz /kcrash-5.33.0.tar.xz +/kcrash-5.34.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index bf9a5aa..a61f60b 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.33.0 +Version: 5.34.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 diff --git a/sources b/sources index 6d25682..ed6c610 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.33.0.tar.xz) = 9762a1b943dc3dd94181c6fd544ae13d3afc6d12b37fc6b2aa94e632b9cea4425a280e6a35f8b2dd73ad783e6381ab8a88b154737bcd172e5437982d63f7ceb7 +SHA512 (kcrash-5.34.0.tar.xz) = 526c3802a4b193df2375b90885a8ffd89e7133a6fbd776c6d67fa34fe9d1ae890a23dfca6e8c1f934322dc104a752ffb24cacf33252d6f2b22fdbdb734c27f1b From 102dd3789a6ea2366a8771cc7ba411e3ad45c3e2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:16:35 -0500 Subject: [PATCH 049/144] 5.35.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d5fa39..0e24afd 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kcrash-5.32.0.tar.xz /kcrash-5.33.0.tar.xz /kcrash-5.34.0.tar.xz +/kcrash-5.35.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index a61f60b..7cf7723 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jun 04 2017 Rex Dieter - 5.35.0-1 +- 5.35.0 + * Mon May 15 2017 Rex Dieter - 5.34.0-1 - 5.34.0 diff --git a/sources b/sources index ed6c610..8ab2925 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.34.0.tar.xz) = 526c3802a4b193df2375b90885a8ffd89e7133a6fbd776c6d67fa34fe9d1ae890a23dfca6e8c1f934322dc104a752ffb24cacf33252d6f2b22fdbdb734c27f1b +SHA512 (kcrash-5.35.0.tar.xz) = 036c30986cdbb7934f70b065d79188747f46b12f37301b314dd585f55271390b54e8d55b90b29a01aa35264341564ac50ae0e4c1ea597bc526897366ed3770d0 From 820dbf14ef761214cb03ca092e42038c18e0c6cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:05:29 -0500 Subject: [PATCH 050/144] 5.36.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e24afd..5641525 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kcrash-5.33.0.tar.xz /kcrash-5.34.0.tar.xz /kcrash-5.35.0.tar.xz +/kcrash-5.36.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7cf7723..be500c3 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 03 2017 Rex Dieter - 5.36.0-1 +- 5.36.0 + * Sun Jun 04 2017 Rex Dieter - 5.35.0-1 - 5.35.0 diff --git a/sources b/sources index 8ab2925..ee2cbbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.35.0.tar.xz) = 036c30986cdbb7934f70b065d79188747f46b12f37301b314dd585f55271390b54e8d55b90b29a01aa35264341564ac50ae0e4c1ea597bc526897366ed3770d0 +SHA512 (kcrash-5.36.0.tar.xz) = 63d584764a41f7cc663770cb4f13ff7a5f66602f894d8166d3de0de85d29951225b72a92ddd9879354f95984fcb9e99182a9c48e49e54ceeb86bdfeecf927478 From 381d3b57742da6cc573dfa1764bfd803356478c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:14:30 +0000 Subject: [PATCH 051/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index be500c3..a6f373f 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From b998b0e8804e9c701872da43427de9b1045cd97c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:24:24 +0000 Subject: [PATCH 052/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index a6f373f..1e8cd07 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From e89ce2ad77aaba5765df4ff255a23b2af1c61822 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:27:06 -0500 Subject: [PATCH 053/144] 5.37.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5641525..473b36c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kcrash-5.34.0.tar.xz /kcrash-5.35.0.tar.xz /kcrash-5.36.0.tar.xz +/kcrash-5.37.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 1e8cd07..d2e5193 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index ee2cbbe..29a4e98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.36.0.tar.xz) = 63d584764a41f7cc663770cb4f13ff7a5f66602f894d8166d3de0de85d29951225b72a92ddd9879354f95984fcb9e99182a9c48e49e54ceeb86bdfeecf927478 +SHA512 (kcrash-5.37.0.tar.xz) = d7a312c820c3d4353bbf30313623d9931c8151206446bc3d59856bdf5824c5a82655a649ddaa94ff3a868151cd792fd03a274c8d87fbf052efff547c49963cbf From cfd83ff2bcc6b0bbfeb361872b26060e6c1a3074 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 14:53:56 -0500 Subject: [PATCH 054/144] 5.38.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 473b36c..2f931b2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kcrash-5.35.0.tar.xz /kcrash-5.36.0.tar.xz /kcrash-5.37.0.tar.xz +/kcrash-5.38.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d2e5193..67a929a 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 11 2017 Rex Dieter - 5.38.0-1 +- 5.38.0 + * Fri Aug 25 2017 Rex Dieter - 5.37.0-1 - 5.37.0 diff --git a/sources b/sources index 29a4e98..da11429 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.37.0.tar.xz) = d7a312c820c3d4353bbf30313623d9931c8151206446bc3d59856bdf5824c5a82655a649ddaa94ff3a868151cd792fd03a274c8d87fbf052efff547c49963cbf +SHA512 (kcrash-5.38.0.tar.xz) = 60c13b2e883d3e55b9f431eb1dd7c7332c7e196fe903d0c7fe7f70029ba77600802cc8911be65fb84e1526fb5d9f548d85f6c881e209dee1922aee961279d1b9 From d2ce0c294baecdef24908005cc3278de303e41f8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 09:58:13 -0500 Subject: [PATCH 055/144] 5.39.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2f931b2..a048a68 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kcrash-5.36.0.tar.xz /kcrash-5.37.0.tar.xz /kcrash-5.38.0.tar.xz +/kcrash-5.39.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 67a929a..56ca312 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Oct 08 2017 Rex Dieter - 5.39.0-1 +- 5.39.0 + * Mon Sep 11 2017 Rex Dieter - 5.38.0-1 - 5.38.0 diff --git a/sources b/sources index da11429..b1fe686 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.38.0.tar.xz) = 60c13b2e883d3e55b9f431eb1dd7c7332c7e196fe903d0c7fe7f70029ba77600802cc8911be65fb84e1526fb5d9f548d85f6c881e209dee1922aee961279d1b9 +SHA512 (kcrash-5.39.0.tar.xz) = d3444e39cb32abef01441c92af2fa020777bc6e629d3db568aed7e9a4f313fd6fb76a04142119170f2a38d51e65f1791f032c827bd1650e888ff7681883d688f From 2a8dad12a78ce0d5b54eb5e17d029e02d358339b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:34:43 -0600 Subject: [PATCH 056/144] 5.40.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a048a68..82a6553 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kcrash-5.37.0.tar.xz /kcrash-5.38.0.tar.xz /kcrash-5.39.0.tar.xz +/kcrash-5.40.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 56ca312..85647eb 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.39.0 +Version: 5.40.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 diff --git a/sources b/sources index b1fe686..b710516 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.39.0.tar.xz) = d3444e39cb32abef01441c92af2fa020777bc6e629d3db568aed7e9a4f313fd6fb76a04142119170f2a38d51e65f1791f032c827bd1650e888ff7681883d688f +SHA512 (kcrash-5.40.0.tar.xz) = 2440b64e5ec6dd38682a9d7fa92e112faa41c6190faae42cb291df4fe8c77ef4013d06a333a997fa25fe15ca2f8dc1bed36973f7ef44d7bc2b59c3bb9427403a From ca4ce1fde4cc5bccf15467d1dd47d4492ea81564 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:35:53 -0600 Subject: [PATCH 057/144] 5.41.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 82a6553..c7bb88f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kcrash-5.38.0.tar.xz /kcrash-5.39.0.tar.xz /kcrash-5.40.0.tar.xz +/kcrash-5.41.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 85647eb..8a0c90e 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.40.0 +Version: 5.41.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 diff --git a/sources b/sources index b710516..248c278 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.40.0.tar.xz) = 2440b64e5ec6dd38682a9d7fa92e112faa41c6190faae42cb291df4fe8c77ef4013d06a333a997fa25fe15ca2f8dc1bed36973f7ef44d7bc2b59c3bb9427403a +SHA512 (kcrash-5.41.0.tar.xz) = ff21f33d14813aad00a2cc231cb889eb219555ee0302a3575d0ea5e237d7b5d6b9a50c354b289b087ccbce9bd4b5c76e8c94e7bde6a00e8148c63a13e79780ef From f65e92acd05d7059a08bbd50d4387b4692ade04d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 14:48:57 -0600 Subject: [PATCH 058/144] cleanup --- .gitignore | 21 --------------------- kf5-kcrash.spec | 15 +++++++-------- 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index c7bb88f..51ba0ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1 @@ -/kcrash-5.18.0.tar.xz -/kcrash-5.19.0.tar.xz -/kcrash-5.20.0.tar.xz -/kcrash-5.21.0.tar.xz -/kcrash-5.22.0.tar.xz -/kcrash-5.23.0.tar.xz -/kcrash-5.24.0.tar.xz -/kcrash-5.25.0.tar.xz -/kcrash-5.26.0.tar.xz -/kcrash-5.27.0.tar.xz -/kcrash-5.29.0.tar.xz -/kcrash-5.31.0.tar.xz -/kcrash-5.32.0.tar.xz -/kcrash-5.33.0.tar.xz -/kcrash-5.34.0.tar.xz -/kcrash-5.35.0.tar.xz -/kcrash-5.36.0.tar.xz -/kcrash-5.37.0.tar.xz -/kcrash-5.38.0.tar.xz -/kcrash-5.39.0.tar.xz -/kcrash-5.40.0.tar.xz /kcrash-5.41.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8a0c90e..b25f851 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -8,25 +8,24 @@ Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ URL: https://cgit.kde.org/%{framework}.git -%global versiondir %(echo %{version} | cut -d. -f1-2) +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz + +BuildRequires: extra-cmake-modules >= %{majmin} +BuildRequires: kf5-kcoreaddons-devel >= %{majmin} +BuildRequires: kf5-kwindowsystem-devel >= %{majmin} +BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: kf5-kcoreaddons-devel >= %{version} -BuildRequires: kf5-kwindowsystem-devel >= %{version} -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libX11-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtx11extras-devel -Requires: kf5-filesystem >= %{version} - %description KCrash provides support for intercepting and handling application crashes. From 0c78218c3bfd964550b292fa7ae4eb353b4fd1c1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 08:56:15 -0600 Subject: [PATCH 059/144] 5.42.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 51ba0ff..1f0fad6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcrash-5.41.0.tar.xz +/kcrash-5.42.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index b25f851..b911e88 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.41.0 +Version: 5.42.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 diff --git a/sources b/sources index 248c278..fcce427 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.41.0.tar.xz) = ff21f33d14813aad00a2cc231cb889eb219555ee0302a3575d0ea5e237d7b5d6b9a50c354b289b087ccbce9bd4b5c76e8c94e7bde6a00e8148c63a13e79780ef +SHA512 (kcrash-5.42.0.tar.xz) = f7cc51aa370f5bee09d8e005cca11b097a7091a21bf946ca7879de81557298b019d99c27ece12539727674fa200f315c08382fa01bfc6861f87a558ac475c95c From ca2d9842c857a91dad3874339612c54b9dad4018 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 11:50:49 -0600 Subject: [PATCH 060/144] update %%files --- kf5-kcrash.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index b911e88..5dd8c8c 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -63,6 +63,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc README.md %license COPYING.LIB +%{_kf5_sysconfdir}/xdg/%{framework}.* %{_kf5_libdir}/libKF5Crash.so.* %files devel From e693e4550c2c7b81fbf26e5c3f4fa9d2cdd9332f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 09:52:32 -0600 Subject: [PATCH 061/144] 5.43.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f0fad6..f5d2278 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcrash-5.41.0.tar.xz /kcrash-5.42.0.tar.xz +/kcrash-5.43.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 5dd8c8c..a84dfe9 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.42.0 +Version: 5.43.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 diff --git a/sources b/sources index fcce427..d9fd1ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.42.0.tar.xz) = f7cc51aa370f5bee09d8e005cca11b097a7091a21bf946ca7879de81557298b019d99c27ece12539727674fa200f315c08382fa01bfc6861f87a558ac475c95c +SHA512 (kcrash-5.43.0.tar.xz) = 1733807f55d5914b67d7b009ef8b34d0c54e3e1fb40a373df7651d65dc3180033ec8872c105d243134e7e38ea6fa9992f2d4803d9b2915721a3c0d8c43c7464c From 1125f7a40d1a4326134986e8e2f545476de93f03 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 08:00:06 -0600 Subject: [PATCH 062/144] 5.44.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5d2278..5929d74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcrash-5.41.0.tar.xz /kcrash-5.42.0.tar.xz /kcrash-5.43.0.tar.xz +/kcrash-5.44.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index a84dfe9..2c054ea 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.43.0 +Version: 5.44.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 diff --git a/sources b/sources index d9fd1ab..e86293d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.43.0.tar.xz) = 1733807f55d5914b67d7b009ef8b34d0c54e3e1fb40a373df7651d65dc3180033ec8872c105d243134e7e38ea6fa9992f2d4803d9b2915721a3c0d8c43c7464c +SHA512 (kcrash-5.44.0.tar.xz) = a7ba76bc2eea699b6c214b3e574c5e5a8fb148644218c0d5f1f796f594f94c28ab78379568b47d75e0584b6e522522460d124f9548abd7964c4eb656f190a6d4 From 83ca096b5bd72623d4c5a6258d35c92ef18278ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:34:26 -0500 Subject: [PATCH 063/144] 5.45.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5929d74..447eadd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcrash-5.42.0.tar.xz /kcrash-5.43.0.tar.xz /kcrash-5.44.0.tar.xz +/kcrash-5.45.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 2c054ea..0b3742c 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Apr 08 2018 Rex Dieter - 5.45.0-1 +- 5.45.0 + * Sat Mar 03 2018 Rex Dieter - 5.44.0-1 - 5.44.0 diff --git a/sources b/sources index e86293d..abdd17d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.44.0.tar.xz) = a7ba76bc2eea699b6c214b3e574c5e5a8fb148644218c0d5f1f796f594f94c28ab78379568b47d75e0584b6e522522460d124f9548abd7964c4eb656f190a6d4 +SHA512 (kcrash-5.45.0.tar.xz) = 79a208702b8617ae0e9393b3ba1df80e984977b4612e61a93209009552766c0a7bbcb50f517ce9df8b6b6ae46cace68299767afcbb1fa79aac7372f164fc3af7 From 41c2ef81abe2a8815eea92cf7ebcd56a5a502ab6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:27:41 -0500 Subject: [PATCH 064/144] 5.46.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 447eadd..1f7692a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcrash-5.43.0.tar.xz /kcrash-5.44.0.tar.xz /kcrash-5.45.0.tar.xz +/kcrash-5.46.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 0b3742c..d366999 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 05 2018 Rex Dieter - 5.46.0-1 +- 5.46.0 + * Sun Apr 08 2018 Rex Dieter - 5.45.0-1 - 5.45.0 diff --git a/sources b/sources index abdd17d..7831434 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.45.0.tar.xz) = 79a208702b8617ae0e9393b3ba1df80e984977b4612e61a93209009552766c0a7bbcb50f517ce9df8b6b6ae46cace68299767afcbb1fa79aac7372f164fc3af7 +SHA512 (kcrash-5.46.0.tar.xz) = b286e3d396d31c52deffd250d064795166a9ad6b19de63bca3eba1c37d8919bc0e31e2238c30f901403cac19dc956fb6515c8ee5a1a73287a14b79d674048b39 From 64dbcd63ba19246145de61ac6ae5728f28e8f2af Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 15:54:52 -0500 Subject: [PATCH 065/144] 5.47.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f7692a..a4cff38 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcrash-5.44.0.tar.xz /kcrash-5.45.0.tar.xz /kcrash-5.46.0.tar.xz +/kcrash-5.47.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d366999..37e8115 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.46.0 +Version: 5.47.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 diff --git a/sources b/sources index 7831434..c5e0e74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.46.0.tar.xz) = b286e3d396d31c52deffd250d064795166a9ad6b19de63bca3eba1c37d8919bc0e31e2238c30f901403cac19dc956fb6515c8ee5a1a73287a14b79d674048b39 +SHA512 (kcrash-5.47.0.tar.xz) = 981052624090b05db21683895ac8517f2530c7393bc206d2932e19b5293c138315d8b53fdbb10fb5ddf085a5d488d909c893c25046b34249eb317355d1388372 From b16d03a1fad54bae32afa0eb21802bd137eb7c0a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 14:00:46 -0500 Subject: [PATCH 066/144] cleanup, use %make_build %ldconfig_scriptlets --- .gitignore | 6 ------ kf5-kcrash.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a4cff38..62b6541 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/kcrash-5.41.0.tar.xz -/kcrash-5.42.0.tar.xz -/kcrash-5.43.0.tar.xz -/kcrash-5.44.0.tar.xz -/kcrash-5.45.0.tar.xz -/kcrash-5.46.0.tar.xz /kcrash-5.47.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 37e8115..ac5b1b7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -50,15 +50,14 @@ pushd %{_target_platform} %{?fedora:-DKCRASH_CORE_PATTERN_RAISE:BOOL=OFF} popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc README.md @@ -75,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup, use %%make_build %%ldconfig_scriptlets + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From 1b55ab51268a1a5d5b42d585ba3a92eef1d751a9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 19:58:11 -0500 Subject: [PATCH 067/144] 5.48.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62b6541..de18cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcrash-5.47.0.tar.xz +/kcrash-5.48.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index ac5b1b7..53be69a 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Thu Jun 07 2018 Rex Dieter - 5.47.0-2 - cleanup, use %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index c5e0e74..3189cf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.47.0.tar.xz) = 981052624090b05db21683895ac8517f2530c7393bc206d2932e19b5293c138315d8b53fdbb10fb5ddf085a5d488d909c893c25046b34249eb317355d1388372 +SHA512 (kcrash-5.48.0.tar.xz) = 3c0abab1e52d51c6f92ff3f5a808a73a82f2ecb7a64d00ec652521c1fe29ad3f4273f34c73c958481e339d7000bd03927d4bb2536e99cbde5e050d26028ca2cb From ecf7b19ad2f569272b7f19d1572055b56d803a6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:04:22 +0000 Subject: [PATCH 068/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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 53be69a..314f6b2 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 From b11f94a66e17fec89766550790c0eb15225e2a1a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:17:54 -0500 Subject: [PATCH 069/144] 5.49.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de18cb9..69250c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcrash-5.47.0.tar.xz /kcrash-5.48.0.tar.xz +/kcrash-5.49.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 314f6b2..7a65d0a 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 3189cf3..dc97539 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.48.0.tar.xz) = 3c0abab1e52d51c6f92ff3f5a808a73a82f2ecb7a64d00ec652521c1fe29ad3f4273f34c73c958481e339d7000bd03927d4bb2536e99cbde5e050d26028ca2cb +SHA512 (kcrash-5.49.0.tar.xz) = e2390788a15a8f666828be5567c7110b0a36f8dbe8f73f858d9bad734601319e239ee4754defa16fec4ed25257a93c802ef19f69ca010fc39ff8262d80590f9c From e70923f7392ef37d223251ffb7da591880d62367 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 14:59:42 -0500 Subject: [PATCH 070/144] 5.50.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69250c2..09383fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcrash-5.47.0.tar.xz /kcrash-5.48.0.tar.xz /kcrash-5.49.0.tar.xz +/kcrash-5.50.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7a65d0a..a6d4798 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 04 2018 Rex Dieter - 5.50.0-1 +- 5.50.0 + * Tue Aug 07 2018 Rex Dieter - 5.49.0-1 - 5.49.0 diff --git a/sources b/sources index dc97539..f5ac915 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.49.0.tar.xz) = e2390788a15a8f666828be5567c7110b0a36f8dbe8f73f858d9bad734601319e239ee4754defa16fec4ed25257a93c802ef19f69ca010fc39ff8262d80590f9c +SHA512 (kcrash-5.50.0.tar.xz) = 79cec88f7e37901e9758dcc8f69883369dba8db536a563cfa66245038ca46240a5c0c70c4fb4b48c0c1e4b7772ec90d341707add99124b02408fc567a7e64648 From a6358e263ed626365e594a493fa457cb1d380148 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:40:14 -0500 Subject: [PATCH 071/144] 5.51.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09383fe..4e3c918 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcrash-5.48.0.tar.xz /kcrash-5.49.0.tar.xz /kcrash-5.50.0.tar.xz +/kcrash-5.51.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index a6d4798..1c1d8f7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/sources b/sources index f5ac915..5177aac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.50.0.tar.xz) = 79cec88f7e37901e9758dcc8f69883369dba8db536a563cfa66245038ca46240a5c0c70c4fb4b48c0c1e4b7772ec90d341707add99124b02408fc567a7e64648 +SHA512 (kcrash-5.51.0.tar.xz) = 510dd18e26d0991ded9449db1d6a76df500b9b0d8c5d5b7ffe718fa84399b85f33b944caea9591d61de9e0413c9f472ee5b6079bda41c0314a81eb9ca2e7ad6c From d01964b19356f6beed727378cbe97cfa775ab7cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 14 Oct 2018 10:55:18 -0500 Subject: [PATCH 072/144] KCrash: fix crash when used in an app without QCoreApplication --- D16183.diff | 16 ++++++++++++++++ kf5-kcrash.spec | 11 +++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 D16183.diff diff --git a/D16183.diff b/D16183.diff new file mode 100644 index 0000000..b2da131 --- /dev/null +++ b/D16183.diff @@ -0,0 +1,16 @@ +diff --git a/src/kcrash.cpp b/src/kcrash.cpp +--- a/src/kcrash.cpp ++++ b/src/kcrash.cpp +@@ -135,7 +135,10 @@ + qCDebug(LOG_KCRASH) << "KCrash disabled through environment."; + } + +- KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath()); ++ if (QCoreApplication::instance()) ++ KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath()); ++ else ++ qWarning() << "This process needs a QCoreApplication instance in order to use KCrash"; + + s_coreConfig(); // Initialize. + } + diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 1c1d8f7..01136ca 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.51.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -17,6 +17,10 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +## upstream patches +# https://phabricator.kde.org/D16183 +Patch1: https://phabricator.kde.org/file/data/tyfruhevy6a3jhg5ns7p/PHID-FILE-6lgblwlrp6pq6ziqhjjc/D16183.diff + BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kcoreaddons-devel >= %{majmin} BuildRequires: kf5-kwindowsystem-devel >= %{majmin} @@ -40,7 +44,7 @@ developing applications that use %{name}. %prep -%autosetup -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} -p1 %build @@ -74,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Oct 14 2018 Rex Dieter - 5.51.0-2 +- KCrash: fix crash when used in an app without QCoreApplication + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 From 67dadfd9e4bc8f228b926a940e6d1ffa9a698ce1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 14 Oct 2018 11:15:48 -0500 Subject: [PATCH 073/144] respin --- D16183.diff | 16 ---------------- kf5-kcrash.spec | 7 ++++--- sources | 2 +- 3 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 D16183.diff diff --git a/D16183.diff b/D16183.diff deleted file mode 100644 index b2da131..0000000 --- a/D16183.diff +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/kcrash.cpp b/src/kcrash.cpp ---- a/src/kcrash.cpp -+++ b/src/kcrash.cpp -@@ -135,7 +135,10 @@ - qCDebug(LOG_KCRASH) << "KCrash disabled through environment."; - } - -- KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath()); -+ if (QCoreApplication::instance()) -+ KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath()); -+ else -+ qWarning() << "This process needs a QCoreApplication instance in order to use KCrash"; - - s_coreConfig(); // Initialize. - } - diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 01136ca..d4bc4e8 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.51.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -18,8 +18,6 @@ URL: https://cgit.kde.org/%{framework}.git Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches -# https://phabricator.kde.org/D16183 -Patch1: https://phabricator.kde.org/file/data/tyfruhevy6a3jhg5ns7p/PHID-FILE-6lgblwlrp6pq6ziqhjjc/D16183.diff BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kcoreaddons-devel >= %{majmin} @@ -78,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Oct 14 2018 Rex Dieter - 5.51.0-3 +- respin + * Sun Oct 14 2018 Rex Dieter - 5.51.0-2 - KCrash: fix crash when used in an app without QCoreApplication diff --git a/sources b/sources index 5177aac..f1b2371 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.51.0.tar.xz) = 510dd18e26d0991ded9449db1d6a76df500b9b0d8c5d5b7ffe718fa84399b85f33b944caea9591d61de9e0413c9f472ee5b6079bda41c0314a81eb9ca2e7ad6c +SHA512 (kcrash-5.51.0.tar.xz) = 7945fca845f019f847fbef85de4934556da2183be5a2e48ae3dc0b71f1a0e5aa4e21a65ca9fcdbd7aab02aa36cb125b14768d34b7f3fd49f2666d3d8377d9356 From 8366a84b0873daf0acfeef8f49434e378cd175bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:35:42 -0600 Subject: [PATCH 074/144] 5.52.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4e3c918..35f082c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcrash-5.49.0.tar.xz /kcrash-5.50.0.tar.xz /kcrash-5.51.0.tar.xz +/kcrash-5.52.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d4bc4e8..6445061 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.51.0 -Release: 3%{?dist} +Version: 5.52.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 Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Sun Oct 14 2018 Rex Dieter - 5.51.0-3 - respin diff --git a/sources b/sources index f1b2371..042ac54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.51.0.tar.xz) = 7945fca845f019f847fbef85de4934556da2183be5a2e48ae3dc0b71f1a0e5aa4e21a65ca9fcdbd7aab02aa36cb125b14768d34b7f3fd49f2666d3d8377d9356 +SHA512 (kcrash-5.52.0.tar.xz) = 3e951b8cb809e25823c1dc41a736f42a2b413b4d17d91c555def014ae2a38ed4a0ff8297f3977e68d5cfb3445c26126b9212f08e7d1e6ef8aeb01a53e663a0ac From adebd718a929bbca7d3eaefef201b14c83682874 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:24:22 -0600 Subject: [PATCH 075/144] 5.53.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35f082c..0e7195b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcrash-5.50.0.tar.xz /kcrash-5.51.0.tar.xz /kcrash-5.52.0.tar.xz +/kcrash-5.53.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6445061..bec508e 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.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 +* Sun Dec 09 2018 Rex Dieter - 5.53.0-1 +- 5.53.0 + * Sun Nov 04 2018 Rex Dieter - 5.52.0-1 - 5.52.0 diff --git a/sources b/sources index 042ac54..35b8655 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.52.0.tar.xz) = 3e951b8cb809e25823c1dc41a736f42a2b413b4d17d91c555def014ae2a38ed4a0ff8297f3977e68d5cfb3445c26126b9212f08e7d1e6ef8aeb01a53e663a0ac +SHA512 (kcrash-5.53.0.tar.xz) = 5be1ea2af440f987397cb2c519c949b90a7a16d7001ef83cb7f9b06f999fdfc9b19f3bc5cc722bd0001b7e03fbbbd793f61b5f3548b319a78ca4289d0cf2a45c From 3b95972061bef3e2eca2a0420ea0236203b31419 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 17:00:38 -0600 Subject: [PATCH 076/144] 5.54.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e7195b..723e605 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kcrash-5.51.0.tar.xz /kcrash-5.52.0.tar.xz /kcrash-5.53.0.tar.xz +/kcrash-5.54.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index bec508e..40e4b48 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.53.0 +Version: 5.54.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 08 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 diff --git a/sources b/sources index 35b8655..7689441 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.53.0.tar.xz) = 5be1ea2af440f987397cb2c519c949b90a7a16d7001ef83cb7f9b06f999fdfc9b19f3bc5cc722bd0001b7e03fbbbd793f61b5f3548b319a78ca4289d0cf2a45c +SHA512 (kcrash-5.54.0.tar.xz) = 1dae5de58b8f91e463af8bf745a474472f2d53d2c2ea3bdbff2477c9220a720df1c7f97400e58a3060f891120ced85bb37f9458a7b17b6c1af1be765c9fea671 From ce4a76a50f42edf397ae448236d5ca15cf094d63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:27:33 +0000 Subject: [PATCH 077/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 40e4b48..8c8cb6a 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.54.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 +* Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 08 2019 Rex Dieter - 5.54.0-1 - 5.54.0 From 8b5ae42e2dd230522aa1bd6ccb34749c039a9578 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:03:54 -0600 Subject: [PATCH 078/144] 5.55.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 723e605..112750a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kcrash-5.52.0.tar.xz /kcrash-5.53.0.tar.xz /kcrash-5.54.0.tar.xz +/kcrash-5.55.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 8c8cb6a..0f4521a 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,8 +1,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.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 +* Mon Feb 04 2019 Rex Dieter - 5.55.0-1 +- 5.55.0 + * Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 7689441..2c08604 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.54.0.tar.xz) = 1dae5de58b8f91e463af8bf745a474472f2d53d2c2ea3bdbff2477c9220a720df1c7f97400e58a3060f891120ced85bb37f9458a7b17b6c1af1be765c9fea671 +SHA512 (kcrash-5.55.0.tar.xz) = 450b719e1dc74739fe6467cb3523650adecfb9643fe18922f4c78eb8109a2293849654ef2bb85eccebf3ed089c2ec80878d2a87cb2016dcaec19e5233fc971b4 From 3b3b9ad38d3a0e562e2cea4d60e7cf174db3f41e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 08:56:54 -0600 Subject: [PATCH 079/144] 5.56.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 112750a..504f3d5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kcrash-5.53.0.tar.xz /kcrash-5.54.0.tar.xz /kcrash-5.55.0.tar.xz +/kcrash-5.56.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 0f4521a..3a130e1 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.55.0 +Version: 5.56.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 Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 diff --git a/sources b/sources index 2c08604..f7dd0a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.55.0.tar.xz) = 450b719e1dc74739fe6467cb3523650adecfb9643fe18922f4c78eb8109a2293849654ef2bb85eccebf3ed089c2ec80878d2a87cb2016dcaec19e5233fc971b4 +SHA512 (kcrash-5.56.0.tar.xz) = 37186a1c5c9825163bd469a57aa5f94571b2634b7a426176ef0041dc62edc52205ae84fb7fbdb982ea61f5f621f67b33ecb8be347fd28d1985c0dcb3d93567fd From 071c63948c14407ed01bbe7d611a44544f03a8f1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:04:43 -0500 Subject: [PATCH 080/144] 5.57.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 504f3d5..c0cf06d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kcrash-5.54.0.tar.xz /kcrash-5.55.0.tar.xz /kcrash-5.56.0.tar.xz +/kcrash-5.57.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 3a130e1..cb61a1e 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.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 Apr 09 2019 Rex Dieter - 5.57.0-1 +- 5.57.0 + * Tue Mar 05 2019 Rex Dieter - 5.56.0-1 - 5.56.0 diff --git a/sources b/sources index f7dd0a1..7dcde98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.56.0.tar.xz) = 37186a1c5c9825163bd469a57aa5f94571b2634b7a426176ef0041dc62edc52205ae84fb7fbdb982ea61f5f621f67b33ecb8be347fd28d1985c0dcb3d93567fd +SHA512 (kcrash-5.57.0.tar.xz) = fcdef127048097217349e62b1204bb99357ceb82ba609fbfadaed673a426ab0f75c32b458fb336945b7b380f540c07d5104f5e16afd9433aca16713f0a459c36 From f9fb3272bdca6adfc2a03ae6c8929064335be056 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 13:50:35 -0500 Subject: [PATCH 081/144] 5.58.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0cf06d..0757b4f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kcrash-5.55.0.tar.xz /kcrash-5.56.0.tar.xz /kcrash-5.57.0.tar.xz +/kcrash-5.58.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index cb61a1e..00d59f7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.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 May 07 2019 Rex Dieter - 5.58.0-1 +- 5.58.0 + * Tue Apr 09 2019 Rex Dieter - 5.57.0-1 - 5.57.0 diff --git a/sources b/sources index 7dcde98..c182c65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.57.0.tar.xz) = fcdef127048097217349e62b1204bb99357ceb82ba609fbfadaed673a426ab0f75c32b458fb336945b7b380f540c07d5104f5e16afd9433aca16713f0a459c36 +SHA512 (kcrash-5.58.0.tar.xz) = 589622d8aa5235d2311d6ed05c97ba9f9ab64adf36b38f2db51efe8d30062a7e416e1111dbb1986eb757b3e52e588c0bf0b81bf3b6a159ee714e88400dc96d1a From 7cf5d7be5d2e5d975adb82f8648849648e1040d1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:35:28 -0500 Subject: [PATCH 082/144] 5.59.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0757b4f..87268cb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kcrash-5.56.0.tar.xz /kcrash-5.57.0.tar.xz /kcrash-5.58.0.tar.xz +/kcrash-5.59.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 00d59f7..6053370 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.58.0 +Version: 5.59.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 +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 diff --git a/sources b/sources index c182c65..1d2f5f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.58.0.tar.xz) = 589622d8aa5235d2311d6ed05c97ba9f9ab64adf36b38f2db51efe8d30062a7e416e1111dbb1986eb757b3e52e588c0bf0b81bf3b6a159ee714e88400dc96d1a +SHA512 (kcrash-5.59.0.tar.xz) = 25795a6dcff72e6f956c65fe2df2079b71cab9993b1c15c7f4f2a5d850e14377ecbdd6b3c8c943402b47621c85f99f8b72322a3dad9d1482f50e55aec62130e4 From 59cde911fb00ee4158f7b5f8bd297edb58d93d30 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:03:48 -0500 Subject: [PATCH 083/144] 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 084/144] - 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 085/144] 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 086/144] 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 087/144] 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 088/144] 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 089/144] 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 090/144] 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 091/144] 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 092/144] - 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 093/144] 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 094/144] 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 From cbbb9d9899b84d02eddf42223f1bf259abcac36f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:27:34 -0500 Subject: [PATCH 095/144] 5.69.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f623a7..49f2fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kcrash-5.66.0.tar.xz /kcrash-5.67.0.tar.xz /kcrash-5.68.0.tar.xz +/kcrash-5.69.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index c54eaed..e7d4bde 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.68.0 +Version: 5.69.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 Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/sources b/sources index acdfede..915ad68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.68.0.tar.xz) = a26607886537a2d6259c624907e0e5db133f58f0a55ea47845a83e4aa07c86be7f8030a21afddddef58cdac82ca42bed0c288737aaf57d424c6bf67916782811 +SHA512 (kcrash-5.69.0.tar.xz) = a532a10cf55077926364cdf91d507e8e2d84ca732b1fca13393e5a96c9888b6aa42f3fea7171b2d382c8053c8c9e601f39a5f7190206e71d87852a1e39e41175 From 37429a904eb25a3e35ea72dd1083fb6c442a461b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 16:50:27 -0500 Subject: [PATCH 096/144] 5.70.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 49f2fa3..42ea32f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kcrash-5.67.0.tar.xz /kcrash-5.68.0.tar.xz /kcrash-5.69.0.tar.xz +/kcrash-5.70.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index e7d4bde..7aae300 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.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 May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index 915ad68..92a494d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.69.0.tar.xz) = a532a10cf55077926364cdf91d507e8e2d84ca732b1fca13393e5a96c9888b6aa42f3fea7171b2d382c8053c8c9e601f39a5f7190206e71d87852a1e39e41175 +SHA512 (kcrash-5.70.0.tar.xz) = 1d038c30f610311504564c2b41b558b27ea2c009c82f8f5ce1b1e468e386cdcfa3ce4571fee5b1d618c2ee79db58649ddb2ec747eb66a1ee2ad18ffc7ca3ff5e From 6f89e580a86ad5d3fa67f6eae3c49feebd0fff11 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:23:43 -0500 Subject: [PATCH 097/144] 5.71.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42ea32f..8cd5034 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kcrash-5.68.0.tar.xz /kcrash-5.69.0.tar.xz /kcrash-5.70.0.tar.xz +/kcrash-5.71.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7aae300..cc2efbe 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.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 Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index 92a494d..babea0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.70.0.tar.xz) = 1d038c30f610311504564c2b41b558b27ea2c009c82f8f5ce1b1e468e386cdcfa3ce4571fee5b1d618c2ee79db58649ddb2ec747eb66a1ee2ad18ffc7ca3ff5e +SHA512 (kcrash-5.71.0.tar.xz) = 4b58f21f65aa238756623eb6a326e70c5f50aee1690bca991f1bbc6dbe2ffe63133ccef90b410735a97ae245b2db7ec626dde530f5d6b5fbe8d36dee3a6024dc From df99c6d54f7a49b821815f48c4e62881e4622b30 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:16:15 -0500 Subject: [PATCH 098/144] 5.72.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8cd5034..5722a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kcrash-5.69.0.tar.xz /kcrash-5.70.0.tar.xz /kcrash-5.71.0.tar.xz +/kcrash-5.72.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index cc2efbe..aa5ac86 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,7 +1,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.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 Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index babea0d..1b40577 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.71.0.tar.xz) = 4b58f21f65aa238756623eb6a326e70c5f50aee1690bca991f1bbc6dbe2ffe63133ccef90b410735a97ae245b2db7ec626dde530f5d6b5fbe8d36dee3a6024dc +SHA512 (kcrash-5.72.0.tar.xz) = 10e51007f6fa16bcf7e4e34d555c59ef613ca5237447212190e47e5accca598f4f2f0ac7945fc86f0992ec95712446df47399aff39aebfc7f791c9b05c4cd628 From 46302fe683908bc927941b5a8c09ea0ec7b9398a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 09:29:30 +0200 Subject: [PATCH 099/144] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-kcrash.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index aa5ac86..cd9ffd8 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kcrash Name: kf5-%{framework} @@ -46,17 +47,13 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ +%{cmake_kf5} \ %{?fedora:-DKCRASH_CORE_PATTERN_RAISE:BOOL=OFF} -popd - -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %ldconfig_scriptlets From 1258bb608389af1a08ac774723758e5bfdda9b32 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:07:46 +0000 Subject: [PATCH 100/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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 cd9ffd8..380be2f 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.72.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 +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From 6ae72b563de711aae45433f3e370993f202ab8fd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:38:36 -0500 Subject: [PATCH 101/144] 5.73.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5722a4d..c875959 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kcrash-5.70.0.tar.xz /kcrash-5.71.0.tar.xz /kcrash-5.72.0.tar.xz +/kcrash-5.73.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 380be2f..f2b9cea 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.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 +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 1b40577..1466908 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.72.0.tar.xz) = 10e51007f6fa16bcf7e4e34d555c59ef613ca5237447212190e47e5accca598f4f2f0ac7945fc86f0992ec95712446df47399aff39aebfc7f791c9b05c4cd628 +SHA512 (kcrash-5.73.0.tar.xz) = c4f4fc5b42bc8a5300f26b3da1ccace32b5323b13766cc785e16a8c55f143523870457cd41d534d8d925b66f60d9ab4c1c06cc5537fa50707142d1c98d6a4b6f From 677ac6857b3158429b84dd7d4e788a46cd1071ce Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 102/144] 5.74.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c875959..bb41565 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kcrash-5.71.0.tar.xz /kcrash-5.72.0.tar.xz /kcrash-5.73.0.tar.xz +/kcrash-5.74.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index f2b9cea..f39480c 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.73.0 +Version: 5.74.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 Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 diff --git a/sources b/sources index 1466908..f2dde94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.73.0.tar.xz) = c4f4fc5b42bc8a5300f26b3da1ccace32b5323b13766cc785e16a8c55f143523870457cd41d534d8d925b66f60d9ab4c1c06cc5537fa50707142d1c98d6a4b6f +SHA512 (kcrash-5.74.0.tar.xz) = 082a18aa69e62b05c262111396fbda62a5a5192f345ed9563f9f549ca05be34d6027e7339aef66d46d02a3fa7abc57c362db49dbbb71e94111815644890f0447 From fd3d05ab6abe02ed587f996e7294dacc8a4b871c Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 13:43:37 +0200 Subject: [PATCH 103/144] Fix installation of license files --- kf5-kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index f39480c..616b13a 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -60,7 +60,7 @@ developing applications that use %{name}. %files %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Crash.so.* From 31ec3c0d4cffe7faf1097a929c94f86ab9cf39c5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 09:49:48 -0500 Subject: [PATCH 104/144] 5.75.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb41565..c277a6c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kcrash-5.72.0.tar.xz /kcrash-5.73.0.tar.xz /kcrash-5.74.0.tar.xz +/kcrash-5.75.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 616b13a..2196814 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.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 Oct 14 09:49:42 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/sources b/sources index f2dde94..73b6ac8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.74.0.tar.xz) = 082a18aa69e62b05c262111396fbda62a5a5192f345ed9563f9f549ca05be34d6027e7339aef66d46d02a3fa7abc57c362db49dbbb71e94111815644890f0447 +SHA512 (kcrash-5.75.0.tar.xz) = 8a6b9e9ab32daa45d3c8ef2ef7c9a8c5f02cbb30e20a473218af2888833d3786364ba48264ea1fbb555810ce82ad50dbdc6417853a3577991d92ea986c90d81f From e495bf0ba7d6225e126cce4de423b5e1dcc34f5b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 08:58:35 -0600 Subject: [PATCH 105/144] 5.76.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c277a6c..721e98f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kcrash-5.73.0.tar.xz /kcrash-5.74.0.tar.xz /kcrash-5.75.0.tar.xz +/kcrash-5.76.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 2196814..58d2f23 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.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 Nov 19 08:58:29 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 09:49:42 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index 73b6ac8..d7709f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.75.0.tar.xz) = 8a6b9e9ab32daa45d3c8ef2ef7c9a8c5f02cbb30e20a473218af2888833d3786364ba48264ea1fbb555810ce82ad50dbdc6417853a3577991d92ea986c90d81f +SHA512 (kcrash-5.76.0.tar.xz) = 2a67b5a4fa8b9902c626e8c97a90fc04ba19a5933e012f2ba11344a548c930a3e74eb188c125236d846dadf21bae9b072d3c181dfcdffd555a150dfdc9ab4ecd From ee971902cbe2980a88fe71415150c4c46fef823e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:10:28 -0600 Subject: [PATCH 106/144] 5.77.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 721e98f..a492c1b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kcrash-5.74.0.tar.xz /kcrash-5.75.0.tar.xz /kcrash-5.76.0.tar.xz +/kcrash-5.77.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 58d2f23..69f4627 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.76.0 +Version: 5.77.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 Dec 13 14:10:24 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 08:58:29 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index d7709f9..1bcca69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.76.0.tar.xz) = 2a67b5a4fa8b9902c626e8c97a90fc04ba19a5933e012f2ba11344a548c930a3e74eb188c125236d846dadf21bae9b072d3c181dfcdffd555a150dfdc9ab4ecd +SHA512 (kcrash-5.77.0.tar.xz) = 5d76d7229716a4f27af63f6d506772d6c99a0c516fa0f051d695a62f7850ab1d2d9136aaa4adadc29c9ca1d1d3bdf2d825b588593fdeba0206587270b6e17bf0 From 03f0f9d7677dfa8e39ee5408cf8ee6d0cee000b0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:43:05 -0600 Subject: [PATCH 107/144] 5.78.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a492c1b..b3c337f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kcrash-5.75.0.tar.xz /kcrash-5.76.0.tar.xz /kcrash-5.77.0.tar.xz +/kcrash-5.78.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 69f4627..0707e84 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,12 +2,12 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -73,6 +73,9 @@ developing applications that use %{name}. %changelog +* Mon Jan 4 08:42:59 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:10:24 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 1bcca69..90d30f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.77.0.tar.xz) = 5d76d7229716a4f27af63f6d506772d6c99a0c516fa0f051d695a62f7850ab1d2d9136aaa4adadc29c9ca1d1d3bdf2d825b588593fdeba0206587270b6e17bf0 +SHA512 (kcrash-5.78.0.tar.xz) = abfff0ca4a311b90269dd0755c380ffe8331efa316ba95d6e41fb0cb5cd3dcc95c5cab61ffd8acf0aab6834e1094effd18739db6acfb67b74260bdbb3f150633 From ba0cd807188317b9e6e3cc53f4253ab2216433c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:35:15 +0000 Subject: [PATCH 108/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 0707e84..76cade8 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.78.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 +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 4 08:42:59 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From af0cae30a2a798bffdc306abba2a2f0c9dd9189d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 09:49:08 -0600 Subject: [PATCH 109/144] 5.79.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b3c337f..42661ca 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kcrash-5.76.0.tar.xz /kcrash-5.77.0.tar.xz /kcrash-5.78.0.tar.xz +/kcrash-5.79.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 76cade8..35cf2c9 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.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 +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 90d30f5..4707262 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.78.0.tar.xz) = abfff0ca4a311b90269dd0755c380ffe8331efa316ba95d6e41fb0cb5cd3dcc95c5cab61ffd8acf0aab6834e1094effd18739db6acfb67b74260bdbb3f150633 +SHA512 (kcrash-5.79.0.tar.xz) = 102355998a78cb7db59ef31a70836c0fc459beef710991fc15815af8e091ade1410c0966221e7a79998b0060cef2779848049e51569b255a35d629c92911c74c From 8aa18af62ef2de87f2586b176ed6c063661b3171 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:12:13 -0600 Subject: [PATCH 110/144] respin --- kf5-kcrash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 35cf2c9..c524278 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.79.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 +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 From 9c7f76259d376de3dbdb9513350a19eb69fe5cff Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:35:18 -0600 Subject: [PATCH 111/144] 5.80.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 42661ca..e21ca9f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kcrash-5.77.0.tar.xz /kcrash-5.78.0.tar.xz /kcrash-5.79.0.tar.xz +/kcrash-5.80.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index c524278..c163d1c 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.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 +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index 4707262..622d0cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.79.0.tar.xz) = 102355998a78cb7db59ef31a70836c0fc459beef710991fc15815af8e091ade1410c0966221e7a79998b0060cef2779848049e51569b255a35d629c92911c74c +SHA512 (kcrash-5.80.0.tar.xz) = e56219a3d9f8beddb992e61c9f01160b9f71f692856840674577f11fb262d335b2f622b0a8463b95e1e72295a3ec81f4b590f0b54219fd9689676a1dca4eb807 From c03dce192c94ab58bbf3c50af50230c1fc6d134c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 08:48:53 -0500 Subject: [PATCH 112/144] 5.81.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e21ca9f..9cf52c4 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kcrash-5.78.0.tar.xz /kcrash-5.79.0.tar.xz /kcrash-5.80.0.tar.xz +/kcrash-5.81.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index c163d1c..0283bb8 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.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 Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/sources b/sources index 622d0cc..5825570 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.80.0.tar.xz) = e56219a3d9f8beddb992e61c9f01160b9f71f692856840674577f11fb262d335b2f622b0a8463b95e1e72295a3ec81f4b590f0b54219fd9689676a1dca4eb807 +SHA512 (kcrash-5.81.0.tar.xz) = eb582e9697e8e8d1578971a2337f3709df6d3634cf7d6fd2e7a8c1f962d6d6c3150b39cde79109015ae9c9556a1e1352b9680d754f7aca97ad632855b5899fa6 From 4278481c439bddc2cc090e4b9d7361b0d7813832 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:36:07 -0500 Subject: [PATCH 113/144] 5.82.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9cf52c4..fdbcac1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kcrash-5.79.0.tar.xz /kcrash-5.80.0.tar.xz /kcrash-5.81.0.tar.xz +/kcrash-5.82.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 0283bb8..e8ad5f1 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.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 +* Mon May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index 5825570..d2f3708 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.81.0.tar.xz) = eb582e9697e8e8d1578971a2337f3709df6d3634cf7d6fd2e7a8c1f962d6d6c3150b39cde79109015ae9c9556a1e1352b9680d754f7aca97ad632855b5899fa6 +SHA512 (kcrash-5.82.0.tar.xz) = 9cec96ef82f9628fbbbe0fd4e0687c094f7a1b1385e6ba6807f1dd49c9f8d19a29497b29b31bd9a86c59f498d76d54bdcbfafa86a480ccfb29dcd488eee22340 From 6364440f7482e5f6ab146a07bc99e90017890e61 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 15:58:15 -0500 Subject: [PATCH 114/144] 5.83.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fdbcac1..bd876aa 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kcrash-5.80.0.tar.xz /kcrash-5.81.0.tar.xz /kcrash-5.82.0.tar.xz +/kcrash-5.83.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index e8ad5f1..aef3197 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.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 Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index d2f3708..56279f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.82.0.tar.xz) = 9cec96ef82f9628fbbbe0fd4e0687c094f7a1b1385e6ba6807f1dd49c9f8d19a29497b29b31bd9a86c59f498d76d54bdcbfafa86a480ccfb29dcd488eee22340 +SHA512 (kcrash-5.83.0.tar.xz) = 018347f762020de37c1f76d9ec1e2e412331681ad1f3647c242ee291a2c59e91a53dc573ff463fdfad749ec902023399f9aad29af07939b5fc17e962c39c2e64 From 2bb9a90c06dfe9ce9b126082b61b5142cf0c313c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:49:30 +0000 Subject: [PATCH 115/144] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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 aef3197..d8563f8 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.83.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 Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From 9b2f86f53e456d7e11dfd07d52bbc3bd5d1b5128 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:02:58 -0500 Subject: [PATCH 116/144] 5.85.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd876aa..dbc1f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kcrash-5.81.0.tar.xz /kcrash-5.82.0.tar.xz /kcrash-5.83.0.tar.xz +/kcrash-5.85.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d8563f8..80d67f3 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.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 +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 56279f5..35cdba9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.83.0.tar.xz) = 018347f762020de37c1f76d9ec1e2e412331681ad1f3647c242ee291a2c59e91a53dc573ff463fdfad749ec902023399f9aad29af07939b5fc17e962c39c2e64 +SHA512 (kcrash-5.85.0.tar.xz) = 26ae87cf816f104cd2da4052eeb8a49a6afb1227e873a4ccd829e8a7addc162ec86dd5ebee83b47d57d9c5cb79471239b1504c54603828dd8589f9ac0915adba From a0a812df60655ed5d2a8e7c0cd22914baabaaf90 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:18:38 +0200 Subject: [PATCH 117/144] 5.86.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dbc1f9b..43bb5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kcrash-5.82.0.tar.xz /kcrash-5.83.0.tar.xz /kcrash-5.85.0.tar.xz +/kcrash-5.86.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 80d67f3..79047eb 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.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 Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index 35cdba9..6f8abe4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.85.0.tar.xz) = 26ae87cf816f104cd2da4052eeb8a49a6afb1227e873a4ccd829e8a7addc162ec86dd5ebee83b47d57d9c5cb79471239b1504c54603828dd8589f9ac0915adba +SHA512 (kcrash-5.86.0.tar.xz) = 80afd5e4ae4b8772afdf4796103d801d3d976061b55e3f258f4130b7fad6dfc2e0870405ef9649dca28c86e321c99d1fc62bbb81f75a878ec7e430e766339ed0 From 844e6db907b24f4a77d01592a69ae89ad3ba5155 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:18:26 -0500 Subject: [PATCH 118/144] 5.87.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 43bb5f4..9a87713 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /kcrash-5.83.0.tar.xz /kcrash-5.85.0.tar.xz /kcrash-5.86.0.tar.xz +/kcrash-5.87.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 79047eb..dc8aa4e 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.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 Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index 6f8abe4..386c8bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.86.0.tar.xz) = 80afd5e4ae4b8772afdf4796103d801d3d976061b55e3f258f4130b7fad6dfc2e0870405ef9649dca28c86e321c99d1fc62bbb81f75a878ec7e430e766339ed0 +SHA512 (kcrash-5.87.0.tar.xz) = 307c59dfb1b5c867d45c8b84b6e06050953e96f1423e63c9867e1d42d3df043704ac6b51098cd49f2f7b7dd37bdd57b86bc027137766abbefc9b7b7c26053f25 From 2c0062a043b863fa38f28009d2b895afa055c9e3 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 09:59:46 +0100 Subject: [PATCH 119/144] 5.88.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a87713..2dfb420 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /kcrash-5.85.0.tar.xz /kcrash-5.86.0.tar.xz /kcrash-5.87.0.tar.xz +/kcrash-5.88.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index dc8aa4e..8aad847 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.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 +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index 386c8bc..82273da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.87.0.tar.xz) = 307c59dfb1b5c867d45c8b84b6e06050953e96f1423e63c9867e1d42d3df043704ac6b51098cd49f2f7b7dd37bdd57b86bc027137766abbefc9b7b7c26053f25 +SHA512 (kcrash-5.88.0.tar.xz) = 5afa345b0d98e643b8e9577dab2d507d17b33548cb9e60116deb35a29ae32c13b786bbbf9fddbbc8e301d6e34bb60689c26edd2e9a51298e8bdacf7f866d5f9a From 07f6cc2b6fd2c19a1ef9d9e9e4016fb1a9b97b5a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:30:06 -0600 Subject: [PATCH 120/144] 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 121/144] 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 122/144] - 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 123/144] 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 124/144] 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 125/144] 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 126/144] 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 127/144] 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 128/144] 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 From e1424fd3b91a4bcad144fc0710b59df0912c691e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:00:33 +0000 Subject: [PATCH 129/144] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_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 798fd23..275c952 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.96.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 Jul 21 2022 Fedora Release Engineering - 5.96.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From 66404a03307b7a766ee60d137cdf0ada6a6881b5 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:04:14 +0930 Subject: [PATCH 130/144] Update to 5.97.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b274123..8a92dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ ./kcrash-5.93.tar.xz /kcrash-5.94.0.tar.xz /kcrash-5.96.0.tar.xz +/kcrash-5.97.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 275c952..7b6cae2 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.96.0 -Release: 2%{?dist} +Version: 5.97.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 +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index b9b10b9..e0870fd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kcrash-5.96.0.tar.xz) = 8ad68c4e32fad319b7c9fc17b0daab05bf0e963f97a22b3662c58de4841e602c60f3406289410318992af2bff8ff07130f6b54ad074367f161c03f6106c9de9f +SHA512 (kcrash-5.97.0.tar.xz) = 17d2ba14b400e8eec6decee9fc2097dee6fd311e6ef8bdc70f69cdfdc305d42dd4311e0020895cdbd53b9ceae7a03b42529b5fdd5dd1e670ea27398644702d28 From 3857eb194543abcc191c276304b57ea3dbb3394f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 131/144] 5.98.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a92dd2..ccdeacd 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kcrash-5.94.0.tar.xz /kcrash-5.96.0.tar.xz /kcrash-5.97.0.tar.xz +/kcrash-5.98.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 7b6cae2..317d724 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.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 Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index e0870fd..1552c22 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kcrash-5.96.0.tar.xz) = 8ad68c4e32fad319b7c9fc17b0daab05bf0e963f97a22b3662c58de4841e602c60f3406289410318992af2bff8ff07130f6b54ad074367f161c03f6106c9de9f -SHA512 (kcrash-5.97.0.tar.xz) = 17d2ba14b400e8eec6decee9fc2097dee6fd311e6ef8bdc70f69cdfdc305d42dd4311e0020895cdbd53b9ceae7a03b42529b5fdd5dd1e670ea27398644702d28 +SHA512 (kcrash-5.98.0.tar.xz) = cf8a20605ac0130ea852a39f2cb52bfcf93607ad1d7c1cc0f0fe3d9a66a083d467b6d6fa97c783649949d81ccf346b8d0e18c7e7f0b7d2273b9fd1949dea762a From cb926ebd11a0604cf444622b9e7f80d3d864ee76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 132/144] 5.99.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ccdeacd..12e8390 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kcrash-5.96.0.tar.xz /kcrash-5.97.0.tar.xz /kcrash-5.98.0.tar.xz +/kcrash-5.99.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 317d724..bb99b37 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.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 Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 diff --git a/sources b/sources index 1552c22..14ef0d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.98.0.tar.xz) = cf8a20605ac0130ea852a39f2cb52bfcf93607ad1d7c1cc0f0fe3d9a66a083d467b6d6fa97c783649949d81ccf346b8d0e18c7e7f0b7d2273b9fd1949dea762a +SHA512 (kcrash-5.99.0.tar.xz) = 1ca52810bcb90ceb5f2416e88694c21db9b70eb8a3b4af121618be32f7ae79b785e6228b61309c1073c11114b5fe0609fe2dae2ba9f0900d6bb75df5ee91aee8 From 2155649a9c2be43086d3601fcf8f5eb41a2aef37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:02 +0100 Subject: [PATCH 133/144] 5.100.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 12e8390..d0d55cb 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kcrash-5.97.0.tar.xz /kcrash-5.98.0.tar.xz /kcrash-5.99.0.tar.xz +/kcrash-5.100.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index bb99b37..58c9589 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.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 Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 diff --git a/sources b/sources index 14ef0d6..60d5499 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.99.0.tar.xz) = 1ca52810bcb90ceb5f2416e88694c21db9b70eb8a3b4af121618be32f7ae79b785e6228b61309c1073c11114b5fe0609fe2dae2ba9f0900d6bb75df5ee91aee8 +SHA512 (kcrash-5.100.0.tar.xz) = b569e2cec86bc208487229f3e134f398a3f93c4eb9158e8c321a7043e14ddf97bf68915e2b1f4245585e234e641d2b23b200c12b5e25647e0412f71f08073655 From a16d6151f630ea01f0840ac5d9d77d02118a0de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:52 +0100 Subject: [PATCH 134/144] 5.101.0 --- .gitignore | 1 + kf5-kcrash.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d0d55cb..cf54e13 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kcrash-5.98.0.tar.xz /kcrash-5.99.0.tar.xz /kcrash-5.100.0.tar.xz +/kcrash-5.101.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 58c9589..06de6aa 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -10,12 +10,7 @@ License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches @@ -73,6 +68,10 @@ developing applications that use %{name}. %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index 60d5499..4d4ad6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.100.0.tar.xz) = b569e2cec86bc208487229f3e134f398a3f93c4eb9158e8c321a7043e14ddf97bf68915e2b1f4245585e234e641d2b23b200c12b5e25647e0412f71f08073655 +SHA512 (kcrash-5.101.0.tar.xz) = 9239543a1ff53bd5eb090ce4f0929f091b70ace314f2ba20c0e9f3969134039b5936a8ea974acea5e14f3e1d4cc757f3fd475225a81aeb71d309a0f9b0089b8c From d7fc1e5f29e90e9a413bec22c48a3cfc00b4bd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 135/144] 5.102.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cf54e13..f8f07cc 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kcrash-5.99.0.tar.xz /kcrash-5.100.0.tar.xz /kcrash-5.101.0.tar.xz +/kcrash-5.102.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 06de6aa..19bef9d 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code diff --git a/sources b/sources index 4d4ad6c..dcd4b5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.101.0.tar.xz) = 9239543a1ff53bd5eb090ce4f0929f091b70ace314f2ba20c0e9f3969134039b5936a8ea974acea5e14f3e1d4cc757f3fd475225a81aeb71d309a0f9b0089b8c +SHA512 (kcrash-5.102.0.tar.xz) = 524fe2c0341dbe910b844bb44cd9779f799848f61f482eb435f298af895f16157d09ed3c5b7d1ed46c45b146971379149b6cf575bd02cc25f4545689dcd3029c From 279e3a01d586685a24a0165af945e22b6f54e8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:21 +0100 Subject: [PATCH 136/144] fix: use macros from macros.kf5 instead of custom code --- kf5-kcrash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 19bef9d..e12b023 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -9,7 +9,7 @@ Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From abf75628d542a86df3b4d4b269245889ef457ef8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:30:28 +0000 Subject: [PATCH 137/144] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_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 e12b023..2fa4ae2 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From 36662d2d59f830b8db1e164ef7e0f62ed91cce4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:20 +0100 Subject: [PATCH 138/144] 5.103.0 --- .gitignore | 1 + kf5-kcrash.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f8f07cc..8c2dfb0 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kcrash-5.100.0.tar.xz /kcrash-5.101.0.tar.xz /kcrash-5.102.0.tar.xz +/kcrash-5.103.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 2fa4ae2..04ba6a7 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,8 +2,8 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes License: LGPLv2+ @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index dcd4b5e..93fe787 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.102.0.tar.xz) = 524fe2c0341dbe910b844bb44cd9779f799848f61f482eb435f298af895f16157d09ed3c5b7d1ed46c45b146971379149b6cf575bd02cc25f4545689dcd3029c +SHA512 (kcrash-5.103.0.tar.xz) = c9dc04e2b7cef7872c185bc4cc6196756fc28dc6ea906004059d4c023a667ef8b17808b5cdf5f8c06e22b6d4b2885a62ed9bd2a42249edad341545a552add897 From 883e42b68c325154a0738a8fb9149e5938009d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 139/144] 5.104.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c2dfb0..f7bd0ae 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /kcrash-5.101.0.tar.xz /kcrash-5.102.0.tar.xz /kcrash-5.103.0.tar.xz +/kcrash-5.104.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 04ba6a7..47cb4de 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 diff --git a/sources b/sources index 93fe787..713c52f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.103.0.tar.xz) = c9dc04e2b7cef7872c185bc4cc6196756fc28dc6ea906004059d4c023a667ef8b17808b5cdf5f8c06e22b6d4b2885a62ed9bd2a42249edad341545a552add897 +SHA512 (kcrash-5.104.0.tar.xz) = 3d8e19cbb8b5396a45be8d89bfd06adf71e0a878f9c52a320e167fd28d6a14c14d529c332f3a0c5f57e3ce570fdaa236537177d09ede71e64ce82382e6d98811 From d00356c3778afe909aa235a529d8fe89e0b18a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 140/144] 5.105.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7bd0ae..a815071 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /kcrash-5.102.0.tar.xz /kcrash-5.103.0.tar.xz /kcrash-5.104.0.tar.xz +/kcrash-5.105.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 47cb4de..c6b703c 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 diff --git a/sources b/sources index 713c52f..5a9e3de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.104.0.tar.xz) = 3d8e19cbb8b5396a45be8d89bfd06adf71e0a878f9c52a320e167fd28d6a14c14d529c332f3a0c5f57e3ce570fdaa236537177d09ede71e64ce82382e6d98811 +SHA512 (kcrash-5.105.0.tar.xz) = 330dacb233ca76f2f6d06a50829db3d6a45653b7c67a136d8b2930619a105c05625d6fe97953ffa8075b648ede1b010fb15abbc0d46a9923ee3d5c4ae69f6851 From cdb874b8165faf807ab285f47b1bd634ab96e088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:22 +0200 Subject: [PATCH 141/144] 5.106.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a815071..2d7ec19 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /kcrash-5.103.0.tar.xz /kcrash-5.104.0.tar.xz /kcrash-5.105.0.tar.xz +/kcrash-5.106.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index c6b703c..6fdfcfe 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.105.0 +Version: 5.106.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 diff --git a/sources b/sources index 5a9e3de..12230ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.105.0.tar.xz) = 330dacb233ca76f2f6d06a50829db3d6a45653b7c67a136d8b2930619a105c05625d6fe97953ffa8075b648ede1b010fb15abbc0d46a9923ee3d5c4ae69f6851 +SHA512 (kcrash-5.106.0.tar.xz) = 13a9449d92e56c97d7dfe081a4c8e0cba550007e6f81c1660a3b97c32be3accdf2b9246478616cf06a3894adc85514a88974486a251629af86cdd65ddb6ad6b6 From eb1474fb8c2a9196f6b647021fe240e3489d61c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:18 +0200 Subject: [PATCH 142/144] 5.107.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2d7ec19..ff019cd 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /kcrash-5.104.0.tar.xz /kcrash-5.105.0.tar.xz /kcrash-5.106.0.tar.xz +/kcrash-5.107.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 6fdfcfe..785e3cf 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 +- 5.107.0 + * Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 - 5.106.0 diff --git a/sources b/sources index 12230ab..8d3529b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.106.0.tar.xz) = 13a9449d92e56c97d7dfe081a4c8e0cba550007e6f81c1660a3b97c32be3accdf2b9246478616cf06a3894adc85514a88974486a251629af86cdd65ddb6ad6b6 +SHA512 (kcrash-5.107.0.tar.xz) = 4f850095f8cf59bf20d252f9d6b9cab72a72991f3a3e0a057c20b71169eefb0a1b631fd7698b30e39fd5f7924e13d0526860a83bd91a2c47d89c85f6315167da From f24d8d827afdfeb0d4e47dd65961f0d129bb3d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Jul 2023 19:32:20 +0200 Subject: [PATCH 143/144] 5.108.0 --- .gitignore | 1 + kf5-kcrash.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ff019cd..ab14031 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /kcrash-5.105.0.tar.xz /kcrash-5.106.0.tar.xz /kcrash-5.107.0.tar.xz +/kcrash-5.108.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index 785e3cf..93a8fc6 100755 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -2,7 +2,7 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes @@ -68,6 +68,9 @@ developing applications that use %{name}. %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 diff --git a/sources b/sources index 8d3529b..4957fa3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcrash-5.107.0.tar.xz) = 4f850095f8cf59bf20d252f9d6b9cab72a72991f3a3e0a057c20b71169eefb0a1b631fd7698b30e39fd5f7924e13d0526860a83bd91a2c47d89c85f6315167da +SHA512 (kcrash-5.108.0.tar.xz) = 59155350e4c7482ed645cc6621c0a9f3c5f7b840c01c925d57fd6e6c5e965b731380238ef12344744b5618c9f438bfb4e613a99ca11520d3d44adf27aedf931e From bf310022392c642d63e8293d495a28d990569420 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:36:01 +0300 Subject: [PATCH 144/144] Remove unnecessary files --- sources | 1 - sources.basename | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sources delete mode 100644 sources.basename diff --git a/sources b/sources deleted file mode 100644 index 4957fa3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (kcrash-5.108.0.tar.xz) = 59155350e4c7482ed645cc6621c0a9f3c5f7b840c01c925d57fd6e6c5e965b731380238ef12344744b5618c9f438bfb4e613a99ca11520d3d44adf27aedf931e diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 27b9c3e..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kcrash