From 13858c6d43cf6450afa092691a1fe0c4cf07b49b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sep 23 2011 16:46:45 +0000 Subject: updated to 2.0.4.981 --- diff --git a/.gitignore b/.gitignore index 3dbae70..caf7f60 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ abrt-1.1.13.tar.gz /abrt-2.0.2.tar.gz /abrt-2.0.3.tar.gz /abrt-2.0.4.tar.gz +/abrt-2.0.4.981.tar.gz diff --git a/abrt.spec b/abrt.spec index f34f577..1d33009 100644 --- a/abrt.spec +++ b/abrt.spec @@ -15,7 +15,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.0.4.980 +Version: 2.0.4.981 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -278,7 +278,7 @@ fi # service. If abrtd is running on the system, run abrt-ccpp service # as well, because what was a part of abrtd became a separate service. if [ $1 -gt 1 ]; then # Is this an upgrade? - /sbin/chkconfig --add abrt-ccpp + /sbin/chkconfig --add abrt-ccpp > /dev/null 2>&1 || : /sbin/pidof abrtd >/dev/null 2>&1 if [ $? -eq 0 ]; then # Is abrtd running? service abrt-ccpp restart >/dev/null 2>&1 || : @@ -300,7 +300,7 @@ fi # service. If abrtd is running on the system, run abrt-ccpp service # as well, because what was a part of abrtd became a separate service. if [ $1 -gt 1 ]; then # Is this an upgrade? - /sbin/chkconfig --add abrt-oops + /sbin/chkconfig --add abrt-oops > /dev/null 2>&1 || : /sbin/pidof abrtd >/dev/null 2>&1 if [ $? -eq 0 ]; then # Is abrtd running? service abrt-oops restart >/dev/null 2>&1 || : @@ -555,8 +555,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %defattr(-,root,root,-) %changelog -* Thu Sep 22 2011 Jiri Moskovcak - 2.0.4.980-1 -- +* Thu Sep 22 2011 Jiri Moskovcak - 2.0.4.981-1 +- updated translation +- don't allow to skip the analyze step +- don't send ~ backups +- added hint to report only in English +- renamed abrt-action-kerneloops -> reporter-kerneloops +- explain option bugtracker and logger +- gui added padding to main window +- better message when gdb time outs +- added support for catching vmcores +- added version to Logger output +- [RFE] abrt should have an easy way to include smolt-profile +- Resolves: #694828 #694833 #704958 #735071 #731189 #739182 #704452 #734037 #606123 #631822 * Tue Sep 13 2011 Jiri Moskovcak - 2.0.4-5 - minor spec file fix diff --git a/sources b/sources index 8604459..73f76c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3545ef7240579b341c810961d4cddc3 abrt-2.0.4.tar.gz +64fea3ba4fc382a73a387e0d31a9bc15 abrt-2.0.4.981.tar.gz