From 7e607196d101846dcfef6fc82e6bb11997e18f5f Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 4 Sep 2009 19:49:01 +0200 Subject: new version + added check for python-devel to aconfigure.ac --- abrt.spec | 16 ++++++++++++++-- configure.ac | 3 ++- 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 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 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])]) -- cgit