[Git][debian-gis-team/spatialite-tools][experimental] 5 commits: New upstream version 5.1.0
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 5 06:10:56 BST 2023
Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite-tools
Commits:
dd70cfc5 by Bas Couwenberg at 2023-08-05T07:04:59+02:00
New upstream version 5.1.0
- - - - -
0d5852af by Bas Couwenberg at 2023-08-05T07:05:02+02:00
Update upstream source from tag 'upstream/5.1.0'
Update to upstream version '5.1.0'
with Debian dir 2fee5cbe5c118bceb0263ba4edeabbd673937ee3
- - - - -
15e50210 by Bas Couwenberg at 2023-08-05T07:05:15+02:00
New upstream release.
- - - - -
4a20ee41 by Bas Couwenberg at 2023-08-05T07:05:44+02:00
Require at least libspatialite-dev 5.1.0.
- - - - -
132767a8 by Bas Couwenberg at 2023-08-05T07:07:47+02:00
Set distribution to experimental.
- - - - -
5 changed files:
- config.h
- configure
- configure.ac
- debian/changelog
- debian/control
Changes:
=====================================
config.h
=====================================
@@ -182,7 +182,7 @@
#define PACKAGE_NAME "spatialite-tools"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "spatialite-tools 5.1.0-RC0"
+#define PACKAGE_STRING "spatialite-tools 5.1.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "spatialite-tools"
@@ -191,7 +191,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.1.0-RC0"
+#define PACKAGE_VERSION "5.1.0"
/* must be defined when using libspatialite-amalgamation */
/* #undef SPATIALITE_AMALGAMATION */
@@ -203,7 +203,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "5.1.0-RC0"
+#define VERSION "5.1.0"
/* 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.1.0-RC0.
+# Generated by GNU Autoconf 2.69 for spatialite-tools 5.1.0.
#
# 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-RC0'
-PACKAGE_STRING='spatialite-tools 5.1.0-RC0'
+PACKAGE_VERSION='5.1.0'
+PACKAGE_STRING='spatialite-tools 5.1.0'
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-RC0 to adapt to many kinds of systems.
+\`configure' configures spatialite-tools 5.1.0 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-RC0:";;
+ short | recursive ) echo "Configuration of spatialite-tools 5.1.0:";;
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-RC0
+spatialite-tools configure 5.1.0
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-RC0, which was
+It was created by spatialite-tools $as_me 5.1.0, 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-RC0'
+ VERSION='5.1.0'
cat >>confdefs.h <<_ACEOF
@@ -19248,7 +19248,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-RC0, which was
+This file was extended by spatialite-tools $as_me 5.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19314,7 +19314,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-RC0
+spatialite-tools config.status 5.1.0
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-RC0, a.furieri at lqt.it)
+AC_INIT(spatialite-tools, 5.1.0, a.furieri at lqt.it)
AC_LANG(C)
AC_CONFIG_MACRO_DIR([m4])
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+spatialite-tools (5.1.0-1~exp1) experimental; urgency=medium
+
+ * New upstream release.
+ * Require at least libspatialite-dev 5.1.0.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 05 Aug 2023 07:07:33 +0200
+
spatialite-tools (5.1.0~rc0-1~exp1) experimental; urgency=medium
* New upstream release candidate.
=====================================
debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 13),
libreadline-dev,
libreadosm-dev,
librttopo-dev,
- libspatialite-dev (>= 5.1.0~),
+ libspatialite-dev (>= 5.1.0),
libsqlite3-dev,
libxml2-dev,
pkg-config,
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/compare/503e0d9134ffc399b9b0d6794e1afaf1928a633d...132767a8be2b8cc75093144725ee9921ad0b8d1c
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/compare/503e0d9134ffc399b9b0d6794e1afaf1928a633d...132767a8be2b8cc75093144725ee9921ad0b8d1c
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/20230805/9d7902b6/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list