[will-crash] bump to 0.8

Richard Marko rmarko at fedoraproject.org
Wed Sep 10 13:41:39 UTC 2014


commit ae0649dd82b62e3cb9706f5f090af24a24471f8c
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Wed Sep 10 15:41:23 2014 +0200

    bump to 0.8
    
    Signed-off-by: Richard Marko <rmarko at fedoraproject.org>

 .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 <rmarko at fedoraproject.org> - 0.8-1
+- add will_segfault --break-link-map
+
+* Wed Aug 27 2014 Martin Milata <mmilata at redhat.com> - 0.7-5
+- added will_stackoverflow
+
 * Mon Aug 18 2014 Richard Marko <rmarko at fedoraproject.org> - 0.7-4
 - support OpenJDK8
 


More information about the scm-commits mailing list