From 2ee562a5b5589ed79f9a236f1bed59324b505a17 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Jan 14 2014 12:05:56 +0000 Subject: bump to 0.6 --- 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