telepathy-mission-control: Fail to build on things deprecated since 0.22

Simon McVittie smcv at kemper.freedesktop.org
Thu Sep 12 03:38:44 PDT 2013


Module: telepathy-mission-control
Branch: master
Commit: fc68aab304048c21e3e384f6d35288e415dab2fd
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=fc68aab304048c21e3e384f6d35288e415dab2fd

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 12 11:36:57 2013 +0100

Fail to build on things deprecated since 0.22

This might mean we need to update MC if we deprecate more, but that seems
worthwhile to avoid technical debt.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69146
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
[combined version bump to 0.20 and to 0.22, increased minimum tp-glib
version as per Guillaume's review of a045e770 in Gabble -smcv]
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>

---

 configure.ac |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index d786888..cf36b1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,11 +224,11 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.82])
 AC_SUBST(DBUS_CFLAGS)
 AC_SUBST(DBUS_LIBS)
 
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.20.0])
-AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_18],
-  [Ignore post-0.18 deprecations])
-AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_20],
-  [Prevent post-0.20 APIs])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.21.1])
+AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_22],
+  [Ignore post-0.22 deprecations])
+AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_22],
+  [Prevent post-0.22 APIs])
 AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
 AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Avoid individual headers])
 



More information about the telepathy-commits mailing list