[Git][debian-gis-team/libgeotiff][upstream] New upstream version 1.7.3
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri May 24 14:58:06 BST 2024
Bas Couwenberg pushed to branch upstream at Debian GIS Project / libgeotiff
Commits:
6250cc6b by Bas Couwenberg at 2024-05-24T15:53:53+02:00
New upstream version 1.7.3
- - - - -
7 changed files:
- CMakeLists.txt
- Makefile.am
- Makefile.in
- NEWS
- configure
- configure.ac
- geotiff.h
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -21,17 +21,17 @@ SET(CMAKE_COLOR_MAKEFILE ON)
# Version information
set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 7)
-set(PROJECT_VERSION_PATCH 2)
+set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(GeoTIFF_VERSION ${PROJECT_VERSION})
# Set library version to match that of autoconf:
# libgeotiff.so -> libgeotiff.so.5
-# libgeotiff.so.5 -> libgeotiff.so.5.2.2
-# libgeotiff.so.5.2.2
+# libgeotiff.so.5 -> libgeotiff.so.5.3.2
+# libgeotiff.so.5.3.2
set(LINK_SOVERSION "5")
-set(LINK_VERSION "5.2.2")
+set(LINK_VERSION "5.3.2")
string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)
@@ -336,7 +336,7 @@ target_include_directories(
INSTALL( TARGETS ${GEOTIFF_LIBRARY_TARGET}
EXPORT depends
- RUNTIME DESTINATION ${CMAKE_INSTALLL_BINDIR}
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )
=====================================
Makefile.am
=====================================
@@ -53,7 +53,7 @@ libgeotiff_la_SOURCES = cpl_serv.c \
geo_strtod.c \
geotiff_proj4.c
-libgeotiff_la_LDFLAGS = -version-info 7:2:2 ${NOUNDEFINED}
+libgeotiff_la_LDFLAGS = -version-info 7:3:2 ${NOUNDEFINED}
libgeotiff_la_LIBADD = libxtiff/libxtiff.la
=====================================
Makefile.in
=====================================
@@ -539,7 +539,7 @@ libgeotiff_la_SOURCES = cpl_serv.c \
geo_strtod.c \
geotiff_proj4.c
-libgeotiff_la_LDFLAGS = -version-info 7:2:2 ${NOUNDEFINED}
+libgeotiff_la_LDFLAGS = -version-info 7:3:2 ${NOUNDEFINED}
libgeotiff_la_LIBADD = libxtiff/libxtiff.la
lib_LTLIBRARIES = libgeotiff.la
pkgconfig_DATA = libgeotiff.pc
=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+libgeotiff 1.7.3
+----------------
+
+* CMake: fix typo in CMAKE_INSTALL_BINDIR install target that affects
+ location of geotiff.dll (#117)
+
libgeotiff 1.7.2
----------------
=====================================
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.7.2.
+# Generated by GNU Autoconf 2.69 for libgeotiff 1.7.3.
#
# 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.7.2'
-PACKAGE_STRING='libgeotiff 1.7.2'
+PACKAGE_VERSION='1.7.3'
+PACKAGE_STRING='libgeotiff 1.7.3'
PACKAGE_BUGREPORT='warmerdam at pobox.com'
PACKAGE_URL=''
@@ -1422,7 +1422,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.7.2 to adapt to many kinds of systems.
+\`configure' configures libgeotiff 1.7.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1493,7 +1493,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libgeotiff 1.7.2:";;
+ short | recursive ) echo "Configuration of libgeotiff 1.7.3:";;
esac
cat <<\_ACEOF
@@ -1639,7 +1639,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libgeotiff configure 1.7.2
+libgeotiff configure 1.7.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2008,7 +2008,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.7.2, which was
+It was created by libgeotiff $as_me 1.7.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2426,7 +2426,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
-RELEASE_VERSION=1.7.2
+RELEASE_VERSION=1.7.3
ac_config_headers="$ac_config_headers geo_config.h"
@@ -2918,7 +2918,7 @@ fi
# Define the identity of the package.
PACKAGE='libgeotiff'
- VERSION='1.7.2'
+ VERSION='1.7.3'
cat >>confdefs.h <<_ACEOF
@@ -16184,7 +16184,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.7.2, which was
+This file was extended by libgeotiff $as_me 1.7.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16250,7 +16250,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.7.2
+libgeotiff config.status 1.7.3
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], [7])
-m4_define([VERSION_POINT], [2])
+m4_define([VERSION_POINT], [3])
m4_define([GEOTIFF_VERSION],
[VERSION_MAJOR.VERSION_MINOR.VERSION_POINT])
=====================================
geotiff.h
=====================================
@@ -47,7 +47,7 @@
#define GEOTIFF_SPEC_1_1_MINOR_REVISION 1
/* Library version */
-#define LIBGEOTIFF_VERSION 1720
+#define LIBGEOTIFF_VERSION 1730
#include "geo_config.h"
#include "geokeys.h"
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/6250cc6bf83b45453bd90298a750907b91787bdb
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/6250cc6bf83b45453bd90298a750907b91787bdb
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/20240524/66d449e8/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list