[glom/glom-1-20] Depend on libgda 5.0.3 because we need the GdaNumeric corrections.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-20] Depend on libgda 5.0.3 because we need the GdaNumeric corrections.
- Date: Wed, 25 Jan 2012 08:57:26 +0000 (UTC)
commit 7d0d69aae8d3c0cc4ba4035a45d864c22735ae13
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jan 25 08:43:41 2012 +0100
Depend on libgda 5.0.3 because we need the GdaNumeric corrections.
* configure.ac: This avoids errors when creating from examples, when
using a non-English locale.
This fixes bug #668346 (Janne)
Conflicts:
configure.ac
ChangeLog | 8 ++++++++
configure.ac | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 64a2ceb..d558f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-01-25 Murray Cumming <murrayc murrayc com>
+
+ Depend on libgda 5.0.3 because we need the GdaNumeric corrections.
+
+ * configure.ac: This avoids errors when creating from examples, when
+ using a non-English locale.
+ This fixes bug #668346 (Janne)
+
2012-01-18 Murray Cumming <murrayc murrayc com>
Default to en rather than en_US for the original locale.
diff --git a/configure.ac b/configure.ac
index 8b84b21..1368bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ 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.6 libgda-postgres-5.0'
+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.6 libgda-5.0 >= 5.0.3 libgda-postgres-5.0'
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]