Accepting request 829549 from home:dirkmueller:branches:Application:Geo
- update to 1.6.0: * Add support for OGC GeoTIFF 1.1 * Expose GTIFGetPCSInfoEx(), GTIFGetProjTRFInfoEx(), GTIFGetGCSInfoEx(), GTIFGetDatumInfoEx(), GTIFGetEllipsoidInfoEx(), GTIFGetPMInfoEx(), GTIFGetUOMLengthInfoEx() and GTIFGetUOMAngleInfoEx() so that users can specify their own PROJ context * Add GTIFKeyGetASCII(), GTIFKeyGetSHORT() and GTIFKeyGetDOUBLE() as safer variants of GTIFKeyGet() with type checking * autotools build: enable build in a separate tree from source (#37) (fixes #28) * Use pkg-config for libtiff detection * GTIFDecToDMS(): fix rounding issue (refs #16) * geo_names.c: Silence warning in GetNameFromDatabase * cpl_serv.h: add parenthesis in macro definitions * Fix spelling errors * geo_normalize.c: set UOMLength from GeogLinearUnits (for geocentic CRS) (GDAL #1595) * testlistgeo: remove hardcoded path in test output (fixes https://github.com/OSGeo/libgeotiff/issues/16#issuecomment-502267406) * Adapt test script for PROJ 6.2 EPSG database (fixes #22) * Use unix EOL for cmake related files (fixes #14) * configure.ac: drop dead code * geo_normalize.c: avoid look up of user-defined geokeys that cause PROJ warnings (fixes GDAL #2321) * listgeo: fix corner coordinates for images with RasterPixelIsPoint (#36) OBS-URL: https://build.opensuse.org/request/show/829549 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=27
This commit is contained in:
parent
0c9c9858f0
commit
135b51af12
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 12:07:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.6.0:
|
||||
* Add support for OGC GeoTIFF 1.1
|
||||
* Expose GTIFGetPCSInfoEx(), GTIFGetProjTRFInfoEx(), GTIFGetGCSInfoEx(), GTIFGetDatumInfoEx(), GTIFGetEllipsoidInfoEx(), GTIFGetPMInfoEx(), GTIFGetUOMLengthInfoEx() and GTIFGetUOMAngleInfoEx() so that users can specify their own PROJ context
|
||||
* Add GTIFKeyGetASCII(), GTIFKeyGetSHORT() and GTIFKeyGetDOUBLE() as safer variants of GTIFKeyGet() with type checking
|
||||
* autotools build: enable build in a separate tree from source (#37) (fixes #28)
|
||||
* Use pkg-config for libtiff detection
|
||||
* GTIFDecToDMS(): fix rounding issue (refs #16)
|
||||
* geo_names.c: Silence warning in GetNameFromDatabase
|
||||
* cpl_serv.h: add parenthesis in macro definitions
|
||||
* Fix spelling errors
|
||||
* geo_normalize.c: set UOMLength from GeogLinearUnits (for geocentic CRS) (GDAL #1595)
|
||||
* testlistgeo: remove hardcoded path in test output (fixes https://github.com/OSGeo/libgeotiff/issues/16#issuecomment-502267406)
|
||||
* Adapt test script for PROJ 6.2 EPSG database (fixes #22)
|
||||
* Use unix EOL for cmake related files (fixes #14)
|
||||
* configure.ac: drop dead code
|
||||
* geo_normalize.c: avoid look up of user-defined geokeys that cause PROJ warnings (fixes GDAL #2321)
|
||||
* listgeo: fix corner coordinates for images with RasterPixelIsPoint (#36)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 18:34:29 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package geotiff
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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.5.1
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Library to handle georeferenced TIFF
|
||||
License: MIT AND SUSE-Public-Domain
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9e99733c170d11052f562bcd2c7cb4de53ed405f7acdde4f16195cd3ead612c
|
||||
size 528083
|
3
libgeotiff-1.6.0.tar.gz
Normal file
3
libgeotiff-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca
|
||||
size 537175
|
Loading…
x
Reference in New Issue
Block a user