- Update to version 1.7.3:
* CMake: fix typo in CMAKE_INSTALL_BINDIR install target that affects location of geotiff.dll
- Changes for version 1.7.2:
* GTIFGetDatumInfoEx(): handle dynamic datums
* CMake: adopt GNUInstallDirs
* CMake: export TIFF as a public dependency
* Add XTIFFClientOpenExt() with re-entrant error callbacks
* listgeo: add a -no_corners option to avoid printing corner
* coordinates which might be PROJ version sensitive (refs #81)
* Fix test failures with PROJ 9.1.1 and 9.3
* Remove trailing spaces from many files.
* Localize variables and add const when possible in a number of files
* geo_normalize.c: sprintf --> snprintf
* Add missing includes
* Fix -Werror=calloc-transposed-args with gcc 14
* FindPROJ.cmake: proj_experimental;h -> proj_experimental.h
* CMake: add a BUILD_SHARED_LIBS option, and make it default to ON
* autoconf/CMake: add generation of libgeotiff.pc
* Remove INSTALL and install-sh autoconf-generated files
OBS-URL: https://build.opensuse.org/request/show/1190191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=14
* CMake: fix typo in CMAKE_INSTALL_BINDIR install target that affects location of geotiff.dll
- Changes for version 1.7.2:
* GTIFGetDatumInfoEx(): handle dynamic datums
* CMake: adopt GNUInstallDirs
* CMake: export TIFF as a public dependency
* Add XTIFFClientOpenExt() with re-entrant error callbacks
* listgeo: add a -no_corners option to avoid printing corner
* coordinates which might be PROJ version sensitive (refs #81)
* Fix test failures with PROJ 9.1.1 and 9.3
* Remove trailing spaces from many files.
* Localize variables and add const when possible in a number of files
* geo_normalize.c: sprintf --> snprintf
* Add missing includes
* Fix -Werror=calloc-transposed-args with gcc 14
* FindPROJ.cmake: proj_experimental;h -> proj_experimental.h
* CMake: add a BUILD_SHARED_LIBS option, and make it default to ON
* autoconf/CMake: add generation of libgeotiff.pc
* Remove INSTALL and install-sh autoconf-generated files
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=34
- 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
- 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
- Update to version 1.5.1 (support gdal 2.4.1)
- Remove merged upstream patch f4956251.patch
- Add upstream patch f4956251.patch to make it useable with gdal
2.4.1
- Upstream issue https://github.com/OSGeo/libgeotiff/issues/14
Simplify fixing file (all are utf-8 ok) just CRLF
- Update to version 1.5.
+ Require PROJ >= 6 dependency
+ Remove all CSV files used by geo_normalize API, libgeotiff now
relies on PROJ database for EPSG CRS definitions.
+ geo_normalize.c: SetGTParmIds(): use
ProjStraightVertPoleLongGeoKey for CT_PolarStereographic
+ geo_normalize.c: report StdParallel1 for Mercator_2SP when a
PCS code is used
+ geo_normalize.c: fix support for Laborde Oblique Mercator
+ listgeo: use PROJ database to display non-hardcoded values of
a number of keys
- Packaging
+ Remove unneeded patches e5cf016.patch 7425a7f.patch
+ Move URL & source to https
OBS-URL: https://build.opensuse.org/request/show/692205
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=22