diff --git a/.gitignore b/.gitignore index 8485078..08de38e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ abrt-1.1.13.tar.gz /abrt-2.0.19.tar.gz /abrt-2.0.20.tar.gz /abrt-2.1.0.tar.gz +/abrt-2.1.1.tar.gz diff --git a/abrt.spec b/abrt.spec index 8748674..7954cb4 100644 --- a/abrt.spec +++ b/abrt.spec @@ -24,7 +24,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -221,6 +221,7 @@ Requires: gnome-abrt Requires: abrt-plugin-bodhi Requires: libreport-plugin-logger, libreport-plugin-bugzilla Requires: libreport-plugin-ureport +Requires: libreport-fedora #Requires: abrt-plugin-firefox Obsoletes: bug-buddy > 0.0.1 Provides: bug-buddy @@ -664,6 +665,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_defaultdocdir}/%{name}-python-%{version}/examples/ %changelog +* Fri Feb 04 2013 Jakub Filak 2.1.1-1 +- add abrt-desktop depency on libreport-fedora +- abrt-dump-{oops,xorg}: limit amount of created dirs, add cooldown sleep if exceeded +- abrt-watch-log: handle a case when child doesn't process its input +- abrt-watch-log: fix a bug in mmap error check +- abrt-action-analyze-xorg: fix the case with DIR != "." +- Resolves: #908256 + * Mon Feb 04 2013 Jakub Filak 2.1.0-1 - pkg-config: export defaultdumplocation variable - configure: set default dump location to /var/tmp/abrt diff --git a/sources b/sources index 7cf78b1..d43ccca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4327e9d2d730d0b7677b4a5f0f792e08 abrt-2.1.0.tar.gz +fc5bcf3e366fd708d4509e8a73586194 abrt-2.1.1.tar.gz