Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
New upstream version 1.5.1
· 7d875145
Bas Couwenberg
authored
Mar 30, 2019
7d875145
Merge tag 'upstream/1.5.1'
· 7d0dd317
Bas Couwenberg
authored
Mar 30, 2019
Upstream version 1.5.1
7d0dd317
New upstream release.
· 9baf5cd0
Bas Couwenberg
authored
Mar 30, 2019
9baf5cd0
Update symbols for 1.5.1.
· c9f63ed8
Bas Couwenberg
authored
Mar 30, 2019
c9f63ed8
Set distribution to experimental.
· 2ba42915
Bas Couwenberg
authored
Mar 30, 2019
2ba42915
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2ba42915
...
...
@@ -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
View file @
2ba42915
...
...
@@ -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
View file @
2ba42915
libgeotiff 1.5.1
----------------
* re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x
libgeotiff 1.5.0
----------------
...
...
configure
View file @
2ba42915
#! /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@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@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
View file @
2ba42915
...
...
@@ -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
View file @
2ba42915
...
...
@@ -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
*
)
);
...
...
debian/changelog
View file @
2ba42915
libgeotiff (1.5.1-1~exp1) experimental; urgency=medium
* New upstream release.
* Update symbols for 1.5.1.
-- Bas Couwenberg <sebastic@debian.org> Sat, 30 Mar 2019 06:45:46 +0100
libgeotiff (1.5.0-1~exp1) experimental; urgency=medium
* New upstream release.
...
...
debian/libgeotiff5.symbols
View file @
2ba42915
...
...
@@ -60,7 +60,6 @@ libgeotiff.so.5 #PACKAGE# #MINVER#
ST_GetKey@Base 1.3.0
ST_SetKey@Base 1.3.0
ST_TagType@Base 1.3.0
SetCSVFilenameHook@Base 1.5.0
XTIFFClientOpen@Base 1.3.0
XTIFFClose@Base 1.3.0
XTIFFFdOpen@Base 1.3.0
...
...
@@ -90,4 +89,5 @@ libgeotiff.so.5 #PACKAGE# #MINVER#
gtCSLGetField@Base 1.3.0
gtCSLTokenizeString@Base 1.3.0
gtCSLTokenizeStringComplex@Base 1.3.0
gtSetCSVFilenameHook@Base 1.5.1
gt_CPLAssert@Base 1.3.0
geotiff.h
View file @
2ba42915
...
...
@@ -30,7 +30,7 @@
*/
#define GvCurrentVersion 1
#define LIBGEOTIFF_VERSION 15
0
0
#define LIBGEOTIFF_VERSION 15
1
0
#include
"geo_config.h"
#include
"geokeys.h"
...
...