From c486d72ed19d5b912ca74f9a24477219153a780f Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Jun 11 2014 11:59:27 +0000 Subject: New upstream release 0.3.7 --- diff --git a/.gitignore b/.gitignore index 9387ca3..9970152 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /gnome-abrt-0.3.4.tar.gz /gnome-abrt-0.3.5.tar.gz /gnome-abrt-0.3.6.tar.gz +/gnome-abrt-0.3.7.tar.gz diff --git a/0001-Fix-issues-found-by-a-new-version-of-pylint.patch b/0001-Fix-issues-found-by-a-new-version-of-pylint.patch deleted file mode 100644 index b1ed0d7..0000000 --- a/0001-Fix-issues-found-by-a-new-version-of-pylint.patch +++ /dev/null @@ -1,90 +0,0 @@ -From 80523a96307c5affc2e2e822a96e2dba0bf1c88d Mon Sep 17 00:00:00 2001 -From: Jakub Filak -Date: Wed, 5 Mar 2014 12:02:11 +0100 -Subject: [PATCH] Fix issues found by a new version of pylint - -Signed-off-by: Jakub Filak ---- - pylintrc | 2 +- - src/gnome-abrt | 6 +++--- - src/gnome_abrt/dialogs.py | 6 +++--- - src/gnome_abrt/views.py | 2 +- - 4 files changed, 8 insertions(+), 8 deletions(-) - -diff --git a/pylintrc b/pylintrc -index ee3d219..495cd56 100644 ---- a/pylintrc -+++ b/pylintrc -@@ -33,7 +33,7 @@ load-plugins= - # can either give multiple identifier separated by comma (,) or put this option - # multiple time (only on the command line, not in the configuration file where - # it should appear only once). --disable=C0111,W0212,R0201,R0903,R0904,I0011,W0603,W0622,I0001,R0912 -+disable=C0111,W0212,R0201,R0903,R0904,I0011,W0603,W0622,I0001,R0912,E1101,E0712 - - - [REPORTS] -diff --git a/src/gnome-abrt b/src/gnome-abrt -index 77770df..486022c 100755 ---- a/src/gnome-abrt -+++ b/src/gnome-abrt -@@ -123,7 +123,7 @@ class GtkAppDBUSImpl(object): - self._service = None - - try: -- bus = dbus.SessionBus(mainloop = self.mainloop) -+ bus = dbus.SessionBus(mainloop=self.mainloop) - if bus.name_has_owner(bus_name): - self._primary_obj = bus.get_object(bus_name, - GNOME_ABRT_OBJECT_PATH) -@@ -237,7 +237,7 @@ class OopsApplication(Gtk.Application): - glib_sigchld_signal_handler) - main_window = OopsWindow(self, self.all_sources, controller) - main_window.show_all() -- self.add_window (main_window) -+ self.add_window(main_window) - #pylint: disable=W0703 - except Exception as ex: - logging.exception(ex) -@@ -335,7 +335,7 @@ if __name__ == "__main__": - signal.signal(signal.SIGINT, lambda signum, frame: sys.exit(1)) - - CMDARGS = ArgumentParser( -- description = _('View and report application crashes')) -+ description=_('View and report application crashes')) - CMDARGS.add_argument('-v', '--verbose', action='count', - help=_('Be verbose')) - CMDARGS.add_argument('-p', '--problem', -diff --git a/src/gnome_abrt/dialogs.py b/src/gnome_abrt/dialogs.py -index 3ecdcb8..31322e7 100644 ---- a/src/gnome_abrt/dialogs.py -+++ b/src/gnome_abrt/dialogs.py -@@ -114,9 +114,9 @@ def show_report_problem_with_abrt(): - wnd_report.btn_send.connect("clicked", _on_button_send_cb, wnd_report) - - wnd_report.vbox.pack_start(wnd_report.lbl_summary, False, True, 3) -- wnd_report.vbox.pack_start(wnd_report.txe_reason, False, True, 3) -- wnd_report.vbox.pack_start(wnd_report.tev, True, True, 5) -- wnd_report.vbox.pack_start(wnd_report.btn_send, False, True, 3) -+ wnd_report.vbox.pack_start(wnd_report.txe_reason, False, True, 3) -+ wnd_report.vbox.pack_start(wnd_report.tev, True, True, 5) -+ wnd_report.vbox.pack_start(wnd_report.btn_send, False, True, 3) - - wnd_report.add(wnd_report.vbox) - -diff --git a/src/gnome_abrt/views.py b/src/gnome_abrt/views.py -index dacd679..6d1d41b 100644 ---- a/src/gnome_abrt/views.py -+++ b/src/gnome_abrt/views.py -@@ -630,7 +630,7 @@ class OopsWindow(Gtk.ApplicationWindow): - sensitive_btn = problem is not None - self._builder.btn_delete.set_sensitive(sensitive_btn) - self._builder.btn_report.set_sensitive( -- sensitive_btn and not problem['not-reportable'] ) -+ sensitive_btn and not problem['not-reportable']) - self._builder.btn_detail.set_sensitive(sensitive_btn) - self._builder.vbx_links.foreach( - lambda w, u: w.destroy(), None) --- -1.9.0 - diff --git a/gnome-abrt.spec b/gnome-abrt.spec index 36442de..2858ca0 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.6 -Release: 2%{?dist} +Version: 0.3.7 +Release: 1%{?dist} Summary: A utility for viewing problems that have occurred with the system Group: User Interface/Desktops @@ -14,8 +14,6 @@ License: GPLv2+ URL: https://fedorahosted.org/abrt/ Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz -Patch1: 0001-Fix-issues-found-by-a-new-version-of-pylint.patch - # git is need for '%%autosetup -S git' which automatically applies all the # patches above. Please, be aware that the patches must be generated # by 'git format-patch' @@ -113,6 +111,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Jun 11 2014 Jakub Filak 0.3.7-1 +- Fix XDG_RUNTIME_DIR not set messages by creating one +- Handle UTF-8 problem filter input +- Disable "no-member" check in pylintrc +- Fix issues uncovered by a newer version of pylint +- Do not crash in case of a DBus timeout +- Fix too long line +- Ignore problems without 'type' element +- Resolves: #1107429 + * Sat Jun 07 2014 Fedora Release Engineering - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index fcdeff6..a1c8743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0c8978dfc52d58995bd6c678b9ba56f gnome-abrt-0.3.6.tar.gz +fe9d2d77bb3510e2fd4fe57d870264f9 gnome-abrt-0.3.7.tar.gz