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:
Martin Milata 2013-12-10 17:36:11 +01:00
parent 44adc969b3
commit b095ba8bca
3 changed files with 28 additions and 14 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/satyr-0.9.tar.xz /satyr-0.9.tar.xz
/satyr-0.10.tar.xz /satyr-0.10.tar.xz
/satyr-0.11.tar.xz /satyr-0.11.tar.xz
/satyr-0.12.tar.xz

View File

@ -7,27 +7,33 @@
%define enable_python_manpage 1 %define enable_python_manpage 1
%endif %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 Name: satyr
Version: 0.11 Version: 0.12
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports Summary: Tools to create anonymous, machine-friendly problem reports
Group: System Environment/Libraries Group: System Environment/Libraries
License: GPLv2+ License: GPLv2+
URL: https://github.com/abrt/satyr URL: https://github.com/abrt/satyr
Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
BuildRequires: python2-devel BuildRequires: %{python2_devel}
BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel BuildRequires: %{libdw_devel}
BuildRequires: %{libelf_devel}
BuildRequires: binutils-devel
BuildRequires: rpm-devel BuildRequires: rpm-devel
BuildRequires: libtool
# We're going to switch to elfutils unwinder once it's available BuildRequires: pkgconfig
%if 0%{?rhel} BuildRequires: automake
%else BuildRequires: gcc-c++
# libunwind exists only on selected arches
%ifarch %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
BuildRequires: libunwind-devel >= 1.1
%endif
%endif
%if %{?enable_python_manpage} %if %{?enable_python_manpage}
BuildRequires: python-sphinx BuildRequires: python-sphinx
%endif %endif
@ -101,6 +107,13 @@ make check
%endif %endif
%changelog %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 * Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 0.11-1
- New upstream version - New upstream version
- Make all python objects hashable - Make all python objects hashable

View File

@ -1 +1 @@
09f28faae607a63e66fbf86bca16904b satyr-0.11.tar.xz ad528fc8eced484708f74f4339546652 satyr-0.12.tar.xz