[gnome-abrt/f18] New upstream release 0.2.10

Jakub Filak jfilak at fedoraproject.org
Thu Mar 28 21:59:05 UTC 2013


commit f9e411a71da04c1b02f6567a8cc2f5c393e50e96
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu Mar 28 12:27:55 2013 +0100

    New upstream release 0.2.10
    
    Resolves: #92486, #927434, #928796, #928772

 .gitignore      |    1 +
 gnome-abrt.spec |   30 +++++++++++++++++++++++++++++-
 sources         |    2 +-
 3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06b78b0..ea67912 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /gnome-abrt-0.2.6.tar.gz
 /gnome-abrt-0.2.8.tar.gz
 /gnome-abrt-0.2.9.tar.gz
+/gnome-abrt-0.2.10.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 6fac455..5b155dc 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.9
+Version:    0.2.10
 Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
@@ -24,6 +24,10 @@ BuildRequires: xmlto
 BuildRequires: pygobject3-devel
 BuildRequires: libreport-gtk-devel >= 2.0.20
 BuildRequires: gtk3-devel
+BuildRequires: pylint
+BuildRequires: python-inotify
+BuildRequires: pygobject3
+BuildRequires: dbus-python
 
 Requires:   python-inotify
 Requires:   pygobject3
@@ -58,6 +62,10 @@ desktop-file-install \
     ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
+%check
+make check
+
+
 %post
 # update icon cache
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -86,6 +94,26 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Mar 27 2013 Jakub Filak <jfilak at redhat.com> 0.2.10-1
+- Add the report dialog to the menu
+- Add 'Report problem with ABRT' dialog
+- Add VERSION and PACKAGE attributes to gnome_abrt module
+- Rename attribute in errors.InvalidProblem
+- Use IOChannel approach in order to make signal handling synchronous
+- Add all python Requires to BuildRequires because of pylint
+- Replace GNU style make pattern rules by implicit rules
+- Remove left-over RELEASE varible from configure.ac
+- Recover from DBus errors while sending command line
+- Catch more exceptions and handle them correctly
+- Add pylint check and fix problems uncoverend by pylint
+- Filter out empyt strings from splitted cmdline
+- Fix sytanx error
+- Change the label "No oopses" to "No problems detected"
+- Get rid of scrollbar around the text on the bottom of window in default size
+- Fix appearance of scrolled widgets to no longer have white background
+- Remove leftover shebang from non-executable script
+- Resolves: #92486, #927434, #928796, #928772
+
 * 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
diff --git a/sources b/sources
index 1cdcfca..2ff68a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2fe343d280131504b808c9e1bb7ecbb  gnome-abrt-0.2.9.tar.gz
+9cdb88de911163980add38fad1e3df72  gnome-abrt-0.2.10.tar.gz


More information about the scm-commits mailing list