Accepting request 888512 from home:polslinux:branches:graphics

- version update to 4.3.0
  * Build and usage of the library and its utilities requires a C99
    capable compiler.
  * New optional codec for the LERC (Limited Error Raster Compression)
    compression scheme. To have it available, configure libtiff against
    the SDK available at https://github.com/esri/lerc
  * Removal of unused, or now useless due to C99 availability,
    functions in port/
  * tiffcmp: fix comparaison with pixels that are
    fractional number of bytes
  * tiff2ps: exit the loop in case of error
  * tiff2pdf: check that tiff_datasize fits in a signed tsize_t

OBS-URL: https://build.opensuse.org/request/show/888512
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=146
This commit is contained in:
Michael Vetter 2021-04-26 15:21:43 +00:00 committed by Git OBS Bridge
parent 78a3d62afc
commit 05c38cdd4c
4 changed files with 21 additions and 5 deletions

View File

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

3
tiff-4.3.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 26 11:37:21 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- version update to 4.3.0
* Build and usage of the library and its utilities requires a C99
capable compiler.
* New optional codec for the LERC (Limited Error Raster Compression)
compression scheme. To have it available, configure libtiff against
the SDK available at https://github.com/esri/lerc
* Removal of unused, or now useless due to C99 availability,
functions in port/
* tiffcmp: fix comparaison with pixels that are
fractional number of bytes
* tiff2ps: exit the loop in case of error
* tiff2pdf: check that tiff_datasize fits in a signed tsize_t
-------------------------------------------------------------------
Mon Dec 28 16:02:16 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package tiff
#
# 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 asan_build 0
%define debug_build 0
Name: tiff
Version: 4.2.0
Version: 4.3.0
Release: 0
Summary: Tools for Converting from and to the Tagged Image File Format
License: HPND