From 44c60b82f139538daf5098575194b71b41fbd818 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Jul 14 2014 10:33:45 +0000 Subject: Use native unwinder --- diff --git a/abrt.spec b/abrt.spec index d45f5a9..e5d06f5 100644 --- a/abrt.spec +++ b/abrt.spec @@ -40,7 +40,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 2.2.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -429,7 +429,9 @@ to the shell %build autoreconf --force --install intltoolize --force --copy --automake -CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs --disable-silent-rules +CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \ + --disable-silent-rules \ + --enable-native-unwinder make %{?_smp_mflags} %install @@ -922,6 +924,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Mon Jul 14 2014 Jakub Filak 2.2.2-2 +- use native unwinder for generating 'core_backtrace' + * Tue Jul 08 2014 Jakub Filak 2.2.2-1 - applet: chown each notified problem before reporting it - koops: don't analyze MCEs like standard oopses