[glom] Depend on libxml++ >= 2.23.1, fixing GNOME bug #612794



commit d4925db84f46d1597a18e1dc1f95104bccb4fa02
Author: David King <amigadave amigadave com>
Date:   Sat Mar 13 15:31:41 2010 +0100

    Depend on libxml++ >= 2.23.1, fixing GNOME bug #612794
    
    * configure.ac: Bump libglom libxml++ version requirement to >= 2.23.1
    for xmlpp::Element::add_child_text_before(). Fixes GNOME bug #612794.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0da7395..9b778fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-13  David King  <davidk openismus com>
+
+	Depend on libxml++ >= 2.23.1, fixing GNOME bug#612794
+
+	* configure.ac: Bump libglom libxml++ version requirement to >= 2.23.1
+	for xmlpp::Element::add_child_text_before(). Fixes GNOME bug #612794.
+
 2010-03-09  Murray Cumming  <murrayc murrayc com>
 
     Intial Dialog: Do not crash sometimes if cancelling the file chooser.
diff --git a/configure.ac b/configure.ac
index e7c9dce..96c82bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,7 @@ AC_ARG_ENABLE([maemo-launcher],
 # Libraries used by libglom:
 # We require libgda >= 4.0.4 because previous versions had case-sensitivity or fatal metastore problems.
 # libgda >= 4.1.2 is also OK, but not 4.1.<2.
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.18 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.18 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1 avahi-ui"])



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