[gnome-abrt/f19] New upstream release 0.3.0

Jakub Filak jfilak at fedoraproject.org
Fri Jul 26 12:48:21 UTC 2013


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

    New upstream release 0.3.0
    
    Resolves: #956912, #973125, #967499

 .gitignore                                         |    1 +
 ...0.2.12-disable-downloading-of-html-titles.patch |    4 +-
 ...t-0.2.12-fix-generated-files-dependencies.patch |   44 --------------------
 gnome-abrt.spec                                    |   26 +++++++++---
 sources                                            |    2 +-
 5 files changed, 24 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 780f9de..a216e0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,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-0.2.12-disable-downloading-of-html-titles.patch b/gnome-abrt-0.2.12-disable-downloading-of-html-titles.patch
index 4f8d20c..56ef252 100644
--- a/gnome-abrt-0.2.12-disable-downloading-of-html-titles.patch
+++ b/gnome-abrt-0.2.12-disable-downloading-of-html-titles.patch
@@ -1,8 +1,8 @@
 diff -ruN gnome-abrt-0.2.12/src/gnome-abrt gnome-abrt-0.2.12.new/src/gnome-abrt
 --- gnome-abrt-0.2.12/src/gnome-abrt	2013-05-03 11:10:14.000000000 +0200
 +++ gnome-abrt-0.2.12.new/src/gnome-abrt	2013-05-06 14:07:36.042188707 +0200
-@@ -160,7 +160,9 @@
-         self.source = None
+@@ -177,7 +177,9 @@
+         self.all_sources = None
          self._url_pool = GetURLTitleSourcePool(GNOME_ABRT_URL_POOL_CAPACITY)
          self._url_cache = GetURLTitleSourceCache(self._url_pool)
 -        gnome_abrt.url.set_async_worker(self._url_cache.get_url_title_async)
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index fadfb96..1b564e6 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.12
+Version:    0.3.0
 Release:    3%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
@@ -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
-
 # remove if https://bugzilla.redhat.com/show_bug.cgi?id=959811 is fixed
 Patch1:     gnome-abrt-0.2.12-disable-downloading-of-html-titles.patch
 
@@ -51,7 +48,6 @@ provides them with convenient way for managing these problems.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 
@@ -97,7 +93,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/*
@@ -107,6 +102,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: #956912, #973125, #967499
+
 * Mon May 06 2013 Jakub Filak <jfilak at redhat.com> 0.2.12-3
 - Disable downloading of HTML titles
 
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