diff --git a/.gitignore b/.gitignore index 9387ca3..9970152 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /gnome-abrt-0.3.4.tar.gz /gnome-abrt-0.3.5.tar.gz /gnome-abrt-0.3.6.tar.gz +/gnome-abrt-0.3.7.tar.gz diff --git a/gnome-abrt.spec b/gnome-abrt.spec index 98a928b..0837c35 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -5,7 +5,7 @@ # ! no binaries in $PATH ... caused by gnome-abrt python script in /usr/bin Name: gnome-abrt -Version: 0.3.6 +Version: 0.3.7 Release: 1%{?dist} Summary: A utility for viewing problems that have occurred with the system @@ -14,6 +14,11 @@ License: GPLv2+ URL: https://fedorahosted.org/abrt/ Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz +# git is need for '%%autosetup -S git' which automatically applies all the +# patches above. Please, be aware that the patches must be generated +# by 'git format-patch' +BuildRequires: git + BuildRequires: intltool BuildRequires: gettext BuildRequires: libtool @@ -101,6 +106,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jun 12 2014 Jakub Filak 0.3.7-1 +- Fix XDG_RUNTIME_DIR not set messages by creating one +- Handle UTF-8 problem filter input +- Disable "no-member" check in pylintrc +- Fix issues uncovered by a newer version of pylint +- Do not crash in case of a DBus timeout +- Fix too long line +- Ignore problems without 'type' element +- Resolves: #1082324 + * Wed Mar 05 2014 Jakub Filak 0.3.6-1 - Translation updates - Use human readable type string everywhere diff --git a/sources b/sources index fcdeff6..a1c8743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0c8978dfc52d58995bd6c678b9ba56f gnome-abrt-0.3.6.tar.gz +fe9d2d77bb3510e2fd4fe57d870264f9 gnome-abrt-0.3.7.tar.gz