[glom] Require libgda 5.0.2



commit 30cce9c73b81aca290d73aa6d5bb14d1747ab3ac
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Nov 6 22:36:14 2011 +0100

    Require libgda 5.0.2
    
    * configure.ac: Require the lastest libgda to avoid several bugs
    at runtime - See the comments in configure.ac.

 ChangeLog    |    7 +++++++
 configure.ac |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 25c92d9..4ea1934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-06  Murray Cumming  <murrayc murrayc com>
+
+	Require libgda 5.0.2
+
+	* configure.ac: Require the lastest libgda to avoid several bugs 
+	at runtime - See the comments in configure.ac.
+
 2011-11-04  Murray Cumming  <murrayc murrayc com>>
 
 	Creating from examples: Do not create users and groups with SQLite.
diff --git a/configure.ac b/configure.ac
index 3788465..4c7a150 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,11 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
 # Libraries used by libglom:
 # TODO: Remove the need for gthread-2.0 when we can depend on giomm (or glibmm) 3.32,
 # because gthread-2.0 is then just an empty unnecessary library.
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.4 libgda-postgres-5.0 libgda-5.0 >= 5.0.0'
+# We add an explicit libgda-5.0 version number (though libgdamm uses it) because it fixes these bugs:
+# https://bugzilla.gnome.org/show_bug.cgi?id=662925
+# https://bugzilla.gnome.org/show_bug.cgi?id=661655
+# https://bugzilla.gnome.org/show_bug.cgi?id=661073
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.4 libgda-postgres-5.0 libgda-5.0 >= 5.0.1'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]