[will-crash] bump to 0.9

Richard Marko rmarko at fedoraproject.org
Mon Nov 3 15:26:00 UTC 2014


commit 50e4f4b6ac1f7ae22255a6b07cbdff9ded8630d7
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Mon Nov 3 16:25:44 2014 +0100

    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 <jfilak at redhat.com> - 0.9-1
+- port to javapackages-utils
+
 * Wed Sep 10 2014 Richard Marko <rmarko at fedoraproject.org> - 0.8-1
 - add will_segfault --break-link-map
 


More information about the scm-commits mailing list