diff --git a/.gitignore b/.gitignore index bf56d04..7c716b5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /satyr-0.11.tar.xz /satyr-0.12.tar.xz /satyr-0.13.tar.xz +/satyr-0.14.tar.xz diff --git a/satyr-0.13-elfutils-0.158.patch b/satyr-0.13-elfutils-0.158.patch deleted file mode 100644 index 715b329..0000000 --- a/satyr-0.13-elfutils-0.158.patch +++ /dev/null @@ -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; diff --git a/satyr.spec b/satyr.spec index d92a3d0..3c03590 100644 --- a/satyr.spec +++ b/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 0.14-1 +- New upstream version + - Ported to elfutils-0.158 unwinder API + - Frame fingerprinting disabled + - Bugfixes + * Sun Jun 08 2014 Fedora Release Engineering - 0.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 226fe16..5b048c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2921d7a6db43df61f0af241187b91cb9 satyr-0.13.tar.xz +8f87674f1cee840d35063887b1898dbe satyr-0.14.tar.xz