diff options
-rw-r--r-- | abrt.spec | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Gui/CCMainWindow.py | 2 |
3 files changed, 11 insertions, 4 deletions
@@ -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.4 -Release: 4%{?dist} +Version: 0.0.6 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -326,6 +326,13 @@ fi %defattr(-,root,root,-) %changelog +* Mon Aug 17 2009 Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1 +- new version +- many fixes + +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Jun 25 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-3 - fixed dependencies in spec file diff --git a/configure.ac b/configure.ac index 8f378116..9ea91f62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [0.0.4], [jmoskovc@redhat.com, zprikryl@redhat.com]) +AC_INIT([abrt], [0.0.6], [jmoskovc@redhat.com, zprikryl@redhat.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index 4b5fed2a..5cdd3f4d 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -21,7 +21,7 @@ try: except Exception, ex: rpm = None -#installExceptionHandler("abrt-gui", "0.0.4") +#installExceptionHandler("abrt-gui", "0.0.6") class MainWindow(): ccdaemon = None |