telepathy-glib: 0.7.11 -> 0.7.29

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-16 09:55:30 +01:00
parent c2ac572857
commit cd5fa1ee4e
2 changed files with 11 additions and 11 deletions

View File

@@ -1,13 +1,13 @@
Index: telepathy-glib-0.7.0/configure.ac
Index: telepathy-glib-0.7.29/configure.ac
===================================================================
--- telepathy-glib-0.7.0.orig/configure.ac 2007-11-22 18:09:07.000000000 +0000
+++ telepathy-glib-0.7.0/configure.ac 2007-12-31 23:07:04.000000000 +0000
@@ -179,7 +179,7 @@
AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required])
fi
PYTHON=
-AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python])
+AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python2.3 python])
if test -z "$PYTHON"; then
AC_MSG_ERROR([Python is required to compile this package])
--- telepathy-glib-0.7.29.orig/configure.ac 2009-05-15 14:33:49.000000000 +0100
+++ telepathy-glib-0.7.29/configure.ac 2009-05-15 14:33:56.000000000 +0100
@@ -174,7 +174,7 @@
if test -z "$XSLTPROC"; then
AC_MSG_ERROR([xsltproc (from the libxslt source package) is required])
fi
-AM_PATH_PYTHON([2.3])
+AM_PATH_PYTHON([2.5])
dnl glibc backtrace functions
AC_CHECK_FUNCS(backtrace backtrace_symbols_fd)