[gnome-abrt] New upstream release 0.2.8

Jakub Filak jfilak at fedoraproject.org
Tue Feb 26 10:06:16 UTC 2013


commit 4a348dfb6add0e848663071dddd225659de7535c
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Feb 25 13:56:39 2013 +0100

    New upstream release 0.2.8
    
    Signed-off-by: Jakub Filak <jfilak at redhat.com>

 .gitignore      |    1 +
 gnome-abrt.spec |   16 +++++++++++++---
 sources         |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d816dd6..5e4e909 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.7.tar.gz
+/gnome-abrt-0.2.8.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 75b8fbe..1d4c49a 100644
--- a/gnome-abrt.spec
+++ b/gnome-abrt.spec
@@ -5,14 +5,14 @@
 #         ! no binaries in $PATH ... caused by gnome-abrt python script in /usr/bin
 
 Name:       gnome-abrt
-Version:    0.2.7
+Version:    0.2.8
 Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
 Group:      User Interface/Desktops
 License:    GPLv2+
 URL:        https://fedorahosted.org/abrt/
-Source0:    https://github.com/downloads/jfilak/abrt-gnome-oops/%{name}-%{version}.tar.gz
+Source0:    https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 
 BuildRequires: intltool
 BuildRequires: gettext
@@ -22,7 +22,7 @@ BuildRequires: desktop-file-utils
 BuildRequires: asciidoc
 BuildRequires: xmlto
 BuildRequires: pygobject3-devel
-BuildRequires: libreport-gtk-devel > 2.0.19
+BuildRequires: libreport-gtk-devel >= 2.0.20
 BuildRequires: gtk3-devel
 
 Requires:   python-inotify
@@ -85,6 +85,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* 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
+- Check return value of the get selection function
+- Require correct version of libreport
+- Return an empty list instead of None from OopsWindow.get_selected()
+- Return an empty list instead of None from get_problems() in case of DBus error
+- Get rid of unnecessary variable from the directory source
+- Add a cmd line argument for selected problem id
+
 * Fri Feb 08 2013 Jakub Filak <jfilak at redhat.com> - 0.2.7-1
 - Fix failure in processing of dump directories from user's home
 - Resolves: #908712
diff --git a/sources b/sources
index 81f0416..381a485 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d79a9df4aab418ccc4a22f3c6e00f937  gnome-abrt-0.2.7.tar.gz
+0d6e67b8db2d6258dbd01e9c7a94a11f  gnome-abrt-0.2.8.tar.gz


More information about the scm-commits mailing list