[gnome-abrt/f17] New upstream release 0.2.9

Jakub Filak jfilak at fedoraproject.org
Mon Mar 18 15:06:48 UTC 2013


commit c77969df7de22d5710cdd13d2cc49e68d136097a
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Mar 18 10:00:29 2013 +0100

    New upstream release 0.2.9
    
    Resolves: #922648, #922651, #922654

 .gitignore      |    1 +
 gnome-abrt.spec |   22 +++++++++++++++++++++-
 sources         |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 076089e..06b78b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gnome-abrt-0.2.5.tar.gz
 /gnome-abrt-0.2.6.tar.gz
 /gnome-abrt-0.2.8.tar.gz
+/gnome-abrt-0.2.9.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index c5ac8ad..a40073e 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.8
+Version:    0.2.9
 Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
@@ -28,6 +28,7 @@ BuildRequires: gtk3-devel
 Requires:   python-inotify
 Requires:   pygobject3
 Requires:   dbus-python
+Requires:   xdg-utils
 
 %description
 A GNOME application allows users to browse through detected problems and
@@ -85,6 +86,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Mar 18 2013 Jakub Filak <jfilak at redhat.com> 0.2.9-1
+- Truncate long texts with ellipsis instead of auto-adjusting of window width
+- Add a popopup menu for list of problems
+- Use executable's basename as an application name instead of the full path
+- Remove invalid problems from GUI tree view list
+- Remove invalid problems from the dbus cache
+- Robustize the processing of newly occurred problems
+- Remove a left-over usage of the window member in OopsApplication
+- Handle reaching inotify max watches better
+- Update translation
+- Don't allow reporting if the problem is not reportable
+- Suggest reporting a bug if it wasn't reported yet
+- Simplify the glade file and add a widget for messages
+- Refactorize the function rendering a problem data
+- A workaround for the bug in remote GtkApplications
+- Allow only a single instance of gnome-abrt
+- Fix bugs in main window in handler of configuration updates
+- Resolves: #922648, #922651, #922654
+
 * Mon Feb 25 2013 Jakub Filak <jfilak at redhat.com> 0.2.8-1
 - Try harder when looking for icon and don't cache weak results
 - Make controller more robust against invalid arguments
diff --git a/sources b/sources
index 381a485..1cdcfca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d6e67b8db2d6258dbd01e9c7a94a11f  gnome-abrt-0.2.8.tar.gz
+a2fe343d280131504b808c9e1bb7ecbb  gnome-abrt-0.2.9.tar.gz


More information about the scm-commits mailing list