[Telepathy-commits] [telepathy-gabble/master] Bump tp-glib build-dep to 0.7.26

Will Thompson will.thompson at collabora.co.uk
Wed Mar 4 04:10:47 PST 2009


Turns out we should have done this before the last release. :(
---
 NEWS         |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index e076634..7eee48e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 telepathy-gabble 0.7.23 (UNRELEASED)
 ====================================
 
+Dependencies:
+
+* telepathy-glib 0.7.26 is now required (as it was for 0.7.22, in fact).
+
 Fixes:
 
 * Fix flow control in tubes when using a SI fallback bytestream
diff --git a/configure.ac b/configure.ac
index 891ffcd..ae0b65e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.78])
 AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
 
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.7.24])
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.7.26])
 
 AC_SUBST(TP_GLIB_CFLAGS)
 AC_SUBST(TP_GLIB_LIBS)
-- 
1.5.6.5



More information about the telepathy-commits mailing list