diff --git a/telepathy-logger.spec b/telepathy-logger.spec index 91bdd14..e46c43b 100644 --- a/telepathy-logger.spec +++ b/telepathy-logger.spec @@ -1,6 +1,6 @@ Name: telepathy-logger Version: 0.2.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Telepathy framework logging daemon Group: Applications/Communications @@ -50,7 +50,7 @@ developing applications that use %{name}. %build -%configure --disable-static --enable-introspection=yes --enable-call=yes +%configure --disable-static --enable-introspection=yes --enable-call=no #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} @@ -96,6 +96,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Tue Aug 23 2011 Brian Pepple - 0.2.10-3 +- Disable call logging. + * Fri Jun 24 2011 Brian Pepple - 0.2.10-2 - Enable call support.