Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc089c9039 |
3 changed files with 14 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (will-crash-0.13.2.tar.gz) = 804da4c60d760132eb4bf0b15a6715118c7bfd98e5f53d3c1faaa43f7b945079cef40fdd3825c8a41a6e845d404dee80b1de6e98446930b9fabca6197257bfca
|
||||
SHA512 (will-crash-0.13.3.tar.gz) = f4fcfd96a2b697b65f2850788478970b5883940049bb3dd0c8cdc108d38d0a998e7e8747aa7fe50da4355d6f0f2bd7e058d468c2cda1eb3ee8b6b7c5bb87cda7
|
||||
|
|
|
|||
|
|
@ -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 <mfabik@redhat.com> - 0.13.3-1
|
||||
- will_stackoverflow: Disable optimizations
|
||||
- Drop libtool dependency
|
||||
- Fix KMODSRC substitution
|
||||
- Require perl-interpreter
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue