summaryrefslogtreecommitdiffstats
path: root/abrt.spec
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-20 16:02:58 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-20 16:02:58 +0200
commit7e5da7f38f4bf950c4ff8e1688b872a229c2e0cb (patch)
treee84fd514356bbc70cb3ef748c5d87eeb905969db /abrt.spec
parent7eaf7c42a2dbcb1dfd33ab1a9ee5aabfe57c158c (diff)
downloadabrt-7e5da7f38f4bf950c4ff8e1688b872a229c2e0cb.tar.gz
abrt-7e5da7f38f4bf950c4ff8e1688b872a229c2e0cb.tar.xz
abrt-7e5da7f38f4bf950c4ff8e1688b872a229c2e0cb.zip
new version, small fixes to gui
Diffstat (limited to 'abrt.spec')
-rw-r--r--abrt.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index ef08f998..256e6fbb 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,8 +3,8 @@
%{!?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.7.1
-Release: 1%{?dist}
+Version: 0.0.7.2
+Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -330,6 +330,10 @@ fi
%defattr(-,root,root,-)
%changelog
+* Thu Aug 20 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
+- new version
+- fixed some bugs found during test day
+
* Wed Aug 19 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
- fixes to bugzilla plugin and gui to make the report message more user-friendly