From d5086926be5e23435f8136b93d30b9c7b979bbc9 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Dec 10 2013 16:54:11 +0000 Subject: New upstream version 0.12 JVM frames normalization Add C++ symbol demangling Unsigned overflow bugfixes Fix malformed uReports for Java --- diff --git a/.gitignore b/.gitignore index ba76512..8a7803f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /satyr-0.9.tar.xz /satyr-0.10.tar.xz /satyr-0.11.tar.xz +/satyr-0.12.tar.xz diff --git a/satyr.spec b/satyr.spec index 15609dc..cab619a 100644 --- a/satyr.spec +++ b/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 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 0.11-1 - New upstream version - Make all python objects hashable diff --git a/sources b/sources index 7198dc9..55ceb4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09f28faae607a63e66fbf86bca16904b satyr-0.11.tar.xz +ad528fc8eced484708f74f4339546652 satyr-0.12.tar.xz