[Git][debian-gis-team/spatialite-tools][upstream] New upstream version 5.1.0a

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Aug 14 06:06:46 BST 2023



Bas Couwenberg pushed to branch upstream at Debian GIS Project / spatialite-tools


Commits:
867e4fc9 by Bas Couwenberg at 2023-08-14T06:55:32+02:00
New upstream version 5.1.0a
- - - - -


6 changed files:

- Makefile-static-mingw32
- Makefile-static-mingw64
- config.h
- config.h.in
- configure
- configure.ac


Changes:

=====================================
Makefile-static-mingw32
=====================================
@@ -354,9 +354,10 @@ all: ./static_bin/spatialite.exe ./static_bin/spatialite_tool.exe \
 	/mingw32/local/lib/libgeos_c.a \
 	/mingw32/local/lib/libgeos.a \
 	/mingw32/local/lib/libfreexl.a \
+	/mingw32/local/lib/libexpat.a \
 	/mingw32/local/lib/libz.a \
 	/mingw32/local/lib/libiconv.a \
-	-lm -lmsimg32 -lws2_32 -lwldap32 -static-libstdc++ -static-libgcc 
+	-lm -lmsimg32 -lws2_32 -lwldap32 -lcrypt32 -lbcrypt -static-libstdc++ -static-libgcc 
 	strip --strip-all ./static_bin/spatialite_osm_overpass.exe
 
 ./static_bin/spatialite_xml_collapse.exe: spatialite_xml_collapse.o


=====================================
Makefile-static-mingw64
=====================================
@@ -354,9 +354,10 @@ all: ./static_bin/spatialite.exe ./static_bin/spatialite_tool.exe \
 	/mingw64/local/lib/libgeos_c.a \
 	/mingw64/local/lib/libgeos.a \
 	/mingw64/local/lib/libfreexl.a \
+	/mingw64/local/lib/libexpat.a \
 	/mingw64/local/lib/libz.a \
 	/mingw64/local/lib/libiconv.a \
-	-lm -lmsimg32 -lws2_32 -lwldap32 -static-libstdc++ -static-libgcc 
+	-lm -lmsimg32 -lws2_32 -lwldap32 -lcrypt32 -lbcrypt -static-libstdc++ -static-libgcc 
 	strip --strip-all ./static_bin/spatialite_osm_overpass.exe
 
 ./static_bin/spatialite_xml_collapse.exe: spatialite_xml_collapse.o


=====================================
config.h
=====================================
@@ -1,6 +1,9 @@
 /* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Should be defined in order to enable LIBXML2 support. */
+#define ENABLE_LIBXML2 1
+
 /* depending on SQLite library version. */
 #define HAVE_DECL_SQLITE_CONFIG_URI 1
 
@@ -182,7 +185,7 @@
 #define PACKAGE_NAME "spatialite-tools"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "spatialite-tools 5.1.0"
+#define PACKAGE_STRING "spatialite-tools 5.1.0a"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "spatialite-tools"
@@ -191,7 +194,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.1.0"
+#define PACKAGE_VERSION "5.1.0a"
 
 /* must be defined when using libspatialite-amalgamation */
 /* #undef SPATIALITE_AMALGAMATION */
@@ -203,7 +206,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "5.1.0"
+#define VERSION "5.1.0a"
 
 /* Must be =64 in order to enable huge-file support. */
 #define _FILE_OFFSET_BITS 64


=====================================
config.h.in
=====================================
@@ -1,5 +1,8 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Should be defined in order to enable LIBXML2 support. */
+#undef ENABLE_LIBXML2
+
 /* depending on SQLite library version. */
 #undef HAVE_DECL_SQLITE_CONFIG_URI
 


=====================================
configure
=====================================
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for spatialite-tools 5.1.0.
+# Generated by GNU Autoconf 2.69 for spatialite-tools 5.1.0a.
 #
 # Report bugs to <a.furieri at lqt.it>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='spatialite-tools'
 PACKAGE_TARNAME='spatialite-tools'
-PACKAGE_VERSION='5.1.0'
-PACKAGE_STRING='spatialite-tools 5.1.0'
+PACKAGE_VERSION='5.1.0a'
+PACKAGE_STRING='spatialite-tools 5.1.0a'
 PACKAGE_BUGREPORT='a.furieri at lqt.it'
 PACKAGE_URL=''
 
@@ -1362,7 +1362,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures spatialite-tools 5.1.0 to adapt to many kinds of systems.
+\`configure' configures spatialite-tools 5.1.0a to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1434,7 +1434,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of spatialite-tools 5.1.0:";;
+     short | recursive ) echo "Configuration of spatialite-tools 5.1.0a:";;
    esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-spatialite-tools configure 5.1.0
+spatialite-tools configure 5.1.0a
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2159,7 +2159,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spatialite-tools $as_me 5.1.0, which was
+It was created by spatialite-tools $as_me 5.1.0a, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3030,7 +3030,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='spatialite-tools'
- VERSION='5.1.0'
+ VERSION='5.1.0a'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3180,6 +3180,7 @@ $as_echo "#define _LARGEFILE_SOURCE 1" >>confdefs.h
 
 
 
+
 
 # Checks for header files.
 DEPDIR="${am__leading_dot}deps"
@@ -18587,6 +18588,8 @@ $as_echo "yes" >&6; }
 fi
 
 
+$as_echo "#define ENABLE_LIBXML2 1" >>confdefs.h
+
 
 # checks for SQLite version-depending constants
 ac_fn_c_check_decl "$LINENO" "SQLITE_CONFIG_URI" "ac_cv_have_decl_SQLITE_CONFIG_URI" "#include <sqlite3.h>
@@ -19248,7 +19251,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by spatialite-tools $as_me 5.1.0, which was
+This file was extended by spatialite-tools $as_me 5.1.0a, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19314,7 +19317,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-spatialite-tools config.status 5.1.0
+spatialite-tools config.status 5.1.0a
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 


=====================================
configure.ac
=====================================
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(spatialite-tools, 5.1.0, a.furieri at lqt.it)
+AC_INIT(spatialite-tools, 5.1.0a, a.furieri at lqt.it)
 AC_LANG(C)
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -26,6 +26,8 @@ AH_TEMPLATE([SPATIALITE_AMALGAMATION],
 	    [must be defined when using libspatialite-amalgamation])
 AH_TEMPLATE([OMIT_READOSM],
             [Should be defined in order to disable ReadOSM support.])
+AH_TEMPLATE([ENABLE_LIBXML2],
+            [Should be defined in order to enable LIBXML2 support.])
 AH_TEMPLATE([HAVE_DECL_SQLITE_CONFIG_URI],
             [depending on SQLite library version.])
 AH_TEMPLATE([HAVE_DECL_SQLITE_DBSTATUS_LOOKASIDE_USED],
@@ -154,6 +156,7 @@ AM_CONDITIONAL([READOSM], [test x$enable_readosm != xno])
 PKG_CHECK_MODULES([LIBXML2], [libxml-2.0], , AC_MSG_ERROR(['libxml2' is required but it doesn't seem to be installed on this system.]))
 AC_SUBST(LIBXML2_CFLAGS)
 AC_SUBST(LIBXML2_LIBS)
+AC_DEFINE(ENABLE_LIBXML2)
 
 # checks for SQLite version-depending constants
 AC_CHECK_DECL([SQLITE_CONFIG_URI],



View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/commit/867e4fc9eab3d11bc6e5eea5fc30a3f279ecf678

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/commit/867e4fc9eab3d11bc6e5eea5fc30a3f279ecf678
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230814/bfc1a749/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list