Accepting request 888526 from graphics
OBS-URL: https://build.opensuse.org/request/show/888526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=81
This commit is contained in:
commit
454c78f5d0
@ -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
3
tiff-4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8
|
||||
size 2808254
|
16
tiff.changes
16
tiff.changes
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user