New upstream version 0.12
JVM frames normalization Add C++ symbol demangling Unsigned overflow bugfixes Fix malformed uReports for Java
This commit is contained in:
parent
44adc969b3
commit
b095ba8bca
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/satyr-0.9.tar.xz
|
||||
/satyr-0.10.tar.xz
|
||||
/satyr-0.11.tar.xz
|
||||
/satyr-0.12.tar.xz
|
||||
|
39
satyr.spec
39
satyr.spec
@ -7,27 +7,33 @@
|
||||
%define enable_python_manpage 1
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%define python2_devel python-devel
|
||||
%define libdw_devel libdw-devel
|
||||
%define libelf_devel libelf-devel
|
||||
%else
|
||||
%define python2_devel python2-devel
|
||||
%define libdw_devel elfutils-devel
|
||||
%define libelf_devel elfutils-libelf-devel
|
||||
%endif
|
||||
|
||||
Name: satyr
|
||||
Version: 0.11
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: https://github.com/abrt/satyr
|
||||
Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel
|
||||
BuildRequires: %{python2_devel}
|
||||
BuildRequires: %{libdw_devel}
|
||||
BuildRequires: %{libelf_devel}
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: rpm-devel
|
||||
|
||||
# We're going to switch to elfutils unwinder once it's available
|
||||
%if 0%{?rhel}
|
||||
%else
|
||||
# libunwind exists only on selected arches
|
||||
%ifarch %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
|
||||
BuildRequires: libunwind-devel >= 1.1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
%if %{?enable_python_manpage}
|
||||
BuildRequires: python-sphinx
|
||||
%endif
|
||||
@ -101,6 +107,13 @@ make check
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 10 2013 Martin Milata <mmilata@redhat.com> 0.12-1
|
||||
- New upstream version
|
||||
- JVM frames normalization
|
||||
- Add C++ symbol demangling
|
||||
- Unsigned overflow bugfixes
|
||||
- Fix malformed uReports for Java
|
||||
|
||||
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 0.11-1
|
||||
- New upstream version
|
||||
- Make all python objects hashable
|
||||
|
Loading…
Reference in New Issue
Block a user