New upstream version 0.14
Ported to elfutils-0.158 unwinder API Frame fingerprinting disabled Bugfixes
This commit is contained in:
parent
58b8fa904e
commit
e11bd795af
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/satyr-0.11.tar.xz
|
||||
/satyr-0.12.tar.xz
|
||||
/satyr-0.13.tar.xz
|
||||
/satyr-0.14.tar.xz
|
||||
|
@ -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;
|
12
satyr.spec
12
satyr.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user