[gnome-abrt/f18] New upstream release 0.3.0

Jakub Filak jfilak at fedoraproject.org
Fri Jul 26 13:13:09 UTC 2013


commit 5a10b3de9fae20f451e8e3a9153add26173c3998
Author: Jakub Filak <jfilak at redhat.com>
Date:   Fri Jul 26 14:02:10 2013 +0200

    New upstream release 0.3.0
    
    Resolves: #975069, #984315, #974974

 .gitignore                                         |    1 +
 ...t-0.2.12-fix-generated-files-dependencies.patch |   44 --------------------
 gnome-abrt.spec                                    |   28 +++++++++---
 sources                                            |    2 +-
 4 files changed, 23 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 408d689..fe17a12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /gnome-abrt-0.2.10.tar.gz
 /gnome-abrt-0.2.11.tar.gz
 /gnome-abrt-0.2.12.tar.gz
+/gnome-abrt-0.3.0.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 578f0f3..eb7838b 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.2.12
-Release:    2%{?dist}
+Version:    0.3.0
+Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
 Group:      User Interface/Desktops
@@ -14,9 +14,6 @@ License:    GPLv2+
 URL:        https://fedorahosted.org/abrt/
 Source0:    https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 
-# remove with gnome-abrt-0.2.13
-Patch0:     gnome-abrt-0.2.12-fix-generated-files-dependencies.patch
-
 BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: libtool
@@ -48,7 +45,6 @@ provides them with convenient way for managing these problems.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -93,7 +89,6 @@ 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/*
@@ -103,6 +98,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jul 26 2013 Jakub Filak <jfilak at redhat.com> 0.3.0-1
+- Do not include url files twice
+- Get rid of Stock Items usage
+- Do not remove invalid problems while sorting the list
+- Check if X display can be opened
+- Fix a condition in the source changed notification handler
+- Update Translations
+- Skip inotify events for sub folders in dump location watcher
+- Use GLib.io_add_watch() instead of IOChanell.add_watch()
+- Fix a typo in macro name
+- Remove shebang from non-executable scripts
+- Remember missing elements and load them only once
+- Download more problem elements in a single D-Bus call
+- Improve data caching
+- Display two sets of problems (My/System)
+- Fix typo in dbus error message
+- Don't crash if a new directory problem is invalid
+- Resolves: #975069, #984315, #974974
+
 * Mon May 06 2013 Jakub Filak <jfilak at redhat.com> 0.2.12-2
 - Fix a wrong path in contoller.py
 
diff --git a/sources b/sources
index 3319890..acda347 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d04501a945aa65fca038e20df2869bb8  gnome-abrt-0.2.12.tar.gz
+9c9e44a255b1b63f3adc31c834f30b2e  gnome-abrt-0.3.0.tar.gz


More information about the scm-commits mailing list