[gnome-abrt] New upstream release 0.3.7

Jakub Filak jfilak at fedoraproject.org
Wed Jun 11 12:12:09 UTC 2014


commit c486d72ed19d5b912ca74f9a24477219153a780f
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Jun 11 13:55:48 2014 +0200

    New upstream release 0.3.7

 .gitignore                                         |    1 +
 ...x-issues-found-by-a-new-version-of-pylint.patch |   90 --------------------
 gnome-abrt.spec                                    |   16 +++-
 sources                                            |    2 +-
 4 files changed, 14 insertions(+), 95 deletions(-)
---
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 36442de..2858ca0 100644
--- a/gnome-abrt.spec
+++ b/gnome-abrt.spec
@@ -5,8 +5,8 @@
 #         ! no binaries in $PATH ... caused by gnome-abrt python script in /usr/bin
 
 Name:       gnome-abrt
-Version:    0.3.6
-Release:    2%{?dist}
+Version:    0.3.7
+Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
 Group:      User Interface/Desktops
@@ -14,8 +14,6 @@ License:    GPLv2+
 URL:        https://fedorahosted.org/abrt/
 Source0:    https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 
-Patch1:     0001-Fix-issues-found-by-a-new-version-of-pylint.patch
-
 # 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'
@@ -113,6 +111,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Jun 11 2014 Jakub Filak <jfilak at redhat.com> 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: #1107429
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
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


More information about the scm-commits mailing list