summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-04 19:49:01 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-04 19:49:01 +0200
commit7e607196d101846dcfef6fc82e6bb11997e18f5f (patch)
treede2d2395b1210d3e7aa0659f99a6f45add3c89df
parent6af63612659f2b6793d52cb481d3a54178ec7ac0 (diff)
downloadabrt-7e607196d101846dcfef6fc82e6bb11997e18f5f.tar.gz
abrt-7e607196d101846dcfef6fc82e6bb11997e18f5f.tar.xz
abrt-7e607196d101846dcfef6fc82e6bb11997e18f5f.zip
new version0.0.8.5
+ added check for python-devel to aconfigure.ac
-rw-r--r--abrt.spec16
-rw-r--r--configure.ac3
2 files changed, 16 insertions, 3 deletions
diff --git a/abrt.spec b/abrt.spec
index 824ab5b0..a5427a04 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.8
-Release: 2%{?dist}
+Version: 0.0.8.5
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -337,6 +337,18 @@ fi
%defattr(-,root,root,-)
%changelog
+* Fri Sep 4 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
+- new version
+- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
+- renamed abrt to abrtd, few minor spec file fixes (jmoskovc@redhat.com)
+- Made abrt service start by deafult (jmoskovc@redhat.com)
+- add gettext support for all plugins (npajkovs@redhat.com)
+- APPLET: removed the warning bubble about not running abrt service (walters)
+- APPLET: changed tooltip rhbz#520293 (jmoskovc@redhat.com)
+- CommLayerServerDBus: rewrote to use dbus, not dbus-c++ (vda.linux@googlemail.com)
+- fixed timeout on boot causing [ FAILED ] message (vda.linux@googlemail.com)
+- and many other fixes
+
* Wed Sep 02 2009 Colin Walters <watlers@verbum.org> 0.0.8-2
- Change Conflicts: kerneloops to be an Obsoletes so we do the right thing
on upgrades. Also add an Obsoletes: bug-buddy.
diff --git a/configure.ac b/configure.ac
index a1349d8d..e6b4dd7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [0.0.8], [jmoskovc@redhat.com, zprikryl@redhat.com])
+AC_INIT([abrt], [0.0.8.5], [jmoskovc@redhat.com, zprikryl@redhat.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
@@ -31,6 +31,7 @@ PKG_CHECK_MODULES([LIBNOTIFY], [libnotify])
PKG_CHECK_MODULES([NSS], [nss])
PKG_CHECK_MODULES([XMLRPC_CPP], [xmlrpc++])
PKG_CHECK_MODULES([XMLRPC_CLIENT_CPP], [xmlrpc_client++])
+PKG_CHECK_MODULES([XMLRPC_CLIENT_CPP], [python])
AC_CHECK_HEADER([sys/inotify.h], [],
[AC_MSG_ERROR([sys/inotify.h is needed to build abrt])])