From d648a9f125b02c2f4470e723f692e705fba3363d Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Wed, 25 Jul 2012 16:11:04 +0200 Subject: [PATCH 01/64] Initial --- .gitignore | 1 + sources | 1 + will-crash.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 will-crash.spec diff --git a/.gitignore b/.gitignore index e69de29..feaa915 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/will-crash-v0.2.tar.gz diff --git a/sources b/sources index e69de29..35b8371 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e6e90434593112af57af6ec2debbb125 will-crash-v0.2.tar.gz diff --git a/will-crash.spec b/will-crash.spec new file mode 100644 index 0000000..d891a85 --- /dev/null +++ b/will-crash.spec @@ -0,0 +1,51 @@ +%global tardirname sorki-will-crash-d08dd71 + +Name: will-crash +Version: 0.2 +Release: 1%{?dist} +Summary: Set of crashing executables written in various languages + +Group: Development/Tools +License: GPLv3 +URL: http://github.com/sorki/will-crash +Source0: https://github.com/sorki/will-crash/tarball/v%{version}/will-crash-v%{version}.tar.gz + +BuildRequires: autoconf +BuildRequires: automake +Requires: ruby +Requires: python +Requires: python3 + +%description +The main purpose of this project is to provide sample +executables for testing crash/exception handling tools +like ABRT. + +%prep +%setup -q -n %{tardirname} + +%build +autoreconf --install +%configure +make %{?_smp_mflags} + +%install +make install DESTDIR=%{buildroot} + +%files +%doc README.rst +%doc LICENSE +%doc AUTHORS +%{_bindir}/will_segfault +%{_bindir}/will_abort +%{_bindir}/will_python_raise +%{_bindir}/will_python3_raise +%{_bindir}/will_ruby_raise + +%changelog +* Wed Jul 25 2012 Richard Marko - 0.2-1 +- Version bump +* Mon Jul 23 2012 Richard Marko - 0.1-2 +- Added missing automake build requirement +* Fri Jul 20 2012 Richard Marko - 0.1-1 +- Initial packaging attempt From f1ced06f3d28061958b48b734da366299a930375 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 30 Jul 2012 11:19:37 +0200 Subject: [PATCH 02/64] Fix python3 for el6 --- will-crash.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index d891a85..345bbab 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -2,7 +2,7 @@ Name: will-crash Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -14,7 +14,11 @@ BuildRequires: autoconf BuildRequires: automake Requires: ruby Requires: python + +# Don't require python3 for el6 +%if 0%{?rhel} != 6 Requires: python3 +%endif %description The main purpose of this project is to provide sample @@ -43,6 +47,8 @@ make install DESTDIR=%{buildroot} %{_bindir}/will_ruby_raise %changelog +* Wed Jul 25 2012 Richard Marko - 0.2-2 +- Don't require python3 for el6 * Wed Jul 25 2012 Richard Marko - 0.2-1 - Version bump * Mon Jul 23 2012 Richard Marko - 0.1-2 From 79ba75617990ce311922cd120a2c22ccb8ac3984 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:08:15 -0600 Subject: [PATCH 03/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 345bbab..fa8b663 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -2,7 +2,7 @@ Name: will-crash Version: 0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -47,6 +47,9 @@ make install DESTDIR=%{buildroot} %{_bindir}/will_ruby_raise %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 25 2012 Richard Marko - 0.2-2 - Don't require python3 for el6 * Wed Jul 25 2012 Richard Marko - 0.2-1 From 6441b42ff9aea5706753b84d8a5c681541db25b5 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 21 Feb 2013 14:03:43 +0100 Subject: [PATCH 04/64] Bump to 0.3 --- .gitignore | 1 + sources | 2 +- will-crash.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index feaa915..4cdc5ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /will-crash-v0.2.tar.gz +/will-crash-v0.3.tar.gz diff --git a/sources b/sources index 35b8371..f32c929 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6e90434593112af57af6ec2debbb125 will-crash-v0.2.tar.gz +8740fa360d0258afc947985cc18a3938 will-crash-v0.3.tar.gz diff --git a/will-crash.spec b/will-crash.spec index fa8b663..641a8bf 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,8 +1,8 @@ -%global tardirname sorki-will-crash-d08dd71 +%global tardirname sorki-will-crash-4dff18b Name: will-crash -Version: 0.2 -Release: 3%{?dist} +Version: 0.3 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -43,18 +43,25 @@ make install DESTDIR=%{buildroot} %{_bindir}/will_segfault %{_bindir}/will_abort %{_bindir}/will_python_raise +%{_bindir}/will_python_sigsegv %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise %changelog +* Thu Feb 21 2013 Richard Marko - 0.3-1 +- Version bump + * Fri Feb 15 2013 Fedora Release Engineering - 0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 25 2012 Richard Marko - 0.2-2 - Don't require python3 for el6 + * Wed Jul 25 2012 Richard Marko - 0.2-1 - Version bump + * Mon Jul 23 2012 Richard Marko - 0.1-2 - Added missing automake build requirement + * Fri Jul 20 2012 Richard Marko - 0.1-1 - Initial packaging attempt From 514fc9fa67a25d56a2b63463c949a48ea7293217 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 18 Mar 2013 16:59:52 +0100 Subject: [PATCH 05/64] Bump to 0.4 --- .gitignore | 1 + sources | 2 +- will-crash.spec | 23 +++++++++++++++++------ 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4cdc5ff..c9f8ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /will-crash-v0.2.tar.gz /will-crash-v0.3.tar.gz +/will-crash-0.4.tar.gz diff --git a/sources b/sources index f32c929..cd2d013 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8740fa360d0258afc947985cc18a3938 will-crash-v0.3.tar.gz +7aff44429c080ddafd1ea1b6fc5f4a97 will-crash-0.4.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 641a8bf..b9c2d87 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,19 +1,19 @@ -%global tardirname sorki-will-crash-4dff18b - Name: will-crash -Version: 0.3 +Version: 0.4 Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools License: GPLv3 URL: http://github.com/sorki/will-crash -Source0: https://github.com/sorki/will-crash/tarball/v%{version}/will-crash-v%{version}.tar.gz +Source0: http://sources.48.io/will-crash/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake +BuildRequires: java-1.7.0-openjdk-devel Requires: ruby Requires: python +Requires: java-1.7.0-openjdk # Don't require python3 for el6 %if 0%{?rhel} != 6 @@ -26,15 +26,19 @@ executables for testing crash/exception handling tools like ABRT. %prep -%setup -q -n %{tardirname} +%setup -q %build -autoreconf --install +./autogen.sh %configure make %{?_smp_mflags} %install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/java + make install DESTDIR=%{buildroot} +# no devel package -> no *.so links to versioned libraries needed +find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %files %doc README.rst @@ -46,8 +50,15 @@ make install DESTDIR=%{buildroot} %{_bindir}/will_python_sigsegv %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise +%{_bindir}/will_java_segfault +%{_datadir}/java/* +# Java runtime requires unversioned library +%{_libdir}/libwilljavasegfault.so* %changelog +* Mon Mar 18 2013 Richard Marko - 0.4-1 +- Version bump, added will_java_segfault + * Thu Feb 21 2013 Richard Marko - 0.3-1 - Version bump From 49d4e501b7c9e84e7eb434c43757161830ae7212 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 18 Mar 2013 18:13:49 +0100 Subject: [PATCH 06/64] add libtool to buildreqs --- will-crash.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/will-crash.spec b/will-crash.spec index b9c2d87..712727b 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -11,6 +11,7 @@ Source0: http://sources.48.io/will-crash/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: java-1.7.0-openjdk-devel +BuildRequires: libtool Requires: ruby Requires: python Requires: java-1.7.0-openjdk From 4717e837c8dd00f727a63cc2e6453b1e1f39c32f Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 3 May 2013 12:23:49 +0200 Subject: [PATCH 07/64] update to the latest upstream 0.5 Signed-off-by: Richard Marko rmarko: added sources for 0.5 --- .gitignore | 1 + sources | 2 +- will-crash.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c9f8ff2..5165dae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /will-crash-v0.2.tar.gz /will-crash-v0.3.tar.gz /will-crash-0.4.tar.gz +/will-crash-0.5.tar.gz diff --git a/sources b/sources index cd2d013..257db2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7aff44429c080ddafd1ea1b6fc5f4a97 will-crash-0.4.tar.gz +417d57d3b846a4cf978d26ec93134798 will-crash-0.5.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 712727b..bb1d1cf 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,5 +1,5 @@ Name: will-crash -Version: 0.4 +Version: 0.5 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -52,11 +52,17 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise %{_bindir}/will_java_segfault +%{_bindir}/will_oops %{_datadir}/java/* +%{_datadir}/will-crash/* # Java runtime requires unversioned library %{_libdir}/libwilljavasegfault.so* %changelog +* Fri May 2 2013 Jiri Moskovcak 0.5-1 +- new upstream release - 0.5 +- added will_oops + * Mon Mar 18 2013 Richard Marko - 0.4-1 - Version bump, added will_java_segfault From e9361cbf94ec475a35ece44ecf8e742c8566a31b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:57:50 -0500 Subject: [PATCH 08/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index bb1d1cf..4399f34 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -59,6 +59,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri May 2 2013 Jiri Moskovcak 0.5-1 - new upstream release - 0.5 - added will_oops From 2ee562a5b5589ed79f9a236f1bed59324b505a17 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 14 Jan 2014 13:05:56 +0100 Subject: [PATCH 09/64] bump to 0.6 --- .gitignore | 1 + sources | 2 +- will-crash.spec | 16 ++++++++++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5165dae..4aef3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /will-crash-v0.3.tar.gz /will-crash-0.4.tar.gz /will-crash-0.5.tar.gz +/will-crash-0.6.tar diff --git a/sources b/sources index 257db2a..1975717 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -417d57d3b846a4cf978d26ec93134798 will-crash-0.5.tar.gz +037444d9089fdcefbeed77f63905b52c will-crash-0.6.tar diff --git a/will-crash.spec b/will-crash.spec index 4399f34..daed595 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -16,8 +16,9 @@ Requires: ruby Requires: python Requires: java-1.7.0-openjdk -# Don't require python3 for el6 -%if 0%{?rhel} != 6 +# Don't require python3 for el6/el7 +%if 0%{?rhel} +%else Requires: python3 %endif @@ -52,13 +53,20 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise %{_bindir}/will_java_segfault +%{_bindir}/will_cpp_segfault %{_bindir}/will_oops %{_datadir}/java/* %{_datadir}/will-crash/* +%{_libdir}/libwillcrash.so* # Java runtime requires unversioned library %{_libdir}/libwilljavasegfault.so* %changelog +* Tue Jan 14 2013 Richard Marko - 0.6-1 +- Version bump +- added will_cpp_segfault +- reworked will_segfault to produce more stack frames + * Sun Aug 04 2013 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From f89bf1b67f34e731f77e91423339d8014866ba92 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 14 Jan 2014 13:10:07 +0100 Subject: [PATCH 10/64] 2014.. --- will-crash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index daed595..39bd134 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -62,7 +62,7 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog -* Tue Jan 14 2013 Richard Marko - 0.6-1 +* Tue Jan 14 2014 Richard Marko - 0.6-1 - Version bump - added will_cpp_segfault - reworked will_segfault to produce more stack frames From 14fd480eaac66c46b03dd24d849ef52de900a5ef Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 14 Jan 2014 13:17:57 +0100 Subject: [PATCH 11/64] correct sources extension, fix bogus date in spec --- .gitignore | 1 + sources | 2 +- will-crash.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4aef3b3..baa707d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /will-crash-0.4.tar.gz /will-crash-0.5.tar.gz /will-crash-0.6.tar +/will-crash-0.6.tar.gz diff --git a/sources b/sources index 1975717..8108002 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -037444d9089fdcefbeed77f63905b52c will-crash-0.6.tar +7fce3d5f149a55ce6c5a034542233c2c will-crash-0.6.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 39bd134..770ad8a 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -70,7 +70,7 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f * Sun Aug 04 2013 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -* Fri May 2 2013 Jiri Moskovcak 0.5-1 +* Fri May 3 2013 Jiri Moskovcak 0.5-1 - new upstream release - 0.5 - added will_oops From 08941ebdbc30c900751f0fe961fe9baf98dad630 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 14 Jan 2014 14:28:09 +0100 Subject: [PATCH 12/64] exclude ppc64 on el6/7 --- will-crash.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 770ad8a..018de8c 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -16,8 +16,9 @@ Requires: ruby Requires: python Requires: java-1.7.0-openjdk -# Don't require python3 for el6/el7 +# Don't require python3 for el6/el7, exclude ppc64 due to missing java %if 0%{?rhel} +ExcludeArch: ppc64 %else Requires: python3 %endif From 28ab2086b36ed7856a197dd5c63dfd2d19357c51 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 2 Jun 2014 12:53:37 +0200 Subject: [PATCH 13/64] bump to 0.7 Signed-off-by: Richard Marko --- .gitignore | 1 + sources | 2 +- will-crash.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index baa707d..6bfac4a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /will-crash-0.5.tar.gz /will-crash-0.6.tar /will-crash-0.6.tar.gz +/will-crash-0.7.tar.gz diff --git a/sources b/sources index 8108002..b51a294 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fce3d5f149a55ce6c5a034542233c2c will-crash-0.6.tar.gz +9e8dce00ebd8c4d9bab0efc944cff522 will-crash-0.7.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 018de8c..c4918e5 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,5 +1,5 @@ Name: will-crash -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -12,6 +12,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: java-1.7.0-openjdk-devel BuildRequires: libtool +BuildRequires: gcc-c++ Requires: ruby Requires: python Requires: java-1.7.0-openjdk @@ -54,6 +55,8 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise %{_bindir}/will_java_segfault +%{_bindir}/will_java_throw +%{_bindir}/will_java_throw_remote %{_bindir}/will_cpp_segfault %{_bindir}/will_oops %{_datadir}/java/* @@ -63,6 +66,11 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Mon Jun 2 2014 Richard Marko - 0.7-1 +- Version bump +- added will_abort --random +- added will_java_throw_remote + * Tue Jan 14 2014 Richard Marko - 0.6-1 - Version bump - added will_cpp_segfault From 020606897c96172f9a936674eb11b0fa468f9fd0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:34:39 -0500 Subject: [PATCH 14/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index c4918e5..f361f8e 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -66,6 +66,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Mon Jun 2 2014 Richard Marko - 0.7-1 - Version bump - added will_abort --random From d8557adfb879138bc596d7a083c918d22b4c3ed5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 08:38:57 +0000 Subject: [PATCH 15/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index f361f8e..0fccefd 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -66,6 +66,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 06a5e4d73f42283931d9e2fc99b09373e3c1f02f Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 18 Aug 2014 14:54:35 +0200 Subject: [PATCH 16/64] support OpenJDK8 Signed-off-by: Richard Marko --- will-crash.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/will-crash.spec b/will-crash.spec index 0fccefd..80dc124 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -10,12 +10,13 @@ Source0: http://sources.48.io/will-crash/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake -BuildRequires: java-1.7.0-openjdk-devel +BuildRequires: java-devel BuildRequires: libtool BuildRequires: gcc-c++ Requires: ruby Requires: python -Requires: java-1.7.0-openjdk +Requires: java-headless +Requires: jpackage-utils # Don't require python3 for el6/el7, exclude ppc64 due to missing java %if 0%{?rhel} @@ -66,6 +67,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Mon Aug 18 2014 Richard Marko - 0.7-4 +- support OpenJDK8 + * Mon Aug 18 2014 Fedora Release Engineering - 0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From ae0649dd82b62e3cb9706f5f090af24a24471f8c Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Wed, 10 Sep 2014 15:41:23 +0200 Subject: [PATCH 17/64] bump to 0.8 Signed-off-by: Richard Marko --- .gitignore | 1 + sources | 2 +- will-crash.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6bfac4a..06016c0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /will-crash-0.6.tar /will-crash-0.6.tar.gz /will-crash-0.7.tar.gz +/will-crash-0.8.tar.gz diff --git a/sources b/sources index b51a294..6a3300b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e8dce00ebd8c4d9bab0efc944cff522 will-crash-0.7.tar.gz +1fb70a1f83d465726f1a7f942f79d92e will-crash-0.8.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 80dc124..e2749d2 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash -Version: 0.7 -Release: 4%{?dist} +Version: 0.8 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -59,6 +59,7 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote %{_bindir}/will_cpp_segfault +%{_bindir}/will_stackoverflow %{_bindir}/will_oops %{_datadir}/java/* %{_datadir}/will-crash/* @@ -67,6 +68,12 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Wed Sep 10 2014 Richard Marko - 0.8-1 +- add will_segfault --break-link-map + +* Wed Aug 27 2014 Martin Milata - 0.7-5 +- added will_stackoverflow + * Mon Aug 18 2014 Richard Marko - 0.7-4 - support OpenJDK8 From 50e4f4b6ac1f7ae22255a6b07cbdff9ded8630d7 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 3 Nov 2014 16:25:44 +0100 Subject: [PATCH 18/64] bump to 0.9 --- .gitignore | 1 + sources | 2 +- will-crash.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 06016c0..5ae4726 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /will-crash-0.6.tar.gz /will-crash-0.7.tar.gz /will-crash-0.8.tar.gz +/will-crash-0.9.tar.gz diff --git a/sources b/sources index 6a3300b..78d0793 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fb70a1f83d465726f1a7f942f79d92e will-crash-0.8.tar.gz +46698f1282fd5b6a49bdc6095284d21a will-crash-0.9.tar.gz diff --git a/will-crash.spec b/will-crash.spec index e2749d2..510280d 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,5 +1,5 @@ Name: will-crash -Version: 0.8 +Version: 0.9 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -15,8 +15,8 @@ BuildRequires: libtool BuildRequires: gcc-c++ Requires: ruby Requires: python -Requires: java-headless -Requires: jpackage-utils +Requires: java-headless >= 1.7.0.0 +Requires: javapackages-tools # Don't require python3 for el6/el7, exclude ppc64 due to missing java %if 0%{?rhel} @@ -58,6 +58,7 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote +%{_bindir}/will_java_throw_suppressed %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops @@ -68,6 +69,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Thu Oct 30 2014 Jakub Filak - 0.9-1 +- port to javapackages-utils + * Wed Sep 10 2014 Richard Marko - 0.8-1 - add will_segfault --break-link-map From 1f42750ddd946ae2df1bc359a98d5787f8fecef0 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Wed, 5 Nov 2014 12:16:10 +0100 Subject: [PATCH 19/64] Revert "bump to 0.9" This reverts commit 50e4f4b6ac1f7ae22255a6b07cbdff9ded8630d7. --- .gitignore | 1 - sources | 2 +- will-crash.spec | 10 +++------- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5ae4726..06016c0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ /will-crash-0.6.tar.gz /will-crash-0.7.tar.gz /will-crash-0.8.tar.gz -/will-crash-0.9.tar.gz diff --git a/sources b/sources index 78d0793..6a3300b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46698f1282fd5b6a49bdc6095284d21a will-crash-0.9.tar.gz +1fb70a1f83d465726f1a7f942f79d92e will-crash-0.8.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 510280d..e2749d2 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,5 +1,5 @@ Name: will-crash -Version: 0.9 +Version: 0.8 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -15,8 +15,8 @@ BuildRequires: libtool BuildRequires: gcc-c++ Requires: ruby Requires: python -Requires: java-headless >= 1.7.0.0 -Requires: javapackages-tools +Requires: java-headless +Requires: jpackage-utils # Don't require python3 for el6/el7, exclude ppc64 due to missing java %if 0%{?rhel} @@ -58,7 +58,6 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote -%{_bindir}/will_java_throw_suppressed %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops @@ -69,9 +68,6 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog -* Thu Oct 30 2014 Jakub Filak - 0.9-1 -- port to javapackages-utils - * Wed Sep 10 2014 Richard Marko - 0.8-1 - add will_segfault --break-link-map From e40cc716339130ecba05454fdf0d2fe0f1b8bec3 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 24 Nov 2014 15:23:40 +0100 Subject: [PATCH 20/64] Revert "Revert "bump to 0.9"" This reverts commit 1f42750ddd946ae2df1bc359a98d5787f8fecef0. --- .gitignore | 1 + sources | 2 +- will-crash.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 06016c0..5ae4726 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /will-crash-0.6.tar.gz /will-crash-0.7.tar.gz /will-crash-0.8.tar.gz +/will-crash-0.9.tar.gz diff --git a/sources b/sources index 6a3300b..78d0793 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fb70a1f83d465726f1a7f942f79d92e will-crash-0.8.tar.gz +46698f1282fd5b6a49bdc6095284d21a will-crash-0.9.tar.gz diff --git a/will-crash.spec b/will-crash.spec index e2749d2..510280d 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,5 +1,5 @@ Name: will-crash -Version: 0.8 +Version: 0.9 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -15,8 +15,8 @@ BuildRequires: libtool BuildRequires: gcc-c++ Requires: ruby Requires: python -Requires: java-headless -Requires: jpackage-utils +Requires: java-headless >= 1.7.0.0 +Requires: javapackages-tools # Don't require python3 for el6/el7, exclude ppc64 due to missing java %if 0%{?rhel} @@ -58,6 +58,7 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote +%{_bindir}/will_java_throw_suppressed %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops @@ -68,6 +69,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Thu Oct 30 2014 Jakub Filak - 0.9-1 +- port to javapackages-utils + * Wed Sep 10 2014 Richard Marko - 0.8-1 - add will_segfault --break-link-map From 26a8b65a6e3db4d6d3461129c0324e1b3f3604bb Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 24 Nov 2014 15:26:32 +0100 Subject: [PATCH 21/64] correct sources --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 78d0793..44431b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46698f1282fd5b6a49bdc6095284d21a will-crash-0.9.tar.gz +56b3c8848b4ea3c7d104ddc7945be8e2 will-crash-0.9.tar.gz From 2ad9213908e61b50d3d19be83be554a048070763 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 24 Nov 2014 15:38:35 +0100 Subject: [PATCH 22/64] fix will_java_throw_suppressed availability on RHEL6 --- will-crash.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 510280d..45c5d42 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -58,7 +58,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote +%if 0%{?rhel} && 0%{?rhel} < 7 %{_bindir}/will_java_throw_suppressed +%endif %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops @@ -69,6 +71,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Mon Nov 24 2014 Richard Marko - 0.9-2 +- fix will_java_throw_suppressed availability on RHEL6 + * Thu Oct 30 2014 Jakub Filak - 0.9-1 - port to javapackages-utils From 353da0efad3556583e5c99558cc0b98da8672eec Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Mon, 24 Nov 2014 15:48:26 +0100 Subject: [PATCH 23/64] fix conditional --- will-crash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 45c5d42..5fde219 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -58,7 +58,7 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote -%if 0%{?rhel} && 0%{?rhel} < 7 +%if 0%{?rhel} && 0%{?rhel} > 6 %{_bindir}/will_java_throw_suppressed %endif %{_bindir}/will_cpp_segfault From da7974db42b8f8fd39a37814102f31beecc6bf12 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 18:35:48 +0200 Subject: [PATCH 24/64] Rebuilt for GCC 5 C++11 ABI change --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 5fde219..892058a 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -71,6 +71,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Sat May 02 2015 Kalev Lember - 0.9-3 +- Rebuilt for GCC 5 C++11 ABI change + * Mon Nov 24 2014 Richard Marko - 0.9-2 - fix will_java_throw_suppressed availability on RHEL6 From e7b1286ad268d0582b3576b0d908ad668b74fb53 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:26:27 +0000 Subject: [PATCH 25/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 892058a..b974dc1 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -71,6 +71,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 0.9-3 - Rebuilt for GCC 5 C++11 ABI change From 9dff3d35f6481e9a598858f72ad23e2a07a2226e Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 13 Aug 2015 10:36:28 +0200 Subject: [PATCH 26/64] Use correct java packages on el6 --- will-crash.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/will-crash.spec b/will-crash.spec index b974dc1..9321f9f 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -15,8 +15,13 @@ BuildRequires: libtool BuildRequires: gcc-c++ Requires: ruby Requires: python +%if 0%{?rhel} && 0%{?rhel} == 6 +Requires: java-1.8.0-openjdk-headless +Requires: jpackage-utils +%else Requires: java-headless >= 1.7.0.0 Requires: javapackages-tools +%endif # Don't require python3 for el6/el7, exclude ppc64 due to missing java %if 0%{?rhel} From ee7cbc3e34e568ed7a5c0130dfc3f69f244bde3f Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 13 Aug 2015 10:42:02 +0200 Subject: [PATCH 27/64] 0.10 --- .gitignore | 1 + sources | 2 +- will-crash.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ae4726..bbce598 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /will-crash-0.7.tar.gz /will-crash-0.8.tar.gz /will-crash-0.9.tar.gz +/will-crash-0.10.tar.gz diff --git a/sources b/sources index 44431b1..fdcda19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56b3c8848b4ea3c7d104ddc7945be8e2 will-crash-0.9.tar.gz +030fdd1cf4efe2beded39a6666d9ea1b will-crash-0.10.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 9321f9f..e75c3f2 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash -Version: 0.9 -Release: 4%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -13,6 +13,7 @@ BuildRequires: automake BuildRequires: java-devel BuildRequires: libtool BuildRequires: gcc-c++ +BuildRequires: ruby-devel Requires: ruby Requires: python %if 0%{?rhel} && 0%{?rhel} == 6 @@ -74,8 +75,16 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwillcrash.so* # Java runtime requires unversioned library %{_libdir}/libwilljavasegfault.so* +%{ruby_vendorlibdir}/will_crash.rb %changelog +* Thu Aug 13 2015 Richard Marko - 0.10-1 +- Version bump +- fix will_python_sigsegv for s390x +- Make it possible to run will_oops.in multiple times in row +- will_ruby_raise: fancy stacktrace +- Add --help to will_abort + * Fri Jun 19 2015 Fedora Release Engineering - 0.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 37af7b9c2b08d06faffe24d730620b35690d2f25 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:02:55 +0000 Subject: [PATCH 28/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index e75c3f2..04be7d8 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Aug 13 2015 Richard Marko - 0.10-1 - Version bump - fix will_python_sigsegv for s390x From 2ea99b8fa474caf3d188d142805a42532d812209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:38 +0100 Subject: [PATCH 29/64] Rebuild for Python 3.6 --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 04be7d8..61b726a 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Mon Dec 19 2016 Miro Hrončok - 0.10-3 +- Rebuild for Python 3.6 + * Fri Feb 05 2016 Fedora Release Engineering - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 828b2a36f98baa4be799e0520e925696019a6eac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:24:24 +0000 Subject: [PATCH 30/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 61b726a..7fc97e9 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Dec 19 2016 Miro Hrončok - 0.10-3 - Rebuild for Python 3.6 From 4006bbbd00e0d56303ffa97f0071aec4d6e2c132 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:38:06 +0000 Subject: [PATCH 31/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 7fc97e9..878e8b6 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 93026599a2c9725c8f4e768f603c5b590cbbc39a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:17:26 +0000 Subject: [PATCH 32/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 878e8b6..ca22e32 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 1153c430d8de616117de9596f6335d958f7ce7cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:58:24 +0000 Subject: [PATCH 33/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index ca22e32..6f14a63 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.10-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From cd952431ebd5bbae60e4ee284944da533c7cc0b6 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Fri, 9 Feb 2018 23:46:30 +0100 Subject: [PATCH 34/64] Update Python 2 dependency declarations to new packaging standards --- will-crash.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/will-crash.spec b/will-crash.spec index 6f14a63..07e43ac 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -15,7 +15,7 @@ BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: ruby-devel Requires: ruby -Requires: python +Requires: python2 %if 0%{?rhel} && 0%{?rhel} == 6 Requires: java-1.8.0-openjdk-headless Requires: jpackage-utils @@ -78,6 +78,10 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.10-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 07de11eeb8f203df91a34e90ec716432c4e66145 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:51:56 +0000 Subject: [PATCH 35/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 07e43ac..03bb6a9 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -78,6 +78,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.10-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Iryna Shcherbina - 0.10-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) From 7d6ac5cfac7e5e09fce9b7f49b7fdd0d037b8c99 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 36/64] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- will-crash.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 03bb6a9..e6f3fe4 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,7 +3,6 @@ Version: 0.10 Release: 9%{?dist} Summary: Set of crashing executables written in various languages -Group: Development/Tools License: GPLv3 URL: http://github.com/sorki/will-crash Source0: http://sources.48.io/will-crash/%{name}-%{version}.tar.gz From 1d7472c8e744465e1d4123f2ed83797d246b0a67 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:45:02 +0000 Subject: [PATCH 37/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index e6f3fe4..10a3aaa 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.10 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Set of crashing executables written in various languages License: GPLv3 @@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.10-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b04794e0e15bbb5704a89e6a79cc1616b99bc2bf Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Tue, 2 Jul 2019 14:15:43 +0200 Subject: [PATCH 38/64] Update to 0.12 Signed-off-by: Ernestas Kulik --- .gitignore | 1 + sources | 2 +- will-crash.spec | 37 ++++++++++++++++++------------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index bbce598..33574ea 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /will-crash-0.8.tar.gz /will-crash-0.9.tar.gz /will-crash-0.10.tar.gz +/will-crash-v0.12.tar.gz diff --git a/sources b/sources index fdcda19..2cf2b3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -030fdd1cf4efe2beded39a6666d9ea1b will-crash-0.10.tar.gz +SHA512 (will-crash-v0.12.tar.gz) = 13e2eb1cd33e62a70b8d75a11f2d2f65a49d34848e65ab06150e48a0bf7a6786e3b89b0fcfe303debf030cfccbbb421aedcbfdf7b6dd568c573e9a10ff5bb57b diff --git a/will-crash.spec b/will-crash.spec index 10a3aaa..4ef50e7 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,11 +1,15 @@ +# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE +# http://fedoraproject.org/wiki/Hardened_Packages +%global _hardened_build 1 + Name: will-crash -Version: 0.10 -Release: 10%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages License: GPLv3 -URL: http://github.com/sorki/will-crash -Source0: http://sources.48.io/will-crash/%{name}-%{version}.tar.gz +URL: https://github.com/abrt/will-crash +Source0: https://github.com/abrt/%{name}/archive/v%{version}/%{name}-v%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -14,21 +18,10 @@ BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: ruby-devel Requires: ruby -Requires: python2 -%if 0%{?rhel} && 0%{?rhel} == 6 -Requires: java-1.8.0-openjdk-headless -Requires: jpackage-utils -%else Requires: java-headless >= 1.7.0.0 Requires: javapackages-tools -%endif -# Don't require python3 for el6/el7, exclude ppc64 due to missing java -%if 0%{?rhel} -ExcludeArch: ppc64 -%else Requires: python3 -%endif %description The main purpose of this project is to provide sample @@ -41,6 +34,7 @@ like ABRT. %build ./autogen.sh %configure + make %{?_smp_mflags} %install @@ -55,17 +49,16 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %doc LICENSE %doc AUTHORS %{_bindir}/will_segfault +%{_bindir}/will_segfault_in_new_pid +%{_bindir}/will_segfault_threads %{_bindir}/will_abort -%{_bindir}/will_python_raise -%{_bindir}/will_python_sigsegv +%{_bindir}/will_python3_sigsegv %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote -%if 0%{?rhel} && 0%{?rhel} > 6 %{_bindir}/will_java_throw_suppressed -%endif %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops @@ -77,6 +70,12 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Tue Jul 02 2019 Ernestas Kulik - 0.12-1 +- Update upstream URIs +- Enable PIEs +- Remove RHEL 6/7-specific content +- Update to 0.12 + * Sun Feb 03 2019 Fedora Release Engineering - 0.10-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 7d5aad26688ab8f6bb32744293b9ce66d84c768f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:30:16 +0000 Subject: [PATCH 39/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 4ef50e7..bc4f753 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages License: GPLv3 @@ -70,6 +70,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Jul 02 2019 Ernestas Kulik - 0.12-1 - Update upstream URIs - Enable PIEs From a94c3a314dba180e1f2a3ecd75a8442645eceb9e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:43:38 +0000 Subject: [PATCH 40/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index bc4f753..980e0b5 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages License: GPLv3 @@ -70,6 +70,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 2b39b9ba1280ba4fda85a4da09a0f03322707eb1 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Thu, 20 Feb 2020 09:49:50 +0100 Subject: [PATCH 41/64] [packit] 0.13 upstream release Upstream tag: v0.13 Upstream commit: c6aa3974 Signed-off-by: Ernestas Kulik --- .gitignore | 1 + .packit.yml | 18 ++++++++++++++++++ README.packit | 3 +++ sources | 2 +- will-crash.spec | 46 +++++++++++++++++++++++++--------------------- 5 files changed, 48 insertions(+), 22 deletions(-) create mode 100644 .packit.yml create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 33574ea..517be7c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /will-crash-0.9.tar.gz /will-crash-0.10.tar.gz /will-crash-v0.12.tar.gz +/will-crash-0.13.tar.gz diff --git a/.packit.yml b/.packit.yml new file mode 100644 index 0000000..09deb35 --- /dev/null +++ b/.packit.yml @@ -0,0 +1,18 @@ +specfile_path: will-crash.spec +synced_files: + - .packit.yml + - will-crash.spec +upstream_package_name: will-crash +upstream_project_url: https://github.com/abrt/will-crash +downstream_package_name: will-crash +jobs: +- job: propose_downstream + trigger: release + metadata: + dist-git-branch: fedora-all +- job: copr_build + trigger: pull_request + metadata: + targets: + - epel-8 + - fedora-all diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..19936d7 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.8.1. diff --git a/sources b/sources index 2cf2b3c..1c5fb5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-v0.12.tar.gz) = 13e2eb1cd33e62a70b8d75a11f2d2f65a49d34848e65ab06150e48a0bf7a6786e3b89b0fcfe303debf030cfccbbb421aedcbfdf7b6dd568c573e9a10ff5bb57b +SHA512 (will-crash-0.13.tar.gz) = 5e14a1782709fc5466bf5e4fbbe508b61717378fffe7184af7e328ee209d0b22a1536eba7d9c97b6c617dd2dde588ba962badb6fc84038107f20b22b79d7215d diff --git a/will-crash.spec b/will-crash.spec index 980e0b5..d4934cc 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,25 +3,27 @@ %global _hardened_build 1 Name: will-crash -Version: 0.12 -Release: 3%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages +Group: Development/Tools License: GPLv3 URL: https://github.com/abrt/will-crash -Source0: https://github.com/abrt/%{name}/archive/v%{version}/%{name}-v%{version}.tar.gz +Source0: https://github.com/abrt/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: autoconf -BuildRequires: automake BuildRequires: java-devel +BuildRequires: javapackages-tools BuildRequires: libtool +BuildRequires: meson BuildRequires: gcc-c++ BuildRequires: ruby-devel -Requires: ruby + Requires: java-headless >= 1.7.0.0 Requires: javapackages-tools - +Requires: perl Requires: python3 +Requires: ruby %description The main purpose of this project is to provide sample @@ -32,26 +34,23 @@ like ABRT. %setup -q %build -./autogen.sh -%configure - -make %{?_smp_mflags} +%meson \ + -Djavadir=%{_javadir} \ + -D_java_home=%{java_home} \ + %{nil} +%meson_build %install -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/java - -make install DESTDIR=%{buildroot} -# no devel package -> no *.so links to versioned libraries needed -find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f +%meson_install %files %doc README.rst %doc LICENSE -%doc AUTHORS %{_bindir}/will_segfault %{_bindir}/will_segfault_in_new_pid %{_bindir}/will_segfault_threads %{_bindir}/will_abort +%{_bindir}/will_perl_sigsegv %{_bindir}/will_python3_sigsegv %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise @@ -62,14 +61,19 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops -%{_datadir}/java/* +%{_datadir}/java/WillRaiseSigSegv.class +%{_datadir}/java/willcrash/willremoteloader.jar +%{_datadir}/java/willcrash/willsuppressed.jar +%{_datadir}/java/willcrash/willuncaught.jar %{_datadir}/will-crash/* -%{_libdir}/libwillcrash.so* -# Java runtime requires unversioned library -%{_libdir}/libwilljavasegfault.so* +%{_libdir}/libwillcrash.so +%{_libdir}/libwilljavasegfault.so %{ruby_vendorlibdir}/will_crash.rb %changelog +* Thu Feb 20 2020 Ernestas Kulik - 0.13-1 +- new upstream release: 0.13 + * Fri Jan 31 2020 Fedora Release Engineering - 0.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 2a7d32aec48b7c63c0a7f4e9f5651a728b2247a3 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Thu, 20 Feb 2020 13:29:06 +0100 Subject: [PATCH 42/64] [packit] 0.13.1 upstream release Upstream tag: v0.13.1 Upstream commit: 7a126fd0 Signed-off-by: Ernestas Kulik --- .gitignore | 1 + .packit.yml | 27 ++++++++++++++------------- sources | 2 +- will-crash.spec | 5 ++++- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 517be7c..6d8a34b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /will-crash-0.10.tar.gz /will-crash-v0.12.tar.gz /will-crash-0.13.tar.gz +/will-crash-0.13.1.tar.gz diff --git a/.packit.yml b/.packit.yml index 09deb35..1ffaeab 100644 --- a/.packit.yml +++ b/.packit.yml @@ -1,18 +1,19 @@ -specfile_path: will-crash.spec +specfile_path: 'will-crash.spec' synced_files: - - .packit.yml - - will-crash.spec -upstream_package_name: will-crash -upstream_project_url: https://github.com/abrt/will-crash -downstream_package_name: will-crash + - '.packit.yml' + - 'will-crash.spec' +upstream_package_name: 'will-crash' +upstream_project_url: 'https://github.com/abrt/will-crash' +upstream_tag_template: 'v{version}' +downstream_package_name: 'will-crash' jobs: -- job: propose_downstream - trigger: release +- job: 'propose_downstream' + trigger: 'release' metadata: - dist-git-branch: fedora-all -- job: copr_build - trigger: pull_request + dist-git-branch: 'fedora-all' +- job: 'copr_build' + trigger: 'pull_request' metadata: targets: - - epel-8 - - fedora-all + - 'epel-8' + - 'fedora-all' diff --git a/sources b/sources index 1c5fb5f..4658521 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-0.13.tar.gz) = 5e14a1782709fc5466bf5e4fbbe508b61717378fffe7184af7e328ee209d0b22a1536eba7d9c97b6c617dd2dde588ba962badb6fc84038107f20b22b79d7215d +SHA512 (will-crash-0.13.1.tar.gz) = 05166db3617573a05386af2db3ee6a7cbdaff28f3eae046b31d7e49b29abceb2b725e8164b30f8d468b23529d4efc62a1fee5661ce05780b8dc73d599ea53ca5 diff --git a/will-crash.spec b/will-crash.spec index d4934cc..6b60e0c 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,7 +3,7 @@ %global _hardened_build 1 Name: will-crash -Version: 0.13 +Version: 0.13.1 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -71,6 +71,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 +- new upstream release: 0.13.1 + * Thu Feb 20 2020 Ernestas Kulik - 0.13-1 - new upstream release: 0.13 From 52fbb40e26b9ec846104d3f01bdd65964da981d0 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Thu, 20 Feb 2020 13:35:20 +0100 Subject: [PATCH 43/64] [packit] 0.13.1 upstream release Upstream tag: v0.13.1 Upstream commit: 3b9ee9b7 Signed-off-by: Ernestas Kulik --- will-crash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/will-crash.spec b/will-crash.spec index 6b60e0c..4193862 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -66,14 +66,17 @@ like ABRT. %{_datadir}/java/willcrash/willsuppressed.jar %{_datadir}/java/willcrash/willuncaught.jar %{_datadir}/will-crash/* -%{_libdir}/libwillcrash.so -%{_libdir}/libwilljavasegfault.so +%{_libdir}/libwillcrash.so* +%{_libdir}/libwilljavasegfault.so* %{ruby_vendorlibdir}/will_crash.rb %changelog * Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 - new upstream release: 0.13.1 +* Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 +- new upstream release: 0.13.1 + * Thu Feb 20 2020 Ernestas Kulik - 0.13-1 - new upstream release: 0.13 From 4fa2a2b654cbb990f173b5e5d79085f02d9e7d5c Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Fri, 21 Feb 2020 09:26:32 +0100 Subject: [PATCH 44/64] [packit] 0.13.2 upstream release Upstream tag: v0.13.2 Upstream commit: bda2dc05 Signed-off-by: Ernestas Kulik --- .gitignore | 1 + sources | 2 +- will-crash.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d8a34b..df17d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /will-crash-v0.12.tar.gz /will-crash-0.13.tar.gz /will-crash-0.13.1.tar.gz +/will-crash-0.13.2.tar.gz diff --git a/sources b/sources index 4658521..909a528 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-0.13.1.tar.gz) = 05166db3617573a05386af2db3ee6a7cbdaff28f3eae046b31d7e49b29abceb2b725e8164b30f8d468b23529d4efc62a1fee5661ce05780b8dc73d599ea53ca5 +SHA512 (will-crash-0.13.2.tar.gz) = 804da4c60d760132eb4bf0b15a6715118c7bfd98e5f53d3c1faaa43f7b945079cef40fdd3825c8a41a6e845d404dee80b1de6e98446930b9fabca6197257bfca diff --git a/will-crash.spec b/will-crash.spec index 4193862..5408adf 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,7 +3,7 @@ %global _hardened_build 1 Name: will-crash -Version: 0.13.1 +Version: 0.13.2 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -66,11 +66,18 @@ like ABRT. %{_datadir}/java/willcrash/willsuppressed.jar %{_datadir}/java/willcrash/willuncaught.jar %{_datadir}/will-crash/* -%{_libdir}/libwillcrash.so* +%{_libdir}/%{name}/libwillcrash.so +# There’s no way to set the rpath in Java, so it will either look in whatever +# path it does or we have to use System.load(), which takes a path to a library, +# but then you need to guess the extension, which is not portable (though doesn’t +# matter here per se, it’s still not desirable to write hacks). %{_libdir}/libwilljavasegfault.so* %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Feb 21 2020 Ernestas Kulik - 0.13.2-1 +- new upstream release: 0.13.2 + * Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 - new upstream release: 0.13.1 From 788c36b9acc77c4c55e1eb87e63843afc2ba3cb6 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 11 Jul 2020 08:22:00 +0200 Subject: [PATCH 45/64] Rebuilt for JDK-11 --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 5408adf..3356333 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.13.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jul 11 2020 Jiri Vanek - 0.13.2-2 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Feb 21 2020 Ernestas Kulik - 0.13.2-1 - new upstream release: 0.13.2 From 3c7a1a3ffb4787aab8cdb005e61c646d1e7244a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:09:28 +0000 Subject: [PATCH 46/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 3356333..3418123 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.13.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.13.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Sat Jul 11 2020 Jiri Vanek - 0.13.2-2 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 From 622157f4ff5ede761a5550d971fd1e25b0b47c3d Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Tue, 1 Dec 2020 17:04:31 +0100 Subject: [PATCH 47/64] New upstream release 0.13.3 Signed-off-by: Michal Fabik --- .gitignore | 1 + sources | 2 +- will-crash.spec | 18 ++++++++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index df17d6f..c3032d0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /will-crash-0.13.tar.gz /will-crash-0.13.1.tar.gz /will-crash-0.13.2.tar.gz +/will-crash-0.13.3.tar.gz diff --git a/sources b/sources index 909a528..36fdee3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-0.13.2.tar.gz) = 804da4c60d760132eb4bf0b15a6715118c7bfd98e5f53d3c1faaa43f7b945079cef40fdd3825c8a41a6e845d404dee80b1de6e98446930b9fabca6197257bfca +SHA512 (will-crash-0.13.3.tar.gz) = f4fcfd96a2b697b65f2850788478970b5883940049bb3dd0c8cdc108d38d0a998e7e8747aa7fe50da4355d6f0f2bd7e058d468c2cda1eb3ee8b6b7c5bb87cda7 diff --git a/will-crash.spec b/will-crash.spec index 3418123..ed6a9d6 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,25 +3,24 @@ %global _hardened_build 1 Name: will-crash -Version: 0.13.2 -Release: 3%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools License: GPLv3 URL: https://github.com/abrt/will-crash -Source0: https://github.com/abrt/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: java-devel BuildRequires: javapackages-tools -BuildRequires: libtool -BuildRequires: meson +BuildRequires: meson >= 0.50.0 BuildRequires: gcc-c++ BuildRequires: ruby-devel Requires: java-headless >= 1.7.0.0 Requires: javapackages-tools -Requires: perl +Requires: perl-interpreter Requires: python3 Requires: ruby @@ -66,6 +65,7 @@ like ABRT. %{_datadir}/java/willcrash/willsuppressed.jar %{_datadir}/java/willcrash/willuncaught.jar %{_datadir}/will-crash/* +%dir %{_libdir}/%{name} %{_libdir}/%{name}/libwillcrash.so # There’s no way to set the rpath in Java, so it will either look in whatever # path it does or we have to use System.load(), which takes a path to a library, @@ -75,6 +75,12 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Tue Dec 01 2020 Michal Fabik - 0.13.3-1 +- will_stackoverflow: Disable optimizations +- Drop libtool dependency +- Fix KMODSRC substitution +- Require perl-interpreter + * Wed Jul 29 2020 Fedora Release Engineering - 0.13.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From a0b387d16a2d15c9db0b7f1e7551a3393728b682 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Tue, 1 Dec 2020 18:13:33 +0100 Subject: [PATCH 48/64] spec: Correct Source0 Signed-off-by: Michal Fabik --- will-crash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/will-crash.spec b/will-crash.spec index ed6a9d6..09be72a 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,13 +4,13 @@ Name: will-crash Version: 0.13.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools License: GPLv3 URL: https://github.com/abrt/will-crash -Source0: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/abrt/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: java-devel BuildRequires: javapackages-tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Tue Dec 01 2020 Michal Fabik - 0.13.3-2 +- spec: Correct Source0 + * Tue Dec 01 2020 Michal Fabik - 0.13.3-1 - will_stackoverflow: Disable optimizations - Drop libtool dependency From 86468d577e851a893b9557c9f309a1f147c63eaa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:30:36 +0000 Subject: [PATCH 49/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 09be72a..74b2b95 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.13.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.13.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 01 2020 Michal Fabik - 0.13.3-2 - spec: Correct Source0 From 9fc6ae773148bacb86f74e32a4cbf0b5ea8060c1 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Fri, 5 Mar 2021 13:09:54 +0100 Subject: [PATCH 50/64] gating: Add gating.yaml --- gating.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..de03204 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,20 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + From 41a661ad338e0956e0f1e4810f9bf8139bfcc348 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Fri, 5 Mar 2021 13:34:44 +0100 Subject: [PATCH 51/64] Add simple smoke test Build a minimal program using a library provided aby will-crash --- .fmf/version | 1 + gating.yaml | 2 ++ tests/smoke.fmf | 6 ++++++ tests/smoke.sh | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 .fmf/version create mode 100644 tests/smoke.fmf create mode 100755 tests/smoke.sh diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index de03204..9ca798d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,6 +7,7 @@ rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} --- !Policy product_versions: @@ -17,4 +18,5 @@ rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/tests/smoke.fmf b/tests/smoke.fmf new file mode 100644 index 0000000..3ae3462 --- /dev/null +++ b/tests/smoke.fmf @@ -0,0 +1,6 @@ +summary: Basic smoke test for will-crash +require: gcc +execute: + script: | + tests/smoke.sh + will_abort; [ $? -eq 134 ] diff --git a/tests/smoke.sh b/tests/smoke.sh new file mode 100755 index 0000000..bd315e9 --- /dev/null +++ b/tests/smoke.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash +echo "void *c(){} int main(){call_me_back(c, NULL);}" | /usr/bin/gcc -include stddef.h -l:/will-crash/libwillcrash.so -x c -Wno-implicit-function-declaration - +rm -f a.out From 55b47a6633d41c7d587cb4d00c186732d010f0d3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:57:30 +0000 Subject: [PATCH 52/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 74b2b95..5e8820e 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.13.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.13.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.13.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 3e404504890efbe1500d9f661bd4af49f9804202 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:28:58 +0000 Subject: [PATCH 53/64] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 5e8820e..9c6a36d 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.13.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.13.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.13.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 10b24f8da31e500f1d9dfde68e9a1a6a2cbbcfab Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 31 Jan 2022 18:00:23 -0800 Subject: [PATCH 54/64] epel8-playground decommissioned : https://pagure.io/epel/issue/136 --- .gitignore | 0 dead.package | 1 + sources | 0 3 files changed, 1 insertion(+) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a72aec0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +epel8-playground decommissioned : https://pagure.io/epel/issue/136 diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000 From d0c0f8d6f79095a07b01d692ebf7615611f68215 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sun, 6 Feb 2022 00:37:48 +0100 Subject: [PATCH 55/64] Rebuilt for java-17-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java17 --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 9c6a36d..182f22f 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -4,7 +4,7 @@ Name: will-crash Version: 0.13.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -75,6 +75,9 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Feb 05 2022 Jiri Vanek - 0.13.3-6 +- Rebuilt for java-17-openjdk as system jdk + * Sat Jan 22 2022 Fedora Release Engineering - 0.13.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 79ed9d234f079d2c32e3af4819719f8db90fd512 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 15 Jul 2022 12:45:33 +0000 Subject: [PATCH 56/64] [packit] 0.13.5 upstream release Upstream tag: v0.13.5 Upstream commit: 925d2a52 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- will-crash.spec | 37 ++++++++++++++++++++++++++++++++----- 4 files changed, 35 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c3032d0..d646080 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /will-crash-0.13.1.tar.gz /will-crash-0.13.2.tar.gz /will-crash-0.13.3.tar.gz +/will-crash-0.13.5.tar.gz diff --git a/README.packit b/README.packit index 19936d7..041ac90 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.8.1. +The file was generated using packit 0.54.1.dev2+g26d336d. diff --git a/sources b/sources index 36fdee3..7a938d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-0.13.3.tar.gz) = f4fcfd96a2b697b65f2850788478970b5883940049bb3dd0c8cdc108d38d0a998e7e8747aa7fe50da4355d6f0f2bd7e058d468c2cda1eb3ee8b6b7c5bb87cda7 +SHA512 (will-crash-0.13.5.tar.gz) = 72034b2b5392ec8958725ea87232abfa922d323af8cd1db5a6da4830cfd0d6e6feda686f09043c85133caff1ba7c72430ff0ab839e6b329ace534ab0413fb2b4 diff --git a/will-crash.spec b/will-crash.spec index 182f22f..bc657e2 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -2,9 +2,15 @@ # http://fedoraproject.org/wiki/Hardened_Packages %global _hardened_build 1 +%ifarch %{java_arches} +%global JAVA 1 +%else +%global JAVA 0 +%endif + Name: will-crash -Version: 0.13.3 -Release: 6%{?dist} +Version: 0.13.5 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -12,17 +18,22 @@ License: GPLv3 URL: https://github.com/abrt/will-crash Source0: https://github.com/abrt/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +%if %{JAVA} BuildRequires: java-devel BuildRequires: javapackages-tools +%endif BuildRequires: meson >= 0.50.0 BuildRequires: gcc-c++ BuildRequires: ruby-devel +%if %{JAVA} Requires: java-headless >= 1.7.0.0 Requires: javapackages-tools +%endif Requires: perl-interpreter Requires: python3 Requires: ruby +Recommends: kernel-devel %description The main purpose of this project is to provide sample @@ -33,10 +44,18 @@ like ABRT. %setup -q %build +%if %{JAVA} %meson \ -Djavadir=%{_javadir} \ -D_java_home=%{java_home} \ %{nil} +%else +mv meson.build-nojava meson.build +mv src/meson.build-nojava src/meson.build +rm meson_options.txt +%meson \ + %{nil} +%endif %meson_build %install @@ -53,17 +72,19 @@ like ABRT. %{_bindir}/will_python3_sigsegv %{_bindir}/will_python3_raise %{_bindir}/will_ruby_raise +%{_bindir}/will_cpp_segfault +%{_bindir}/will_stackoverflow +%{_bindir}/will_oops +%if %{JAVA} %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote %{_bindir}/will_java_throw_suppressed -%{_bindir}/will_cpp_segfault -%{_bindir}/will_stackoverflow -%{_bindir}/will_oops %{_datadir}/java/WillRaiseSigSegv.class %{_datadir}/java/willcrash/willremoteloader.jar %{_datadir}/java/willcrash/willsuppressed.jar %{_datadir}/java/willcrash/willuncaught.jar +%endif %{_datadir}/will-crash/* %dir %{_libdir}/%{name} %{_libdir}/%{name}/libwillcrash.so @@ -71,10 +92,16 @@ like ABRT. # path it does or we have to use System.load(), which takes a path to a library, # but then you need to guess the extension, which is not portable (though doesn’t # matter here per se, it’s still not desirable to write hacks). +%if %{JAVA} %{_libdir}/libwilljavasegfault.so* +%endif %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Jul 15 2022 Packit - 0.13.5-1 +- Release version 0.13.5-1 (Michal Fabik) +- spec: Fix source tarball path (Michal Fabik) + * Sat Feb 05 2022 Jiri Vanek - 0.13.3-6 - Rebuilt for java-17-openjdk as system jdk From aee5c652dd027a94f9f336f006b310a5fdd6d489 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Mon, 18 Jul 2022 12:53:39 +0200 Subject: [PATCH 57/64] gating: Fix smoke test Crashing with SIGABRT is correct behaviour for will_abort. Don't fail the smoke test when this happens. --- tests/smoke.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke.fmf b/tests/smoke.fmf index 3ae3462..4237b0b 100644 --- a/tests/smoke.fmf +++ b/tests/smoke.fmf @@ -3,4 +3,4 @@ require: gcc execute: script: | tests/smoke.sh - will_abort; [ $? -eq 134 ] + will_abort || [ $? -eq 134 ] From a471274f8aff9ab803628bdc0fefb3798991eacc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:26:11 +0000 Subject: [PATCH 58/64] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index bc657e2..88e62aa 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -10,7 +10,7 @@ Name: will-crash Version: 0.13.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -98,6 +98,9 @@ rm meson_options.txt %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.13.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jul 15 2022 Packit - 0.13.5-1 - Release version 0.13.5-1 (Michal Fabik) - spec: Fix source tarball path (Michal Fabik) From 31b44606d1a0c4322752155d83992ff1e25b19ef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:50:21 +0000 Subject: [PATCH 59/64] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 88e62aa..a4f71c8 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -10,7 +10,7 @@ Name: will-crash Version: 0.13.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -98,6 +98,9 @@ rm meson_options.txt %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.13.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.13.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From fbe0a18f2c0763bf8ff7d1780e93ab8c98501bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Thu, 2 Feb 2023 16:16:30 +0100 Subject: [PATCH 60/64] Use SPDX format for license field See [the wiki][1] for details. [1]: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 --- will-crash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index a4f71c8..df9f4cd 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -14,7 +14,7 @@ Release: 3%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools -License: GPLv3 +License: GPL-3.0-only URL: https://github.com/abrt/will-crash Source0: https://github.com/abrt/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz From 9a0bff7db94a87e089b6e00ae01d2aace41d68d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:13:31 +0000 Subject: [PATCH 61/64] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index df9f4cd..94ae860 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -10,7 +10,7 @@ Name: will-crash Version: 0.13.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -98,6 +98,9 @@ rm meson_options.txt %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.13.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.13.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From fa28de3810ac59bbc2bf7898ae4e531e344781d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:50:01 +0000 Subject: [PATCH 62/64] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index 94ae860..f10d37e 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -10,7 +10,7 @@ Name: will-crash Version: 0.13.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -98,6 +98,9 @@ rm meson_options.txt %{ruby_vendorlibdir}/will_crash.rb %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.13.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.13.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 3c406942d159ad0731bc6ac78518e01ea96481c8 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 18:29:43 +0100 Subject: [PATCH 63/64] Rebuilt for java-21-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java21 --- will-crash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/will-crash.spec b/will-crash.spec index f10d37e..3e3c8e5 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -10,7 +10,7 @@ Name: will-crash Version: 0.13.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -98,6 +98,9 @@ rm meson_options.txt %{ruby_vendorlibdir}/will_crash.rb %changelog +* Tue Feb 27 2024 Jiri Vanek - 0.13.5-6 +- Rebuilt for java-21-openjdk as system jdk + * Sat Jan 27 2024 Fedora Release Engineering - 0.13.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From ba47edf85280149d48083d3ddcb695a5587d8270 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 1 Jul 2024 12:20:56 -0500 Subject: [PATCH 64/64] Orphaned for 6+ weeks --- .fmf/version | 1 - .gitignore | 16 --- .packit.yml | 19 ---- README.packit | 3 - dead.package | 1 + gating.yaml | 22 ---- sources | 1 - tests/smoke.fmf | 6 -- tests/smoke.sh | 3 - will-crash.spec | 269 ------------------------------------------------ 10 files changed, 1 insertion(+), 340 deletions(-) delete mode 100644 .fmf/version delete mode 100644 .gitignore delete mode 100644 .packit.yml delete mode 100644 README.packit create mode 100644 dead.package delete mode 100644 gating.yaml delete mode 100644 sources delete mode 100644 tests/smoke.fmf delete mode 100755 tests/smoke.sh delete mode 100644 will-crash.spec diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d646080..0000000 --- a/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -/will-crash-v0.2.tar.gz -/will-crash-v0.3.tar.gz -/will-crash-0.4.tar.gz -/will-crash-0.5.tar.gz -/will-crash-0.6.tar -/will-crash-0.6.tar.gz -/will-crash-0.7.tar.gz -/will-crash-0.8.tar.gz -/will-crash-0.9.tar.gz -/will-crash-0.10.tar.gz -/will-crash-v0.12.tar.gz -/will-crash-0.13.tar.gz -/will-crash-0.13.1.tar.gz -/will-crash-0.13.2.tar.gz -/will-crash-0.13.3.tar.gz -/will-crash-0.13.5.tar.gz diff --git a/.packit.yml b/.packit.yml deleted file mode 100644 index 1ffaeab..0000000 --- a/.packit.yml +++ /dev/null @@ -1,19 +0,0 @@ -specfile_path: 'will-crash.spec' -synced_files: - - '.packit.yml' - - 'will-crash.spec' -upstream_package_name: 'will-crash' -upstream_project_url: 'https://github.com/abrt/will-crash' -upstream_tag_template: 'v{version}' -downstream_package_name: 'will-crash' -jobs: -- job: 'propose_downstream' - trigger: 'release' - metadata: - dist-git-branch: 'fedora-all' -- job: 'copr_build' - trigger: 'pull_request' - metadata: - targets: - - 'epel-8' - - 'fedora-all' diff --git a/README.packit b/README.packit deleted file mode 100644 index 041ac90..0000000 --- a/README.packit +++ /dev/null @@ -1,3 +0,0 @@ -This repository is maintained by packit. -https://packit.dev/ -The file was generated using packit 0.54.1.dev2+g26d336d. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 9ca798d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - diff --git a/sources b/sources deleted file mode 100644 index 7a938d7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (will-crash-0.13.5.tar.gz) = 72034b2b5392ec8958725ea87232abfa922d323af8cd1db5a6da4830cfd0d6e6feda686f09043c85133caff1ba7c72430ff0ab839e6b329ace534ab0413fb2b4 diff --git a/tests/smoke.fmf b/tests/smoke.fmf deleted file mode 100644 index 4237b0b..0000000 --- a/tests/smoke.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: Basic smoke test for will-crash -require: gcc -execute: - script: | - tests/smoke.sh - will_abort || [ $? -eq 134 ] diff --git a/tests/smoke.sh b/tests/smoke.sh deleted file mode 100755 index bd315e9..0000000 --- a/tests/smoke.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/bash -echo "void *c(){} int main(){call_me_back(c, NULL);}" | /usr/bin/gcc -include stddef.h -l:/will-crash/libwillcrash.so -x c -Wno-implicit-function-declaration - -rm -f a.out diff --git a/will-crash.spec b/will-crash.spec deleted file mode 100644 index 3e3c8e5..0000000 --- a/will-crash.spec +++ /dev/null @@ -1,269 +0,0 @@ -# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE -# http://fedoraproject.org/wiki/Hardened_Packages -%global _hardened_build 1 - -%ifarch %{java_arches} -%global JAVA 1 -%else -%global JAVA 0 -%endif - -Name: will-crash -Version: 0.13.5 -Release: 6%{?dist} -Summary: Set of crashing executables written in various languages - -Group: Development/Tools -License: GPL-3.0-only -URL: https://github.com/abrt/will-crash -Source0: https://github.com/abrt/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz - -%if %{JAVA} -BuildRequires: java-devel -BuildRequires: javapackages-tools -%endif -BuildRequires: meson >= 0.50.0 -BuildRequires: gcc-c++ -BuildRequires: ruby-devel - -%if %{JAVA} -Requires: java-headless >= 1.7.0.0 -Requires: javapackages-tools -%endif -Requires: perl-interpreter -Requires: python3 -Requires: ruby -Recommends: kernel-devel - -%description -The main purpose of this project is to provide sample -executables for testing crash/exception handling tools -like ABRT. - -%prep -%setup -q - -%build -%if %{JAVA} -%meson \ - -Djavadir=%{_javadir} \ - -D_java_home=%{java_home} \ - %{nil} -%else -mv meson.build-nojava meson.build -mv src/meson.build-nojava src/meson.build -rm meson_options.txt -%meson \ - %{nil} -%endif -%meson_build - -%install -%meson_install - -%files -%doc README.rst -%doc LICENSE -%{_bindir}/will_segfault -%{_bindir}/will_segfault_in_new_pid -%{_bindir}/will_segfault_threads -%{_bindir}/will_abort -%{_bindir}/will_perl_sigsegv -%{_bindir}/will_python3_sigsegv -%{_bindir}/will_python3_raise -%{_bindir}/will_ruby_raise -%{_bindir}/will_cpp_segfault -%{_bindir}/will_stackoverflow -%{_bindir}/will_oops -%if %{JAVA} -%{_bindir}/will_java_segfault -%{_bindir}/will_java_throw -%{_bindir}/will_java_throw_remote -%{_bindir}/will_java_throw_suppressed -%{_datadir}/java/WillRaiseSigSegv.class -%{_datadir}/java/willcrash/willremoteloader.jar -%{_datadir}/java/willcrash/willsuppressed.jar -%{_datadir}/java/willcrash/willuncaught.jar -%endif -%{_datadir}/will-crash/* -%dir %{_libdir}/%{name} -%{_libdir}/%{name}/libwillcrash.so -# There’s no way to set the rpath in Java, so it will either look in whatever -# path it does or we have to use System.load(), which takes a path to a library, -# but then you need to guess the extension, which is not portable (though doesn’t -# matter here per se, it’s still not desirable to write hacks). -%if %{JAVA} -%{_libdir}/libwilljavasegfault.so* -%endif -%{ruby_vendorlibdir}/will_crash.rb - -%changelog -* Tue Feb 27 2024 Jiri Vanek - 0.13.5-6 -- Rebuilt for java-21-openjdk as system jdk - -* Sat Jan 27 2024 Fedora Release Engineering - 0.13.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 0.13.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 0.13.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.13.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jul 15 2022 Packit - 0.13.5-1 -- Release version 0.13.5-1 (Michal Fabik) -- spec: Fix source tarball path (Michal Fabik) - -* Sat Feb 05 2022 Jiri Vanek - 0.13.3-6 -- Rebuilt for java-17-openjdk as system jdk - -* Sat Jan 22 2022 Fedora Release Engineering - 0.13.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.13.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.13.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 01 2020 Michal Fabik - 0.13.3-2 -- spec: Correct Source0 - -* Tue Dec 01 2020 Michal Fabik - 0.13.3-1 -- will_stackoverflow: Disable optimizations -- Drop libtool dependency -- Fix KMODSRC substitution -- Require perl-interpreter - -* Wed Jul 29 2020 Fedora Release Engineering - 0.13.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jul 11 2020 Jiri Vanek - 0.13.2-2 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Fri Feb 21 2020 Ernestas Kulik - 0.13.2-1 -- new upstream release: 0.13.2 - -* Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 -- new upstream release: 0.13.1 - -* Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 -- new upstream release: 0.13.1 - -* Thu Feb 20 2020 Ernestas Kulik - 0.13-1 -- new upstream release: 0.13 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.12-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 0.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 02 2019 Ernestas Kulik - 0.12-1 -- Update upstream URIs -- Enable PIEs -- Remove RHEL 6/7-specific content -- Update to 0.12 - -* Sun Feb 03 2019 Fedora Release Engineering - 0.10-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.10-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Iryna Shcherbina - 0.10-8 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0.10-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.10-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.10-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.10-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.10-3 -- Rebuild for Python 3.6 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Aug 13 2015 Richard Marko - 0.10-1 -- Version bump -- fix will_python_sigsegv for s390x -- Make it possible to run will_oops.in multiple times in row -- will_ruby_raise: fancy stacktrace -- Add --help to will_abort - -* Fri Jun 19 2015 Fedora Release Engineering - 0.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 0.9-3 -- Rebuilt for GCC 5 C++11 ABI change - -* Mon Nov 24 2014 Richard Marko - 0.9-2 -- fix will_java_throw_suppressed availability on RHEL6 - -* Thu Oct 30 2014 Jakub Filak - 0.9-1 -- port to javapackages-utils - -* Wed Sep 10 2014 Richard Marko - 0.8-1 -- add will_segfault --break-link-map - -* Wed Aug 27 2014 Martin Milata - 0.7-5 -- added will_stackoverflow - -* Mon Aug 18 2014 Richard Marko - 0.7-4 -- support OpenJDK8 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Jun 2 2014 Richard Marko - 0.7-1 -- Version bump -- added will_abort --random -- added will_java_throw_remote - -* Tue Jan 14 2014 Richard Marko - 0.6-1 -- Version bump -- added will_cpp_segfault -- reworked will_segfault to produce more stack frames - -* Sun Aug 04 2013 Fedora Release Engineering - 0.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri May 3 2013 Jiri Moskovcak 0.5-1 -- new upstream release - 0.5 -- added will_oops - -* Mon Mar 18 2013 Richard Marko - 0.4-1 -- Version bump, added will_java_segfault - -* Thu Feb 21 2013 Richard Marko - 0.3-1 -- Version bump - -* Fri Feb 15 2013 Fedora Release Engineering - 0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 25 2012 Richard Marko - 0.2-2 -- Don't require python3 for el6 - -* Wed Jul 25 2012 Richard Marko - 0.2-1 -- Version bump - -* Mon Jul 23 2012 Richard Marko - 0.1-2 -- Added missing automake build requirement - -* Fri Jul 20 2012 Richard Marko - 0.1-1 -- Initial packaging attempt