From 02b669811d59a73d3531597945b6c7f40157ecd6 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Apr 22 2013 08:22:34 +0000 Subject: New upstream release 0.2.11 --- diff --git a/.gitignore b/.gitignore index 52efe7e..b6d13a8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,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 4eaa4c3..98112bc 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.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 @@ -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 @@ -63,9 +67,7 @@ desktop-file-install \ %check -%if 0%{?fedora} make check -%endif %post @@ -90,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 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 +- 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 +- Move gnome_abrt module check to module's Makefile +- Disable 'Interface not implemented' pylint warning +- Configure pylint to produce parseable output + * Tue Apr 9 2013 Jakub Filak 0.2.10-2 - Make check only on fedora @@ -151,7 +169,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Fix failure in processing of dump directories from user's home - Resolves: #908712 -* Mon Jan 08 2013 Jakub Filak - 0.2.6-1 +* Tue Jan 08 2013 Jakub Filak - 0.2.6-1 - Require libreport version 2.0.20 and greater - Use DD api correctly - Reflect changes in libreport @@ -221,7 +239,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 - 0.2-8 +* Tue Aug 28 2012 Jakub Filak - 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