[gnome-abrt/f18] New upstream release 0.2.12

Jakub Filak jfilak at fedoraproject.org
Mon May 6 07:36:02 UTC 2013


commit 801f520b24f9b426d878fb947b0b5faeacfaefc0
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri May 3 12:54:49 2013 +0200

    New upstream release 0.2.12
    
    Resolves: #959873

 .gitignore      |    1 +
 gnome-abrt.spec |   16 +++++++++++++++-
 sources         |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e57c1c..408d689 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /gnome-abrt-0.2.9.tar.gz
 /gnome-abrt-0.2.10.tar.gz
 /gnome-abrt-0.2.11.tar.gz
+/gnome-abrt-0.2.12.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 6cd8bf2..7162c43 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.2.11
+Version:    0.2.12
 Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
@@ -89,6 +89,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %doc COPYING
 %{python_sitearch}/gnome_abrt
+%{python_sitearch}/gnome_abrt/url
 %{_datadir}/%{name}
 %{_bindir}/%{name}
 %{_datadir}/applications/*
@@ -98,6 +99,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri May 03 2013 Jakub Filak <jfilak at redhat.com> 0.2.12-1
+- Use 'N/A' instead of ??
+- Use package name is neither component nor executable items are available
+- Don't try to select a problem if the list is empty
+- Catch InvalidProblem exception in sort function
+- Handle DBus initialization errors gracefully
+- Show HTML titles of URLs from reported_to element
+- Updated translation
+- Continue in handling of SIGCHLD after the first one is handled
+- Fix two comma splices
+- Fix wrong dialog flag names
+- Resolves: #959873
+
 * Mon Apr 22 2013 Jakub Filak <jfilak at redhat.com> 0.2.11-1
 - Enable pylint check only on Fedora
 - Fix bogus dates in chagelog
diff --git a/sources b/sources
index ab03796..3319890 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e481f843f4063f696544ee79d4459a8e  gnome-abrt-0.2.11.tar.gz
+d04501a945aa65fca038e20df2869bb8  gnome-abrt-0.2.12.tar.gz


More information about the scm-commits mailing list