diff --git a/.gitignore b/.gitignore index 5ae4726..bbce598 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /will-crash-0.7.tar.gz /will-crash-0.8.tar.gz /will-crash-0.9.tar.gz +/will-crash-0.10.tar.gz diff --git a/sources b/sources index 44431b1..fdcda19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56b3c8848b4ea3c7d104ddc7945be8e2 will-crash-0.9.tar.gz +030fdd1cf4efe2beded39a6666d9ea1b will-crash-0.10.tar.gz diff --git a/will-crash.spec b/will-crash.spec index 9321f9f..e75c3f2 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash -Version: 0.9 -Release: 4%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -13,6 +13,7 @@ BuildRequires: automake BuildRequires: java-devel BuildRequires: libtool BuildRequires: gcc-c++ +BuildRequires: ruby-devel Requires: ruby Requires: python %if 0%{?rhel} && 0%{?rhel} == 6 @@ -74,8 +75,16 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwillcrash.so* # Java runtime requires unversioned library %{_libdir}/libwilljavasegfault.so* +%{ruby_vendorlibdir}/will_crash.rb %changelog +* Thu Aug 13 2015 Richard Marko - 0.10-1 +- Version bump +- fix will_python_sigsegv for s390x +- Make it possible to run will_oops.in multiple times in row +- will_ruby_raise: fancy stacktrace +- Add --help to will_abort + * Fri Jun 19 2015 Fedora Release Engineering - 0.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild