[gnome-abrt/f17] New upstream release 0.2.11

Jakub Filak jfilak at fedoraproject.org
Mon Apr 22 12:25:26 UTC 2013


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

    New upstream release 0.2.11
    
    Conflicts:
    	gnome-abrt.spec

 .gitignore      |    1 +
 gnome-abrt.spec |   35 ++++++++++++++++++++++++++---------
 sources         |    2 +-
 3 files changed, 28 insertions(+), 10 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 b61c7c4..e109e68 100644
--- a/gnome-abrt.spec
+++ b/gnome-abrt.spec
@@ -5,16 +5,14 @@
 #         ! no binaries in $PATH ... caused by gnome-abrt python script in /usr/bin
 
 Name:       gnome-abrt
-Version:    0.2.10
-Release:    2%{?dist}
+Version:    0.2.11
+Release:    1%{?dist}
 Summary:    A utility for viewing problems that have occurred with the system
 
 Group:      User Interface/Desktops
 License:    GPLv2+
 URL:        https://fedorahosted.org/abrt/
 Source0:    https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# remove the patch with version > 0.2.10
-Patch0:     gnome-abrt-0.2.10-fix_pylint_problems.patch
 
 BuildRequires: intltool
 BuildRequires: gettext
@@ -26,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
@@ -43,12 +45,11 @@ provides them with convenient way for managing these problems.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
 autoconf
-%configure
+%configure %checkoption
 make
 
 
@@ -91,12 +92,28 @@ 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
+
 * Thu Mar 28 2013 Jakub Filak <jfilak at redhat.com> 0.2.10-2
 - Fix pylint problems
 
@@ -150,7 +167,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Add a cmd line argument for selected problem id
 - Resolves: #915324, #915325
 
-* 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
@@ -220,7 +237,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