[glom/glom-1-12] Depend on libxml++ >= 2.23.1, fixing GNOME bug #612794
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-12] Depend on libxml++ >= 2.23.1, fixing GNOME bug #612794
- Date: Mon, 15 Mar 2010 10:06:07 +0000 (UTC)
commit ec0842e917ea3a2c4856dfe0d90d267070388ae8
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 704d387..8a044ba 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-08 Peter Penz <ppenz openismus com>
Fix the build with exceptions disabled.
diff --git a/configure.ac b/configure.ac
index 6e68155..e1853e6 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.14 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.14 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]