diff --git a/tiff-4.2.0.tar.gz b/tiff-4.2.0.tar.gz deleted file mode 100644 index d96808c..0000000 --- a/tiff-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb -size 2809373 diff --git a/tiff-4.3.0.tar.gz b/tiff-4.3.0.tar.gz new file mode 100644 index 0000000..56948f6 --- /dev/null +++ b/tiff-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8 +size 2808254 diff --git a/tiff.changes b/tiff.changes index dcbf37e..f085b13 100644 --- a/tiff.changes +++ b/tiff.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 26 11:37:21 UTC 2021 - Paolo Stivanin + +- 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 diff --git a/tiff.spec b/tiff.spec index 019d96c..531b3cc 100644 --- a/tiff.spec +++ b/tiff.spec @@ -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