From 83ecdc682b3bc54cc2a0699884555554ed4e1cca Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Mar 28 2013 12:22:24 +0000 Subject: New upstream release 0.2.10 Resolves: #926010, #926011 --- diff --git a/.gitignore b/.gitignore index 4797e61..52efe7e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /gnome-abrt-0.2.7.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 f8c6689..6eaab8e 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 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: #926010, #926011 + * Mon Mar 18 2013 Jakub Filak 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