[gnome-abrt/f18] New upstream release 0.2.11

Jakub Filak jfilak at fedoraproject.org
Mon Apr 22 10:06:46 UTC 2013


commit a46f77084b52762014701d5019624621d2a63da3
Author: Jakub Filak <jfilak at redhat.com>
Date:   Mon Apr 22 10:06:35 2013 +0200

    New upstream release 0.2.11
    
    Resolves: #949979

 .gitignore      |    1 +
 gnome-abrt.spec |   31 ++++++++++++++++++++++++++-----
 sources         |    2 +-
 3 files changed, 28 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea67912..9e57c1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gnome-abrt-0.2.8.tar.gz
 /gnome-abrt-0.2.9.tar.gz
 /gnome-abrt-0.2.10.tar.gz
+/gnome-abrt-0.2.11.tar.gz
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index 5b155dc..6cd8bf2 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.10
+Version:    0.2.11
 Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
@@ -24,10 +24,14 @@ BuildRequires: xmlto
 BuildRequires: pygobject3-devel
 BuildRequires: libreport-gtk-devel >= 2.0.20
 BuildRequires: gtk3-devel
+%if 0%{?fedora}
 BuildRequires: pylint
 BuildRequires: python-inotify
 BuildRequires: pygobject3
 BuildRequires: dbus-python
+%else
+%define checkoption --with-nopylint
+%endif
 
 Requires:   python-inotify
 Requires:   pygobject3
@@ -45,7 +49,7 @@ provides them with convenient way for managing these problems.
 
 %build
 autoconf
-%configure
+%configure %checkoption
 make
 
 
@@ -88,12 +92,29 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}
 %{_bindir}/%{name}
 %{_datadir}/applications/*
-%{_mandir}/man6/%{name}.6*
+%{_mandir}/man1/%{name}.1*
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/hicolor/*/status/*
 
 
 %changelog
+* Mon Apr 22 2013 Jakub Filak <jfilak at redhat.com> 0.2.11-1
+- Enable pylint check only on Fedora
+- Fix bogus dates in chagelog
+- Introduce expert mode and show 'Analyze' button in that mode
+- Use last occurrence item for problems sorting
+- Fix broken keyboard shortcuts
+- Fix missing space typo - Martin Milata <mmilata at redhat.com>
+- Compare all DesktopEntry.*() return values to None
+- Display 'component' name instead of 'executable' if desktop file is missing
+- Do not show scrollbar for long links
+- Allow to disable pylint check in configure.ac
+- Move manpage to volume 1 - Chris Lockfort <clockfort at csh.rit.edu>
+- Move gnome_abrt module check to module's Makefile
+- Disable 'Interface not implemented' pylint warning
+- Configure pylint to produce parseable output
+- Resolves: #949979
+
 * 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
@@ -144,7 +165,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Add a cmd line argument for selected problem id
 - Resolves: #911711, #912877
 
-* Mon Jan 08 2013 Jakub Filak <jfilak at redhat.com> - 0.2.6-1
+* Tue Jan 08 2013 Jakub Filak <jfilak at redhat.com> - 0.2.6-1
 - Require libreport version 2.0.20 and greater
 - Use DD api correctly
 - Reflect changes in libreport
@@ -215,7 +236,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Remove noarch because of binary wrappers
 - Added support for adjusting libreport preferences
 
-* Mon Aug 28 2012 Jakub Filak <jfilak at redhat.com> - 0.2-8
+* Tue Aug 28 2012 Jakub Filak <jfilak at redhat.com> - 0.2-8
 - Take ownership of all installed directories
 - Correct paths to translated files
 
diff --git a/sources b/sources
index 2ff68a9..ab03796 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9cdb88de911163980add38fad1e3df72  gnome-abrt-0.2.10.tar.gz
+e481f843f4063f696544ee79d4459a8e  gnome-abrt-0.2.11.tar.gz


More information about the scm-commits mailing list