[gnome-abrt] New upstream release 0.3.4

Jakub Filak jfilak at fedoraproject.org
Thu Dec 19 15:35:28 UTC 2013


commit 8e37f7a4bb903fd679bf6b0a07f1037f1b2429a8
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu Dec 19 15:40:16 2013 +0100

    New upstream release 0.3.4
    
    Resolves: #1043025

 .gitignore                                     |    1 +
 gnome-abrt-0.3.3-expand_list_of_problems.patch |   45 ----
 gnome-abrt-0.3.3-fix_locales_handling.patch    |  297 ------------------------
 gnome-abrt.spec                                |   18 +-
 sources                                        |    2 +-
 5 files changed, 12 insertions(+), 351 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e473f7..a1b5106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /gnome-abrt-0.3.1.tar.gz
 /gnome-abrt-0.3.2.tar.gz
 /gnome-abrt-0.3.3.tar.gz
+/gnome-abrt-0.3.4.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 08cc96a..924b9be 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.3
-Release:    3%{?dist}
+Version:    0.3.4
+Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
 Group:      User Interface/Desktops
@@ -14,10 +14,6 @@ License:    GPLv2+
 URL:        https://fedorahosted.org/abrt/
 Source0:    https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 
-# Remove with gnome-abrt > 0.3.3
-Patch0331: gnome-abrt-0.3.3-expand_list_of_problems.patch
-Patch0332: gnome-abrt-0.3.3-fix_locales_handling.patch
-
 BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: libtool
@@ -50,8 +46,6 @@ provides them with convenient way for managing these problems.
 
 %prep
 %setup -q
-%patch0331 -p 1
-%patch0332 -p 1
 
 
 %build
@@ -107,6 +101,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Dec 19 2013 Jakub Filak <jfilak at redhat.com> 0.3.4-1
+- Do not use deprecated GObject API
+- Make gnome-abrt compatible with Python GObject < 3.7.2
+- Do not fail if there is no Problem D-Bus service
+- Make all labels selectable
+- Run xdg-open for problem directory nonblocking
+- Resolves: #1043025
+
 * Wed Dec 18 2013 Jakub Filak <jfilak at redhat.com> 0.3.3-3
 - Fix translations
 
diff --git a/sources b/sources
index 5024838..f767629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba51ea0a7684d164f57740ff3ab81d26  gnome-abrt-0.3.3.tar.gz
+e80712159678e3b743e0b4167cff81a9  gnome-abrt-0.3.4.tar.gz


More information about the scm-commits mailing list