New upstream version 0.14

Ported to elfutils-0.158 unwinder API
Frame fingerprinting disabled
Bugfixes
This commit is contained in:
Martin Milata 2014-06-10 15:56:41 +02:00
parent 58b8fa904e
commit e11bd795af
4 changed files with 11 additions and 17 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/satyr-0.11.tar.xz
/satyr-0.12.tar.xz
/satyr-0.13.tar.xz
/satyr-0.14.tar.xz

View File

@ -1,13 +0,0 @@
diff --git a/lib/core_unwind.c b/lib/core_unwind.c
index d0c7aec..7910254 100644
--- a/lib/core_unwind.c
+++ b/lib/core_unwind.c
@@ -206,7 +206,7 @@ open_coredump(const char *elf_file, const char *exe_file, char **error_msg)
ch->cb.section_address = dwfl_offline_section_address;
ch->dwfl = dwfl_begin(&ch->cb);
- if (dwfl_core_file_report(ch->dwfl, ch->eh) == -1)
+ if (dwfl_core_file_report(ch->dwfl, ch->eh, exe_file) == -1)
{
set_error_dwfl("dwfl_core_file_report");
goto fail_dwfl;

View File

@ -18,8 +18,8 @@
%endif
Name: satyr
Version: 0.13
Release: 4%{?dist}
Version: 0.14
Release: 1%{?dist}
Summary: Tools to create anonymous, machine-friendly problem reports
Group: System Environment/Libraries
License: GPLv2+
@ -38,7 +38,7 @@ BuildRequires: gcc-c++
BuildRequires: python-sphinx
%endif
Patch0: satyr-0.13-elfutils-0.158.patch
Patch0: satyr-0.14-wformat.patch
%description
Satyr is a library that can be used to create and process microreports.
@ -110,6 +110,12 @@ make check
%endif
%changelog
* Tue Jun 10 2014 Martin Milata <mmilata@redhat.com> 0.14-1
- New upstream version
- Ported to elfutils-0.158 unwinder API
- Frame fingerprinting disabled
- Bugfixes
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
2921d7a6db43df61f0af241187b91cb9 satyr-0.13.tar.xz
8f87674f1cee840d35063887b1898dbe satyr-0.14.tar.xz