From 33c32dcd39e3135769177174d2af61e526f7513165f468c7382ab317617c9216 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 21 Jul 2021 07:09:19 +0000 Subject: [PATCH] Accepting request 906788 from home:dirkmueller:Factory - update to 1.7.0: * Add CoordinateEpochGeoKey = 5120 of type DOUBLE to store coordinate epoch of tie points / geotransform matrix for dynamic CRS. * geo_normalize.h/c: rename variables to please codespell * GTIFGetGCSInfoEx(): use proj_crs_get_datum_forced() for PROJ >= 8 to avoid issues with datum ensembles * GTIFGetGCSInfoEx(): remove dead code * geo_normalize.c: follow-up to e06625c4e5bcce9f9217d1d5a43dc6af73156283 to avoid look up of user-defined GeogGeodeticDatumGeoKey that cause PROJ warnings OBS-URL: https://build.opensuse.org/request/show/906788 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=29 --- geotiff.changes | 13 +++++++++++++ geotiff.spec | 4 ++-- libgeotiff-1.6.0.tar.gz | 3 --- libgeotiff-1.7.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libgeotiff-1.6.0.tar.gz create mode 100644 libgeotiff-1.7.0.tar.gz diff --git a/geotiff.changes b/geotiff.changes index afd0424..2da3f8d 100644 --- a/geotiff.changes +++ b/geotiff.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 17 08:53:16 UTC 2021 - Dirk Müller + +- update to 1.7.0: + * Add CoordinateEpochGeoKey = 5120 of type DOUBLE to store coordinate epoch of + tie points / geotransform matrix for dynamic CRS. + * geo_normalize.h/c: rename variables to please codespell + * GTIFGetGCSInfoEx(): use proj_crs_get_datum_forced() for PROJ >= 8 to avoid + issues with datum ensembles + * GTIFGetGCSInfoEx(): remove dead code + * geo_normalize.c: follow-up to e06625c4e5bcce9f9217d1d5a43dc6af73156283 to + avoid look up of user-defined GeogGeodeticDatumGeoKey that cause PROJ warnings + ------------------------------------------------------------------- Tue Aug 25 12:07:37 UTC 2020 - Dirk Mueller diff --git a/geotiff.spec b/geotiff.spec index f6c271e..c1294ae 100644 --- a/geotiff.spec +++ b/geotiff.spec @@ -1,7 +1,7 @@ # # spec file for package geotiff # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sover 5 %define libname lib%{name}%{sover} Name: geotiff -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Library to handle georeferenced TIFF License: MIT AND SUSE-Public-Domain diff --git a/libgeotiff-1.6.0.tar.gz b/libgeotiff-1.6.0.tar.gz deleted file mode 100644 index 706c76a..0000000 --- a/libgeotiff-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca -size 537175 diff --git a/libgeotiff-1.7.0.tar.gz b/libgeotiff-1.7.0.tar.gz new file mode 100644 index 0000000..7ed0e07 --- /dev/null +++ b/libgeotiff-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc304d8839ca5947cfbeb63adb9d1aa47acef38fc6d6689e622926e672a99a7e +size 541931