[abrt] New upstream release 2.1.2

Jakub Filak jfilak at fedoraproject.org
Tue Mar 19 15:02:32 UTC 2013


commit 1ad6267aaeeb52689805efd9d9ca5bccb3008163
Author: Jakub Filak <jfilak at redhat.com>
Date:   Tue Mar 19 12:32:56 2013 +0100

    New upstream release 2.1.2
    
    Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540

 .gitignore |    1 +
 abrt.spec  |   53 ++++++++++++++++++++++++++++++++++++++++++++++-------
 sources    |    2 +-
 3 files changed, 48 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08de38e..4adca73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.0.20.tar.gz
 /abrt-2.1.0.tar.gz
 /abrt-2.1.1.tar.gz
+/abrt-2.1.2.tar.gz
diff --git a/abrt.spec b/abrt.spec
index ec9629e..cf93301 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -24,8 +24,8 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.1.1
-Release: 3%{?dist}
+Version: 2.1.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -49,6 +49,7 @@ BuildRequires: intltool
 BuildRequires: libtool
 BuildRequires: nss-devel
 BuildRequires: asciidoc
+BuildRequires: doxygen
 BuildRequires: xmlto
 BuildRequires: libreport-devel >= 2.1.0-1
 BuildRequires: btparser-devel
@@ -107,6 +108,8 @@ Group: System Environment/Libraries
 Requires: cpio, btparser
 Requires: gdb >= 7.0-3
 Requires: elfutils
+# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
+Requires: %{name}-retrace-client
 Requires: %{name} = %{version}-%{release}
 
 %description addon-ccpp
@@ -269,7 +272,7 @@ problems handled by ABRT in Python.
 
 %build
 autoconf
-CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules
+CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
@@ -464,7 +467,7 @@ fi
 %preun addon-kerneloops
 if [ "$1" -eq "0" ] ; then
 %if %{with systemd}
-    /bin/systemctl --no-reload abrt-oops.service >/dev/null 2>&1 || :
+    /bin/systemctl --no-reload disable abrt-oops.service >/dev/null 2>&1 || :
     /bin/systemctl stop abrt-oops.service >/dev/null 2>&1 || :
 %else
     service abrt-oops stop >/dev/null 2>&1
@@ -475,7 +478,7 @@ fi
 %preun addon-xorg
 if [ "$1" -eq "0" ] ; then
 %if %{with systemd}
-    /bin/systemctl --no-reload abrt-xorg.service >/dev/null 2>&1 || :
+    /bin/systemctl --no-reload disable abrt-xorg.service >/dev/null 2>&1 || :
     /bin/systemctl stop abrt-xorg.service >/dev/null 2>&1 || :
 %else
     service abrt-xorg stop >/dev/null 2>&1
@@ -486,7 +489,7 @@ fi
 %preun addon-vmcore
 if [ "$1" -eq "0" ] ; then
 %if %{with systemd}
-    /bin/systemctl --no-reload abrt-vmcore.service >/dev/null 2>&1 || :
+    /bin/systemctl --no-reload disable abrt-vmcore.service >/dev/null 2>&1 || :
     /bin/systemctl stop abrt-vmcore.service >/dev/null 2>&1 || :
 %else
     service abrt-vmcore stop >/dev/null 2>&1
@@ -585,6 +588,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/abrt.conf.5.gz
 %{_mandir}/man5/abrt-action-save-package-data.conf.5.gz
 # {_mandir}/man5/pyhook.conf.5.gz
+%{_mandir}/man1/abrt-action-analyze-ccpp-local.*
 
 %files libs
 %defattr(-,root,root,-)
@@ -592,6 +596,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files devel
 %defattr(-,root,root,-)
+%doc apidoc/html/*
 %{_includedir}/abrt/*
 %{_libdir}/libabrt*.so
 #FIXME: this should go to libreportgtk-devel package
@@ -630,6 +635,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/abrt-action-list-dsos
 %{_bindir}/abrt-action-perform-ccpp-analysis
 %{_bindir}/abrt-dedup-client
+%{_bindir}/abrt-action-analyze-ccpp-local
 %{_sbindir}/abrt-install-ccpp-hook
 %{_sysconfdir}/libreport/events.d/ccpp_event.conf
 %{_sysconfdir}/libreport/events.d/gconf_event.conf
@@ -702,7 +708,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/abrt-action-analyze-python
 %{_mandir}/man1/abrt-action-analyze-python.1*
 %{python_sitearch}/abrt*.py*
-%{python_site}/abrt.pth
+%{python_sitearch}/abrt.pth
 
 %files cli
 %defattr(-,root,root,-)
@@ -724,9 +730,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 %{_sbindir}/abrt-dbus
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
 %{_datadir}/polkit-1/actions/abrt_polkit.policy
 %config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf
+%dir %{_defaultdocdir}/%{name}-dbus-%{version}/html/
+%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.html
+%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.css
 
 %files python
 %{python_sitelib}/problem/
@@ -734,6 +744,35 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_defaultdocdir}/%{name}-python-%{version}/examples/
 
 %changelog
+* Tue Mar 19 2013 Jakub Filak <jfilak at redhat.com> 2.1.2-1
+- Improve log messages
+- Update translation
+- Introduce helpers for management of list of ignored problems
+- applet: show a confirmation notify bubble for reported problems in ShortenedReporting mode
+- applet: mark problems as ignored and don't notify ignored problems
+- applet: remove confusing "Show" button
+- applet: pass problem's id to the gui app
+- abrt-ccpp: try to read hs_err.log from crash's CWD
+- abrt-action-perform-ccpp-analysis: Complain if analyze_RetraceServer can't run. Closes 619
+- abrt-gui: change URL to point to most recent doc
+- add abrt-action-analyze-ccpp-local to ccpp-addon related to rhbz#759443
+- analyze-ccpp don't suid to abrt when run as root, related rhbz#759443
+- abrtd: prohibit DumpLocation == WatchCrashdumpArchiveDir. Closes rhbz#854668
+- abrtd: don't blame interpreter, blame the running script #609
+- a-a-ureport: don't fail on missing counter file
+- a-a-ureport: allow to send ureport more than once
+- dbus doc: install abrt-dbus documentation files to the correct places
+- dbus doc: extend the documentation of DBus API
+- dbus doc: make xml interface parseable by qtdbusxml2cpp
+- dbus: add basics to a new problem
+- abrt-harvest-vmcore: don't copy dir from var/spool if copy already exists
+- fix path in the collect_xsession_errors event
+- retrace-client: print dots instead of repeated status message
+- move abrt.pth to arch specific location rhbz#912540
+- Make forking code paths more robust.
+- add more logging to catch "stuck core-backtrace" problem; reduce gdb looping
+- Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540
+
 * Tue Mar 05 2013 Jakub Filak <jfilak at redhat.com> 2.1.1-3
 - disable shortened and auto reporting in RHEL
 - Resolves: #918040, #918041
diff --git a/sources b/sources
index d43ccca..0b0f51b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc5bcf3e366fd708d4509e8a73586194  abrt-2.1.1.tar.gz
+9d79f548fd5b2814afe4cf8b4ea78f51  abrt-2.1.2.tar.gz


More information about the scm-commits mailing list