From 520ebef48ba3b63792a1c30b1cfe8cdc6d914f40 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Jul 29 2013 17:05:26 +0000 Subject: New upstream version Do not export internal function symbols. --- diff --git a/.gitignore b/.gitignore index 53fa876..d128931 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /satyr-0.3.tar.xz /satyr-0.4.tar.xz /satyr-0.5.tar.xz +/satyr-0.6.tar.xz diff --git a/satyr-0.5-always_build_gdb_output_based_unwinder.patch b/satyr-0.5-always_build_gdb_output_based_unwinder.patch deleted file mode 100644 index a49fd8e..0000000 --- a/satyr-0.5-always_build_gdb_output_based_unwinder.patch +++ /dev/null @@ -1,36 +0,0 @@ -From db15f83d09faf472a02b28ac97770c84769d8004 Mon Sep 17 00:00:00 2001 -From: Martin Milata -Date: Thu, 25 Jul 2013 16:56:07 +0200 -Subject: [SATYR PATCH] Always build GDB-output-based unwinder - -Previously it was built only when a native unwinding library was -present, which does not make any sense. - -Signed-off-by: Martin Milata -Signed-off-by: Jakub Filak ---- - lib/core_unwind.c | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - -diff --git a/lib/core_unwind.c b/lib/core_unwind.c -index f15a0f9..f8ec516 100644 ---- a/lib/core_unwind.c -+++ b/lib/core_unwind.c -@@ -49,7 +49,7 @@ sr_parse_coredump(const char *coredump_filename, - return NULL; - } - --#else /* !defined WITH_LIBDWFL && !defined WITH_LIBUNWIND */ -+#endif /* !defined WITH_LIBDWFL && !defined WITH_LIBUNWIND */ - - /* FIXME: is there another way to pass the executable name to the find_elf - * callback? */ -@@ -444,5 +444,3 @@ sr_core_stacktrace_from_gdb(const char *gdb_output, const char *core_file, - sr_gdb_stacktrace_free(gdb_stacktrace); - return core_stacktrace; - } -- --#endif /* !defined WITH_LIBDWFL && !defined WITH_LIBUNWIND */ --- -1.8.3.1 - diff --git a/satyr.spec b/satyr.spec index 394e470..30fb54f 100644 --- a/satyr.spec +++ b/satyr.spec @@ -1,14 +1,13 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: satyr -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +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 -Patch0: satyr-0.5-always_build_gdb_output_based_unwinder.patch BuildRequires: python2-devel BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel BuildRequires: rpm-devel @@ -40,7 +39,6 @@ Python bindings for %{name}. %prep %setup -q -%patch0 -p1 %build %configure --disable-static @@ -74,6 +72,10 @@ make check %{python_sitearch}/%{name}/* %changelog +* Mon Jul 29 2013 Martin Milata 0.6-1 +- New upstream version + - Do not export internal function symbols. + * Thu Jul 25 2013 Martin Milata 0.5-2 - Remove libunwind dependency altogether, always use GDB for unwinding. diff --git a/sources b/sources index 2bc3892..28c1c3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d14eecc4b927c56a4368d3f5f6cfff4 satyr-0.5.tar.xz +a20f28c8c86c88c980cdabdc5e281240 satyr-0.6.tar.xz