[Git][debian-gis-team/libgeotiff][upstream] New upstream version 1.5.1
Bas Couwenberg
gitlab at salsa.debian.org
Sat Mar 30 06:02:31 GMT 2019
Bas Couwenberg pushed to branch upstream at Debian GIS Project / libgeotiff
Commits:
7d875145 by Bas Couwenberg at 2019-03-30T05:45:01Z
New upstream version 1.5.1
- - - - -
7 changed files:
- CMakeLists.txt
- Makefile.am
- NEWS
- configure
- configure.ac
- cpl_serv.h
- geotiff.h
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -19,7 +19,7 @@ SET(CMAKE_COLOR_MAKEFILE ON)
# Version information
set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 5)
-set(PROJECT_VERSION_PATCH 0)
+set(PROJECT_VERSION_PATCH 1)
set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(GeoTIFF_VERSION ${PROJECT_VERSION})
=====================================
Makefile.am
=====================================
@@ -52,7 +52,7 @@ libgeotiff_la_SOURCES = cpl_serv.c \
geo_strtod.c \
geotiff_proj4.c
-libgeotiff_la_LDFLAGS = -version-info 5:0:0
+libgeotiff_la_LDFLAGS = -version-info 5:1:0
libgeotiff_la_LIBADD = libxtiff/libxtiff.la
=====================================
NEWS
=====================================
@@ -1,3 +1,8 @@
+libgeotiff 1.5.1
+----------------
+
+* re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x
+
libgeotiff 1.5.0
----------------
=====================================
configure
=====================================
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgeotiff 1.5.0.
+# Generated by GNU Autoconf 2.69 for libgeotiff 1.5.1.
#
# Report bugs to <warmerdam at pobox.com>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libgeotiff'
PACKAGE_TARNAME='libgeotiff'
-PACKAGE_VERSION='1.5.0'
-PACKAGE_STRING='libgeotiff 1.5.0'
+PACKAGE_VERSION='1.5.1'
+PACKAGE_STRING='libgeotiff 1.5.1'
PACKAGE_BUGREPORT='warmerdam at pobox.com'
PACKAGE_URL=''
@@ -1407,7 +1407,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 libgeotiff 1.5.0 to adapt to many kinds of systems.
+\`configure' configures libgeotiff 1.5.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1478,7 +1478,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libgeotiff 1.5.0:";;
+ short | recursive ) echo "Configuration of libgeotiff 1.5.1:";;
esac
cat <<\_ACEOF
@@ -1613,7 +1613,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libgeotiff configure 1.5.0
+libgeotiff configure 1.5.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1982,7 +1982,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 libgeotiff $as_me 1.5.0, which was
+It was created by libgeotiff $as_me 1.5.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2400,7 +2400,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
-RELEASE_VERSION=1.5.0
+RELEASE_VERSION=1.5.1
ac_config_headers="$ac_config_headers geo_config.h"
@@ -2892,7 +2892,7 @@ fi
# Define the identity of the package.
PACKAGE='libgeotiff'
- VERSION='1.5.0'
+ VERSION='1.5.1'
cat >>confdefs.h <<_ACEOF
@@ -15784,7 +15784,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 libgeotiff $as_me 1.5.0, which was
+This file was extended by libgeotiff $as_me 1.5.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15850,7 +15850,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="\\
-libgeotiff config.status 1.5.0
+libgeotiff config.status 1.5.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -2,7 +2,7 @@
m4_define([VERSION_MAJOR], [1])
m4_define([VERSION_MINOR], [5])
-m4_define([VERSION_POINT], [0])
+m4_define([VERSION_POINT], [1])
m4_define([GEOTIFF_VERSION],
[VERSION_MAJOR.VERSION_MINOR.VERSION_POINT])
=====================================
cpl_serv.h
=====================================
@@ -253,6 +253,7 @@ char GTIF_DLL **CSLTokenizeStringComplex(const char *pszString,
* The following functions were used up to libgeotiff 1.4.X series, but
* are now no-operation, since there is no longer any CSV use in libgeotiff.
*/
+#define SetCSVFilenameHook gtSetCSVFilenameHook
void GTIF_DLL SetCSVFilenameHook( const char *(*CSVFileOverride)(const char *) );
=====================================
geotiff.h
=====================================
@@ -30,7 +30,7 @@
*/
#define GvCurrentVersion 1
-#define LIBGEOTIFF_VERSION 1500
+#define LIBGEOTIFF_VERSION 1510
#include "geo_config.h"
#include "geokeys.h"
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/commit/7d8751459a8a6df4793628290470684744e2dea7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/commit/7d8751459a8a6df4793628290470684744e2dea7
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/20190330/6203933f/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list