[Git][debian-gis-team/spatialite-tools][experimental] 5 commits: New upstream version 5.0.1~rc1
Bas Couwenberg
gitlab at salsa.debian.org
Wed Jan 27 14:38:21 GMT 2021
Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite-tools
Commits:
4c519c1f by Bas Couwenberg at 2021-01-27T15:29:57+01:00
New upstream version 5.0.1~rc1
- - - - -
e29345eb by Bas Couwenberg at 2021-01-27T15:30:01+01:00
Update upstream source from tag 'upstream/5.0.1_rc1'
Update to upstream version '5.0.1~rc1'
with Debian dir 21135b8c1fec7886c1f2ce70bcba19ff3bc59267
- - - - -
dc8e0119 by Bas Couwenberg at 2021-01-27T15:30:16+01:00
New upstream release candidate.
- - - - -
379f6bfe by Bas Couwenberg at 2021-01-27T15:31:08+01:00
Drop readosm.patch, applied upstream.
- - - - -
48c19efd by Bas Couwenberg at 2021-01-27T15:31:32+01:00
Set distribution to experimental.
- - - - -
6 changed files:
- config.h
- configure
- configure.ac
- debian/changelog
- − debian/patches/readosm.patch
- − debian/patches/series
Changes:
=====================================
config.h
=====================================
@@ -183,7 +183,7 @@
#define PACKAGE_NAME "spatialite-tools"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "spatialite-tools 5.0.1-rc0"
+#define PACKAGE_STRING "spatialite-tools 5.0.1-rc1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "spatialite-tools"
@@ -192,7 +192,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.0.1-rc0"
+#define PACKAGE_VERSION "5.0.1-rc1"
/* must be defined when using libspatialite-amalgamation */
/* #undef SPATIALITE_AMALGAMATION */
@@ -207,7 +207,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "5.0.1-rc0"
+#define VERSION "5.0.1-rc1"
/* Must be =64 in order to enable huge-file support. */
#define _FILE_OFFSET_BITS 64
=====================================
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.0.1-rc0.
+# Generated by GNU Autoconf 2.69 for spatialite-tools 5.0.1-rc1.
#
# 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.0.1-rc0'
-PACKAGE_STRING='spatialite-tools 5.0.1-rc0'
+PACKAGE_VERSION='5.0.1-rc1'
+PACKAGE_STRING='spatialite-tools 5.0.1-rc1'
PACKAGE_BUGREPORT='a.furieri at lqt.it'
PACKAGE_URL=''
@@ -1348,7 +1348,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.0.1-rc0 to adapt to many kinds of systems.
+\`configure' configures spatialite-tools 5.0.1-rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1419,7 +1419,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of spatialite-tools 5.0.1-rc0:";;
+ short | recursive ) echo "Configuration of spatialite-tools 5.0.1-rc1:";;
esac
cat <<\_ACEOF
@@ -1549,7 +1549,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-spatialite-tools configure 5.0.1-rc0
+spatialite-tools configure 5.0.1-rc1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2139,7 +2139,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.0.1-rc0, which was
+It was created by spatialite-tools $as_me 5.0.1-rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3010,7 +3010,7 @@ fi
# Define the identity of the package.
PACKAGE='spatialite-tools'
- VERSION='5.0.1-rc0'
+ VERSION='5.0.1-rc1'
cat >>confdefs.h <<_ACEOF
@@ -17870,7 +17870,7 @@ else
$as_echo "#define OMIT_READOSM 1" >>confdefs.h
fi
- if test x$readosm = xtrue; then
+ if test x$enable_readosm != xno; then
READOSM_TRUE=
READOSM_FALSE='#'
else
@@ -18612,7 +18612,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.0.1-rc0, which was
+This file was extended by spatialite-tools $as_me 5.0.1-rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -18678,7 +18678,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.0.1-rc0
+spatialite-tools config.status 5.0.1-rc1
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.0.1-rc0, a.furieri at lqt.it)
+AC_INIT(spatialite-tools, 5.0.1-rc1, a.furieri at lqt.it)
AC_LANG(C)
AC_CONFIG_MACRO_DIR([m4])
@@ -151,7 +151,7 @@ if test x"$enable_readosm" != "xno"; then
else
AC_DEFINE(OMIT_READOSM)
fi
-AM_CONDITIONAL([READOSM], [test x$readosm = xtrue])
+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)
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+spatialite-tools (5.0.1~rc1-1~exp1) experimental; urgency=medium
+
+ * New upstream release candidate.
+ * Drop readosm.patch, applied upstream.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 27 Jan 2021 15:31:12 +0100
+
spatialite-tools (5.0.1~rc0-1~exp1) experimental; urgency=medium
* New upstream release candidate.
=====================================
debian/patches/readosm.patch deleted
=====================================
@@ -1,16 +0,0 @@
-Description: Fix building readosm executables.
-Author: Bas Couwenberg <sebastic at debian.org>
-Bug: https://groups.google.com/g/spatialite-users/c/Qwft4EICmBg/m/I4wvjh8aAgAJ
-Applied-Upstream: https://www.gaia-gis.it/fossil/spatialite-tools/info/27817323f5036382
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -151,7 +151,7 @@ if test x"$enable_readosm" != "xno"; the
- else
- AC_DEFINE(OMIT_READOSM)
- fi
--AM_CONDITIONAL([READOSM], [test x$readosm = xtrue])
-+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)
=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-readosm.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/compare/ef745293ff30eefcb3dbf72c88d3904aa6a763cc...48c19efd6af2930f0a669aa8ccede1ca2d728518
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/compare/ef745293ff30eefcb3dbf72c88d3904aa6a763cc...48c19efd6af2930f0a669aa8ccede1ca2d728518
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/20210127/f71cd71e/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list