Accepting request 1190191 from Application:Geo

- 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
This commit is contained in:
Dominique Leuenberger 2024-07-31 11:29:01 +00:00 committed by Git OBS Bridge
commit 4283a839c0
4 changed files with 29 additions and 10 deletions

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jul 29 08:50:05 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 17 12:47:40 UTC 2023 - Martin Pluskal <mpluskal@suse.com> Fri Mar 17 12:47:40 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package geotiff # spec file for package geotiff
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,10 @@
%define sover 5 %define sover 5
%define libname lib%{name}%{sover} %define libname lib%{name}%{sover}
Name: geotiff Name: geotiff
Version: 1.7.1 Version: 1.7.3
Release: 0 Release: 0
Summary: Library to handle georeferenced TIFF Summary: Library to handle georeferenced TIFF
License: MIT AND SUSE-Public-Domain License: MIT AND SUSE-Public-Domain
Group: Productivity/Scientific/Other
URL: https://github.com/OSGeo/libgeotiff URL: https://github.com/OSGeo/libgeotiff
Source0: https://github.com/OSGeo/libgeotiff/releases/download/%{version}/libgeotiff-%{version}.tar.gz Source0: https://github.com/OSGeo/libgeotiff/releases/download/%{version}/libgeotiff-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -40,7 +39,6 @@ GeoTIFF keys in new files.
%package devel %package devel
Summary: GeoTIFF header files Summary: GeoTIFF header files
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Requires: pkgconfig(libtiff-4) Requires: pkgconfig(libtiff-4)
Requires: pkgconfig(proj) >= 6.0 Requires: pkgconfig(proj) >= 6.0
@ -55,7 +53,6 @@ GeoTIFF keys in new files.
%package -n %{libname} %package -n %{libname}
Summary: Shared libraries for GeoTIFF library Summary: Shared libraries for GeoTIFF library
Group: System/Libraries
%description -n %{libname} %description -n %{libname}
Shared libraries for GeoTIFF library. Shared libraries for GeoTIFF library.
@ -103,8 +100,7 @@ install -Dpm 0644 lib%{name}.pc \
# do not ship la files # do not ship la files
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{libname} -p /sbin/ldconfig %ldconfig_scriptlets -n %{libname}
%postun -n %{libname} -p /sbin/ldconfig
%files %files
%license LICENSE COPYING %license LICENSE COPYING

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6
size 542779

3
libgeotiff-1.7.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704
size 547548