[will-crash] update to the latest upstream 0.5

Richard Marko rmarko at fedoraproject.org
Fri May 3 12:34:54 UTC 2013


commit 4717e837c8dd00f727a63cc2e6453b1e1f39c32f
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Fri May 3 12:23:49 2013 +0200

    update to the latest upstream 0.5
    
    Signed-off-by: Richard Marko <rmarko at fedoraproject.org>
    
    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 <jmoskovc at redhat.com> 0.5-1
+- new upstream release - 0.5
+- added will_oops
+
 * Mon Mar 18 2013 Richard Marko  <rmarko at fedoraproject.org> - 0.4-1
 - Version bump, added will_java_segfault
 


More information about the scm-commits mailing list