Package: spatialite-tools / 4.1.1-4

Metadata

Package Version Patches format
spatialite-tools 4.1.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 add_automake_foreign.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
Makefile.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 add 'foreign' to automake_options
03 fix_typos.patch | (download)

shell.c | 2 1 + 1 - 0 !
spatialite_convert.c | 2 1 + 1 - 0 !
spatialite_gml.c | 2 1 + 1 - 0 !
spatialite_osm_map.c | 4 2 + 2 - 0 !
spatialite_osm_net.c | 10 5 + 5 - 0 !
spatialite_osm_raw.c | 2 1 + 1 - 0 !
6 files changed, 11 insertions(+), 11 deletions(-)

 fix typos in source code
06 link sqlite3.patch | (download)

configure.ac | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 link to sqlite3 library.
07 succesfully typo.patch | (download)

shell.c | 2 1 + 1 - 0 !
spatialite_dxf.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix 'succesfully typo, replace with 'successfully'.
08 indifferently typo.patch | (download)

spatialite_osm_map.c | 2 1 + 1 - 0 !
spatialite_osm_net.c | 2 1 + 1 - 0 !
spatialite_osm_raw.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix 'indifferenctly' typo, replace with 'indifferently'.
09 default typo.patch | (download)

spatialite_network.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix 'defualt' typo, replace with 'default'.
10 no sqlite check.patch | (download)

shell.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 don't require exact sqlite3 version match.
 SQLite allows cautious programmers to "insure that the application is
 compiled with matching library and header files."
 .
 spatialite shouldn't require this to allow it run.