[Pkg-telepathy-commits] [telepathy-mission-control-6] 265/280: depends on GLib 2.39.90

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 9f7e2cd42bb3ca8c2166abc6694b4b66b115465a
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Feb 20 14:59:10 2014 +0100

    depends on GLib 2.39.90
    
    Needed for GVariantDict.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 690f041..eb137ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,7 @@ AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_1_0],
 AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
 
 PKG_CHECK_MODULES([GLIB],
-	[glib-2.0 >= 2.36, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
+	[glib-2.0 >= 2.39.90, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
 
 PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0],
   [
@@ -176,7 +176,7 @@ PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0],
   [])
 
 AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations])
-AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], [Prevent post 2.36 APIs])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_40], [Prevent post 2.40 APIs])
 
 # -----------------------------------------------------------
 # Connectivity integration

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list