[will-crash/el6] Revert "bump to 0.9"

Richard Marko rmarko at fedoraproject.org
Wed Nov 5 11:16:01 UTC 2014


commit 1f42750ddd946ae2df1bc359a98d5787f8fecef0
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Wed Nov 5 12:16:10 2014 +0100

    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 <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