From dc089c9039e8864252f15fde6ad5400eed470508 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Dec 01 2020 16:58:59 +0000 Subject: New upstream release 0.13.3 Signed-off-by: Michal Fabik --- diff --git a/.gitignore b/.gitignore index df17d6f..c3032d0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /will-crash-0.13.tar.gz /will-crash-0.13.1.tar.gz /will-crash-0.13.2.tar.gz +/will-crash-0.13.3.tar.gz diff --git a/sources b/sources index 909a528..36fdee3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (will-crash-0.13.2.tar.gz) = 804da4c60d760132eb4bf0b15a6715118c7bfd98e5f53d3c1faaa43f7b945079cef40fdd3825c8a41a6e845d404dee80b1de6e98446930b9fabca6197257bfca +SHA512 (will-crash-0.13.3.tar.gz) = f4fcfd96a2b697b65f2850788478970b5883940049bb3dd0c8cdc108d38d0a998e7e8747aa7fe50da4355d6f0f2bd7e058d468c2cda1eb3ee8b6b7c5bb87cda7 diff --git a/will-crash.spec b/will-crash.spec index 3418123..47d1c22 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -3,25 +3,24 @@ %global _hardened_build 1 Name: will-crash -Version: 0.13.2 -Release: 3%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools License: GPLv3 URL: https://github.com/abrt/will-crash -Source0: https://github.com/abrt/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/abrt/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: java-devel BuildRequires: javapackages-tools -BuildRequires: libtool -BuildRequires: meson +BuildRequires: meson >= 0.50.0 BuildRequires: gcc-c++ BuildRequires: ruby-devel Requires: java-headless >= 1.7.0.0 Requires: javapackages-tools -Requires: perl +Requires: perl-interpreter Requires: python3 Requires: ruby @@ -66,6 +65,7 @@ like ABRT. %{_datadir}/java/willcrash/willsuppressed.jar %{_datadir}/java/willcrash/willuncaught.jar %{_datadir}/will-crash/* +%dir %{_libdir}/%{name} %{_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, @@ -75,6 +75,12 @@ like ABRT. %{ruby_vendorlibdir}/will_crash.rb %changelog +* Tue Dec 01 2020 Michal Fabik - 0.13.3-1 +- will_stackoverflow: Disable optimizations +- Drop libtool dependency +- Fix KMODSRC substitution +- Require perl-interpreter + * Wed Jul 29 2020 Fedora Release Engineering - 0.13.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild