From 4fa2a2b654cbb990f173b5e5d79085f02d9e7d5c Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Feb 21 2020 08:26:32 +0000 Subject: [packit] 0.13.2 upstream release Upstream tag: v0.13.2 Upstream commit: bda2dc05 Signed-off-by: Ernestas Kulik --- diff --git a/.gitignore b/.gitignore index 6d8a34b..df17d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /will-crash-v0.12.tar.gz /will-crash-0.13.tar.gz /will-crash-0.13.1.tar.gz +/will-crash-0.13.2.tar.gz diff --git a/sources b/sources index 4658521..909a528 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-0.13.1.tar.gz) = 05166db3617573a05386af2db3ee6a7cbdaff28f3eae046b31d7e49b29abceb2b725e8164b30f8d468b23529d4efc62a1fee5661ce05780b8dc73d599ea53ca5 +SHA512 (will-crash-0.13.2.tar.gz) = 804da4c60d760132eb4bf0b15a6715118c7bfd98e5f53d3c1faaa43f7b945079cef40fdd3825c8a41a6e845d404dee80b1de6e98446930b9fabca6197257bfca diff --git a/will-crash.spec b/will-crash.spec index 4193862..5408adf 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,7 +3,7 @@ %global _hardened_build 1 Name: will-crash -Version: 0.13.1 +Version: 0.13.2 Release: 1%{?dist} Summary: Set of crashing executables written in various languages @@ -66,11 +66,18 @@ like ABRT. %{_datadir}/java/willcrash/willsuppressed.jar %{_datadir}/java/willcrash/willuncaught.jar %{_datadir}/will-crash/* -%{_libdir}/libwillcrash.so* +%{_libdir}/%{name}/libwillcrash.so +# There’s no way to set the rpath in Java, so it will either look in whatever +# path it does or we have to use System.load(), which takes a path to a library, +# but then you need to guess the extension, which is not portable (though doesn’t +# matter here per se, it’s still not desirable to write hacks). %{_libdir}/libwilljavasegfault.so* %{ruby_vendorlibdir}/will_crash.rb %changelog +* Fri Feb 21 2020 Ernestas Kulik - 0.13.2-1 +- new upstream release: 0.13.2 + * Thu Feb 20 2020 Ernestas Kulik - 0.13.1-1 - new upstream release: 0.13.1