public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: Use native unwinder
@ 2026-08-03 11:04 Jakub Filak
0 siblings, 0 replies; only message in thread
From: Jakub Filak @ 2026-08-03 11:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 44c60b82f139538daf5098575194b71b41fbd818
Author : Jakub Filak <jfilak@redhat.com>
Date : 2014-07-14T12:33:45+02:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/44c60b82f139538daf5098575194b71b41fbd818?branch=update-2.17.9-f44
Log:
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 <jfilak@redhat.com> 2.2.2-2
+- use native unwinder for generating 'core_backtrace'
+
* Tue Jul 08 2014 Jakub Filak <jfilak@redhat.com> 2.2.2-1
- applet: chown each notified problem before reporting it
- koops: don't analyze MCEs like standard oopses
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 11:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:04 [rpms/abrt] update-2.17.9-f44: Use native unwinder Jakub Filak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox