[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit cdf293f969c57949abc15f866a07bb93ed316b23
Author: David Paleino da...@debian.org
Date:   Thu Oct 4 11:33:05 2012 +0200

New upstream release candidate.

diff --git a/debian/changelog b/debian/changelog
index 59ea896..25823be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
+
+  * New upstream release candidate.
+
+ -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:32:55 +0200
+
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
   * New upstream release candidate.

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit 8e3748f9ab601b64dd2d56f8d709938907f09db3
Author: David Paleino da...@debian.org
Date:   Thu Oct 4 11:37:34 2012 +0200

Patchset refreshed, 04-fix_missing_define.patch dropped.

diff --git a/debian/changelog b/debian/changelog
index ccdff2b..bac1af1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
 
   * New upstream release candidate.
   * Updated debian/watch
+  * Patchset refreshed, 04-fix_missing_define.patch dropped.
 
- -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:33:55 +0200
+ -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:37:18 +0200
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/patches/00-add_automake_foreign.patch 
b/debian/patches/00-add_automake_foreign.patch
index 379a6aa..8b15324 100644
--- a/debian/patches/00-add_automake_foreign.patch
+++ b/debian/patches/00-add_automake_foreign.patch
@@ -4,16 +4,12 @@ Origin: vendor
 Forwarded: no
 
 ---
- libspatialite/Makefile.am|2 +-
- libspatialite/Makefile.in|2 +-
- spatialite-tools/Makefile.am |2 +-
- spatialite-tools/Makefile.in |2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
+ Makefile.am |2 +-
+ Makefile.in |2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
-Index: spatialite/Makefile.am
-===
 spatialite.orig/Makefile.am2012-04-03 14:22:32.0 +0200
-+++ spatialite/Makefile.am 2012-04-03 14:57:53.0 +0200
+--- spatialite.orig/Makefile.am
 spatialite/Makefile.am
 @@ -1,6 +1,6 @@
  ACLOCAL_AMFLAGS = -I m4
  
@@ -22,11 +18,9 @@ Index: spatialite/Makefile.am
  
  EXTRA_DIST = makefile.vc nmake.opt Android.mk mainpage.doxy README.coverage \
spatialite-sql-latest.html
-Index: spatialite/Makefile.in
-===
 spatialite.orig/Makefile.in2012-04-03 14:22:32.0 +0200
-+++ spatialite/Makefile.in 2012-04-03 14:58:36.0 +0200
-@@ -253,7 +253,7 @@
+--- spatialite.orig/Makefile.in
 spatialite/Makefile.in
+@@ -263,7 +263,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  ACLOCAL_AMFLAGS = -I m4
diff --git a/debian/patches/04-fix_missing_define.patch 
b/debian/patches/04-fix_missing_define.patch
deleted file mode 100644
index c5382a9..000
--- a/debian/patches/04-fix_missing_define.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: spatialite/src/headers/spatialite/gaiaexif.h
-===
 spatialite.orig/src/headers/spatialite/gaiaexif.h  2012-03-02 
11:56:59.0 +0100
-+++ spatialite/src/headers/spatialite/gaiaexif.h   2012-03-02 
11:57:11.0 +0100
-@@ -87,6 +87,7 @@
- #define GAIA_GEOMETRY_BLOB8
- /** this BLOB does actually contain a TIFF image */
- #define GAIA_TIFF_BLOB9
-+#define GAIA_WAVELET_BLOB 10
- 
- /* constants used for EXIF value types */
- /** unrecognized EXIF value */
diff --git a/debian/patches/series b/debian/patches/series
index 4a07f17..27d2927 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 00-add_automake_foreign.patch
-04-fix_missing_define.patch
 07-fix_spatialite_pc.patch

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit 2872b944e630baa00bebd155cbbe9d6091a582d9
Author: David Paleino da...@debian.org
Date:   Thu Oct 4 11:38:09 2012 +0200

Debhelper compatibility bumped to 9.

diff --git a/debian/changelog b/debian/changelog
index bac1af1..694deac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
   * New upstream release candidate.
   * Updated debian/watch
   * Patchset refreshed, 04-fix_missing_define.patch dropped.
+  * Debhelper compatibility bumped to 9.
 
- -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:37:18 +0200
+ -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:37:55 +0200
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 2c55618..3ab090a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org, David Paleino 
da...@debian.org
 Build-Depends:
- debhelper (= 8)
+ debhelper (= 9)
  , autotools-dev
  , libsqlite3-dev (= 3.6.11)
  , libgeos-dev (= 3.3.0)

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit ece7184b8bfaa76cf439a40434ca5fdd4811f739
Author: David Paleino da...@debian.org
Date:   Thu Oct 4 11:39:06 2012 +0200

Cosmetic changes

diff --git a/debian/control b/debian/control
index 3ab090a..8551d57 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: spatialite
 Section: science
 Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Francesco Paolo Lovergine fran...@debian.org, David Paleino 
da...@debian.org
+Uploaders:
+ Francesco Paolo Lovergine fran...@debian.org
+ , David Paleino da...@debian.org
 Build-Depends:
  debhelper (= 9)
  , autotools-dev
@@ -51,4 +53,3 @@ Description: Geospatial extension for SQLite - development 
files
  shapefiles and csv/text files as virtual tables.
  .
  This package contains development (static libraries and header files).
- 

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit ff9f6533eff35b32a7b9171072525025a8ab204b
Author: David Paleino da...@debian.org
Date:   Thu Oct 4 11:39:24 2012 +0200

Standards-Version bump to 3.9.4, no changes needed.

diff --git a/debian/changelog b/debian/changelog
index db3ba16..8a1e254 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
   * Updated debian/watch.
   * Patchset refreshed, 04-fix_missing_define.patch dropped.
   * Debhelper compatibility bumped to 9.
+  * Standards-Version bump to 3.9.4, no changes needed.
 
- -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:37:55 +0200
+ -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:39:14 +0200
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8551d57..b1a3204 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  , libexpat1-dev
  , libfreexl-dev (= 1.0.0)
  , pkg-config
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
 Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit 04743cf6450ea476201b2aa4fc689e7aad7f2dce
Author: David Paleino da...@debian.org
Date:   Thu Oct 4 11:41:12 2012 +0200

Also build a debugging symbols package: libspatialite3-dbg.

diff --git a/debian/changelog b/debian/changelog
index 8a1e254..1eaa09e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
   * Patchset refreshed, 04-fix_missing_define.patch dropped.
   * Debhelper compatibility bumped to 9.
   * Standards-Version bump to 3.9.4, no changes needed.
+  * Also build a debugging symbols package: libspatialite3-dbg.
 
- -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:39:14 +0200
+ -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:40:53 +0200
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b1a3204..83f1714 100644
--- a/debian/control
+++ b/debian/control
@@ -53,3 +53,19 @@ Description: Geospatial extension for SQLite - development 
files
  shapefiles and csv/text files as virtual tables.
  .
  This package contains development (static libraries and header files).
+
+Package: libspatialite3-dbg
+Architecture: any
+Section: debug
+Depends:
+ libspatialite3 (= ${binary:Version})
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Description: Geospatial extension for SQLite - debugging symbols
+ The SpatiaLite extension enables SQLite to support spatial (geometry) data
+ in a way conformant to OpenGis specifications, with both WKT and WKB formats.
+ .
+ Spatialite also includes Virtualshape and Virtualtext to enable accessing
+ shapefiles and csv/text files as virtual tables.
+ .
+ This package contains debugging symbols for the libraries.
diff --git a/debian/rules b/debian/rules
index 175b14d..29bf22f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,3 +35,6 @@ override_dh_auto_configure:
 
 override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
+
+override_dh_strip:
+   dh_strip --dbg-package=libspatialite3-dbg

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit f5c995911317270694993202d723d98fd242b66b
Author: David Paleino da...@debian.org
Date:   Mon Nov 26 18:35:26 2012 +0100

New upstream version.

diff --git a/debian/changelog b/debian/changelog
index 1eaa09e..1e0385a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
+spatialite (4.0.0-1) UNRELEASED; urgency=low
 
-  * New upstream release candidate.
+  * New upstream version.
   * Updated debian/watch.
   * Patchset refreshed, 04-fix_missing_define.patch dropped.
   * Debhelper compatibility bumped to 9.

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit ee3c9fcb64cbe96507895ed2332767332c07b33a
Author: David Paleino da...@debian.org
Date:   Mon Nov 26 18:35:48 2012 +0100

Refresh patch

diff --git a/debian/patches/00-add_automake_foreign.patch 
b/debian/patches/00-add_automake_foreign.patch
index 8b15324..5be4c64 100644
--- a/debian/patches/00-add_automake_foreign.patch
+++ b/debian/patches/00-add_automake_foreign.patch
@@ -17,15 +17,15 @@ Forwarded: no
 +AUTOMAKE_OPTIONS = dist-zip foreign
  
  EXTRA_DIST = makefile.vc nmake.opt Android.mk mainpage.doxy README.coverage \
-   spatialite-sql-latest.html
+   spatialite-sql-latest.html config-msvc.h
 --- spatialite.orig/Makefile.in
 +++ spatialite/Makefile.in
-@@ -263,7 +263,7 @@ top_build_prefix = @top_build_prefix@
+@@ -285,7 +285,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  ACLOCAL_AMFLAGS = -I m4
 -AUTOMAKE_OPTIONS = dist-zip
 +AUTOMAKE_OPTIONS = dist-zip foreign
  EXTRA_DIST = makefile.vc nmake.opt Android.mk mainpage.doxy README.coverage \
-   spatialite-sql-latest.html
+   spatialite-sql-latest.html config-msvc.h
  

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit bda88cee5a12ec28976d175f3c57e10124e9e313
Author: David Paleino da...@debian.org
Date:   Thu Nov 29 21:44:19 2012 +0100

SONAME bump: from libspatialite3 to libspatialite5.

diff --git a/debian/changelog b/debian/changelog
index 1e0385a..2e88455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ spatialite (4.0.0-1) UNRELEASED; urgency=low
   * Debhelper compatibility bumped to 9.
   * Standards-Version bump to 3.9.4, no changes needed.
   * Also build a debugging symbols package: libspatialite3-dbg.
+  * SONAME bump: from libspatialite3 to libspatialite5.
 
- -- David Paleino da...@debian.org  Thu, 04 Oct 2012 11:40:53 +0200
+ -- David Paleino da...@debian.org  Thu, 29 Nov 2012 21:43:17 +0100
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 83f1714..74367d0 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
 Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git
 
-Package: libspatialite3
+Package: libspatialite5
 Architecture: any
 Section: libs
 Breaks: spatialite-bin ( 3.0.0-1~)
@@ -40,7 +40,7 @@ Package: libspatialite-dev
 Architecture: any
 Section: libdevel
 Depends:
- libspatialite3 (= ${binary:Version})
+ libspatialite5 (= ${binary:Version})
  , ${shlibs:Depends}
  , ${misc:Depends}
  , libsqlite3-dev (= 3.3.6)
@@ -54,11 +54,11 @@ Description: Geospatial extension for SQLite - development 
files
  .
  This package contains development (static libraries and header files).
 
-Package: libspatialite3-dbg
+Package: libspatialite5-dbg
 Architecture: any
 Section: debug
 Depends:
- libspatialite3 (= ${binary:Version})
+ libspatialite5 (= ${binary:Version})
  , ${shlibs:Depends}
  , ${misc:Depends}
 Description: Geospatial extension for SQLite - debugging symbols
diff --git a/debian/libspatialite3.install b/debian/libspatialite5.install
similarity index 100%
rename from debian/libspatialite3.install
rename to debian/libspatialite5.install
diff --git a/debian/libspatialite3.symbols b/debian/libspatialite5.symbols
similarity index 100%
rename from debian/libspatialite3.symbols
rename to debian/libspatialite5.symbols
diff --git a/debian/rules b/debian/rules
index 29bf22f..8fc5089 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,4 +37,4 @@ override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
 
 override_dh_strip:
-   dh_strip --dbg-package=libspatialite3-dbg
+   dh_strip --dbg-package=libspatialite5-dbg

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit 708e9eecd42ed5e833c74887a1213f816a9ac9df
Author: David Paleino da...@debian.org
Date:   Sat Dec 1 12:19:10 2012 +0100

Backup and restore test databases, they get modified during build-time 
tests.

diff --git a/debian/changelog b/debian/changelog
index 392a48a..1526021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ spatialite (4.0.0-1) UNRELEASED; urgency=low
   * Also build a debugging symbols package: libspatialite3-dbg.
   * SONAME bump: from libspatialite3 to libspatialite5.
   * Updated symbols file.
+  * Backup and restore test databases, they get modified during
+build-time tests.
 
- -- David Paleino da...@debian.org  Thu, 29 Nov 2012 21:46:44 +0100
+ -- David Paleino da...@debian.org  Sat, 01 Dec 2012 12:18:49 +0100
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index e716f06..000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-test/*.sqlite
-test/sql_stmt_tests/*.sqlite
diff --git a/debian/rules b/debian/rules
index 8fc5089..d9825d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,15 @@ override_dh_auto_configure:
$(EPSG) \
--enable-proj
 
+override_dh_auto_test:
+   mkdir -p debian/backup/stmt
+   cp test/*.sqlite debian/backup/
+   cp test/sql_stmt_tests/*.sqlite debian/backup/stmt/
+   dh_auto_test
+   cp debian/backup/stmt/*.sqlite test/sql_stmt_tests/
+   cp debian/backup/*.sqlite test/
+   rm -rf debian/backup
+
 override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
 

-- 
geospatial extension for SQLite

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

2012-12-01 Thread David Paleino
The following commit has been merged in the master branch:
commit dffdda0976730263a6b1b0f3d00e45418091cb26
Author: David Paleino da...@debian.org
Date:   Thu Nov 29 21:46:57 2012 +0100

Updated symbols file.

diff --git a/debian/changelog b/debian/changelog
index 2e88455..392a48a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ spatialite (4.0.0-1) UNRELEASED; urgency=low
   * Standards-Version bump to 3.9.4, no changes needed.
   * Also build a debugging symbols package: libspatialite3-dbg.
   * SONAME bump: from libspatialite3 to libspatialite5.
+  * Updated symbols file.
 
- -- David Paleino da...@debian.org  Thu, 29 Nov 2012 21:43:17 +0100
+ -- David Paleino da...@debian.org  Thu, 29 Nov 2012 21:46:44 +0100
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/libspatialite5.symbols b/debian/libspatialite5.symbols
index 2846885..ef52355 100644
--- a/debian/libspatialite5.symbols
+++ b/debian/libspatialite5.symbols
@@ -1,9 +1,7 @@
-libspatialite.so.3 libspatialite3 #MINVER#
- EwktError@Base 3.0.0~beta20110817
+libspatialite.so.5 libspatialite5 #MINVER#
  EwktLval@Base 3.0.0~beta20110817
  Ewkt_create_buffer@Base 3.0.0~beta20110817
  Ewkt_delete_buffer@Base 3.0.0~beta20110817
- Ewkt_flex_debug@Base 3.0.0~beta20110817
  Ewkt_flush_buffer@Base 3.0.0~beta20110817
  Ewkt_scan_buffer@Base 3.0.0~beta20110817
  Ewkt_scan_bytes@Base 3.0.0~beta20110817
@@ -11,33 +9,31 @@ libspatialite.so.3 libspatialite3 #MINVER#
  Ewkt_switch_to_buffer@Base 3.0.0~beta20110817
  Ewktalloc@Base 3.0.0~beta20110817
  Ewktfree@Base 3.0.0~beta20110817
+ Ewktget_column@Base 4.0.0
  Ewktget_debug@Base 3.0.0~beta20110817
+ Ewktget_extra@Base 4.0.0
  Ewktget_in@Base 3.0.0~beta20110817
  Ewktget_leng@Base 3.0.0~beta20110817
  Ewktget_lineno@Base 3.0.0~beta20110817
  Ewktget_out@Base 3.0.0~beta20110817
  Ewktget_text@Base 3.0.0~beta20110817
- Ewktin@Base 3.0.0~beta20110817
- Ewktleng@Base 3.0.0~beta20110817
- Ewktlex@Base 3.0.0~beta20110817
  Ewktlex_destroy@Base 3.0.0~beta20110817
- Ewktlineno@Base 3.0.0~beta20110817
- Ewktout@Base 3.0.0~beta20110817
+ Ewktlex_init@Base 4.0.0
+ Ewktlex_init_extra@Base 4.0.0
  Ewktpop_buffer_state@Base 3.0.0~beta20110817
  Ewktpush_buffer_state@Base 3.0.0~beta20110817
  Ewktrealloc@Base 3.0.0~beta20110817
  Ewktrestart@Base 3.0.0~beta20110817
+ Ewktset_column@Base 4.0.0
  Ewktset_debug@Base 3.0.0~beta20110817
+ Ewktset_extra@Base 4.0.0
  Ewktset_in@Base 3.0.0~beta20110817
  Ewktset_lineno@Base 3.0.0~beta20110817
  Ewktset_out@Base 3.0.0~beta20110817
- Ewkttext@Base 3.0.0~beta20110817
  Ewktwrap@Base 3.0.0~beta20110817
- GeoJsonError@Base 3.0.0~beta20110817
  GeoJsonLval@Base 3.0.0~beta20110817
  GeoJson_create_buffer@Base 3.0.0~beta20110817
  GeoJson_delete_buffer@Base 3.0.0~beta20110817
- GeoJson_flex_debug@Base 3.0.0~beta20110817
  GeoJson_flush_buffer@Base 3.0.0~beta20110817
  GeoJson_scan_buffer@Base 3.0.0~beta20110817
  GeoJson_scan_bytes@Base 3.0.0~beta20110817
@@ -45,33 +41,31 @@ libspatialite.so.3 libspatialite3 #MINVER#
  GeoJson_switch_to_buffer@Base 3.0.0~beta20110817
  GeoJsonalloc@Base 3.0.0~beta20110817
  GeoJsonfree@Base 3.0.0~beta20110817
+ GeoJsonget_column@Base 4.0.0
  GeoJsonget_debug@Base 3.0.0~beta20110817
+ GeoJsonget_extra@Base 4.0.0
  GeoJsonget_in@Base 3.0.0~beta20110817
  GeoJsonget_leng@Base 3.0.0~beta20110817
  GeoJsonget_lineno@Base 3.0.0~beta20110817
  GeoJsonget_out@Base 3.0.0~beta20110817
  GeoJsonget_text@Base 3.0.0~beta20110817
- GeoJsonin@Base 3.0.0~beta20110817
- GeoJsonleng@Base 3.0.0~beta20110817
- GeoJsonlex@Base 3.0.0~beta20110817
  GeoJsonlex_destroy@Base 3.0.0~beta20110817
- GeoJsonlineno@Base 3.0.0~beta20110817
- GeoJsonout@Base 3.0.0~beta20110817
+ GeoJsonlex_init@Base 4.0.0
+ GeoJsonlex_init_extra@Base 4.0.0
  GeoJsonpop_buffer_state@Base 3.0.0~beta20110817
  GeoJsonpush_buffer_state@Base 3.0.0~beta20110817
  GeoJsonrealloc@Base 3.0.0~beta20110817
  GeoJsonrestart@Base 3.0.0~beta20110817
+ GeoJsonset_column@Base 4.0.0
  GeoJsonset_debug@Base 3.0.0~beta20110817
+ GeoJsonset_extra@Base 4.0.0
  GeoJsonset_in@Base 3.0.0~beta20110817
  GeoJsonset_lineno@Base 3.0.0~beta20110817
  GeoJsonset_out@Base 3.0.0~beta20110817
- GeoJsontext@Base 3.0.0~beta20110817
  GeoJsonwrap@Base 3.0.0~beta20110817
- GmlError@Base 3.0.0~beta20110817
  GmlLval@Base 3.0.0~beta20110817
  Gml_create_buffer@Base 3.0.0~beta20110817
  Gml_delete_buffer@Base 3.0.0~beta20110817
- Gml_flex_debug@Base 3.0.0~beta20110817
  Gml_flush_buffer@Base 3.0.0~beta20110817
  Gml_scan_buffer@Base 3.0.0~beta20110817
  Gml_scan_bytes@Base 3.0.0~beta20110817
@@ -79,33 +73,31 @@ libspatialite.so.3 libspatialite3 #MINVER#
  Gml_switch_to_buffer@Base 3.0.0~beta20110817
  Gmlalloc@Base 3.0.0~beta20110817
  Gmlfree@Base 3.0.0~beta20110817
+ Gmlget_column@Base 4.0.0
  Gmlget_debug@Base 3.0.0~beta20110817
+ Gmlget_extra@Base 4.0.0
  Gmlget_in@Base 3.0.0~beta20110817
  Gmlget_leng@Base 3.0.0~beta20110817
  Gmlget_lineno@Base 3.0.0~beta20110817
  Gmlget_out@Base 3.0.0~beta20110817