new version
This commit is contained in:
parent
91d57acc60
commit
61af8813ec
@ -1 +1 @@
|
||||
abrt-0.0.6.tar.gz
|
||||
abrt-0.0.7.tar.gz
|
||||
|
10
abrt.spec
10
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 <jmoskovc@redhat.com> 0.0.7-1
|
||||
- new version
|
||||
- added status window to show user some info after reporting a bug
|
||||
|
||||
* Mon Aug 17 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
|
||||
- new version
|
||||
- many fixes
|
||||
|
Loading…
Reference in New Issue
Block a user