[Git][debian-gis-team/spatialite][upstream] New upstream version 5.0.1

Bas Couwenberg gitlab at salsa.debian.org
Sun Feb 7 19:43:12 GMT 2021



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


Commits:
8459e14f by Bas Couwenberg at 2021-02-07T20:22:15+01:00
New upstream version 5.0.1
- - - - -


6 changed files:

- config.h
- configure
- configure.ac
- fakeconfig.h
- src/headers/spatialite/gaiaconfig-msvc.h
- src/headers/spatialite/gaiaconfig.h


Changes:

=====================================
config.h
=====================================
@@ -153,7 +153,7 @@
 #define PACKAGE_NAME "libspatialite"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libspatialite 5.0.1-rc1"
+#define PACKAGE_STRING "libspatialite 5.0.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libspatialite"
@@ -162,7 +162,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.0.1-rc1"
+#define PACKAGE_VERSION "5.0.1"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1


=====================================
configure
=====================================
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libspatialite 5.0.1-rc1.
+# Generated by GNU Autoconf 2.69 for libspatialite 5.0.1.
 #
 # Report bugs to <a.furieri at lqt.it>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libspatialite'
 PACKAGE_TARNAME='libspatialite'
-PACKAGE_VERSION='5.0.1-rc1'
-PACKAGE_STRING='libspatialite 5.0.1-rc1'
+PACKAGE_VERSION='5.0.1'
+PACKAGE_STRING='libspatialite 5.0.1'
 PACKAGE_BUGREPORT='a.furieri at lqt.it'
 PACKAGE_URL=''
 
@@ -1371,7 +1371,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 libspatialite 5.0.1-rc1 to adapt to many kinds of systems.
+\`configure' configures libspatialite 5.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1441,7 +1441,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libspatialite 5.0.1-rc1:";;
+     short | recursive ) echo "Configuration of libspatialite 5.0.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1586,7 +1586,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libspatialite configure 5.0.1-rc1
+libspatialite configure 5.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2176,7 +2176,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 libspatialite $as_me 5.0.1-rc1, which was
+It was created by libspatialite $as_me 5.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3047,7 +3047,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libspatialite'
- VERSION='5.0.1-rc1'
+ VERSION='5.0.1'
 
 
 # Some tools Automake needs.
@@ -19591,7 +19591,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 libspatialite $as_me 5.0.1-rc1, which was
+This file was extended by libspatialite $as_me 5.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19657,7 +19657,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="\\
-libspatialite config.status 5.0.1-rc1
+libspatialite config.status 5.0.1
 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(libspatialite, 5.0.1-rc1, a.furieri at lqt.it)
+AC_INIT(libspatialite, 5.0.1, a.furieri at lqt.it)
 AC_LANG(C)
 AC_CONFIG_MACRO_DIR([m4])
 


=====================================
fakeconfig.h
=====================================
@@ -204,7 +204,7 @@
 #define PACKAGE_NAME "libspatialite"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libspatialite 5.0.1-rc1"
+#define PACKAGE_STRING "libspatialite 5.0.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libspatialite"
@@ -213,7 +213,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.0.1-rc1"
+#define PACKAGE_VERSION "5.0.1"
 
 /* Should be defined in order to enable PROJ.6 support. */
 #define PROJ_NEW 1
@@ -222,7 +222,7 @@
 #define SPATIALITE_TARGET_CPU "x86_64-redhat-linux"
 
 /* the Version of this package. */
-#define SPATIALITE_VERSION "5.0.1-rc1"
+#define SPATIALITE_VERSION "5.0.1"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1


=====================================
src/headers/spatialite/gaiaconfig-msvc.h
=====================================
@@ -53,4 +53,4 @@
 #define PROJ_NEW 1
 
 /* the Version of this package */
-#define SPATIALITE_VERSION "5.0.1-rc1"
+#define SPATIALITE_VERSION "5.0.1"


=====================================
src/headers/spatialite/gaiaconfig.h
=====================================
@@ -59,4 +59,4 @@
 #define SPATIALITE_TARGET_CPU "x86_64-redhat-linux"
 
 /* the Version of this package */
-#define SPATIALITE_VERSION "5.0.1-rc1"
+#define SPATIALITE_VERSION "5.0.1"



View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/-/commit/8459e14f55d8e57e8384e4301de0d84710b44776

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/-/commit/8459e14f55d8e57e8384e4301de0d84710b44776
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/20210207/d41aab16/attachment-0001.html>


More information about the Pkg-grass-devel mailing list