From 61af8813ec7a72d4c9ee1dbd5312541fa2e5a9e6 Mon Sep 17 00:00:00 2001 From: Jiří Moskovčák Date: Aug 18 2009 09:06:03 +0000 Subject: new version --- diff --git a/.cvsignore b/.cvsignore index 603eeef..b64216f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abrt-0.0.6.tar.gz +abrt-0.0.7.tar.gz diff --git a/abrt.spec b/abrt.spec index 773a7ef..a922df2 100644 --- a/abrt.spec +++ b/abrt.spec @@ -3,7 +3,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Automatic bug detection and reporting tool Name: abrt -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -22,6 +22,7 @@ BuildRequires: xmlrpc-c-devel BuildRequires: file-devel BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: %{name}-libs = %{version}-%{release} %description %{name} is a tool to help users to detect defects in applications and @@ -48,6 +49,9 @@ Summary: %{name}'s gui Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} Requires: dbus-python, pygtk2, pygtk2-libglade +Provides: abrt-applet = %{version}-%{release} +Obsoletes: abrt-applet < 0.0.5 +Conflicts: abrt-applet < 0.0.5 %description gui GTK+ wizard for convenient bug reporting. @@ -326,6 +330,10 @@ fi %defattr(-,root,root,-) %changelog +* Tue Aug 18 2009 Jiri Moskovcak 0.0.7-1 +- new version +- added status window to show user some info after reporting a bug + * Mon Aug 17 2009 Denys Vlasenko 0.0.6-1 - new version - many fixes diff --git a/sources b/sources index 87f69e0..6c4623c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c7760cb88a2719087846190faf370c6 abrt-0.0.6.tar.gz +31be7e454451ebf8f173b4f7f851566f abrt-0.0.7.tar.gz