fix incorrect writing when unpacking

This commit is contained in:
liuyumeng 2021-12-13 14:23:19 +08:00
parent cba7db6312
commit a322bc8e11

View File

@ -1,6 +1,6 @@
Name: libtiff Name: libtiff
Version: 4.3.0 Version: 4.3.0
Release: 1 Release: 2
Summary: TIFF Library and Utilities Summary: TIFF Library and Utilities
License: libtiff License: libtiff
URL: https://www.simplesystems.org/libtiff/ URL: https://www.simplesystems.org/libtiff/
@ -9,9 +9,6 @@ Source0: https://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
BuildRequires: gcc gcc-c++ zlib-devel libjpeg-devel jbigkit-devel BuildRequires: gcc gcc-c++ zlib-devel libjpeg-devel jbigkit-devel
BuildRequires: libtool automake autoconf pkgconfig BuildRequires: libtool automake autoconf pkgconfig
Provides: %{name}-tools
Obsoletes: %{name}-tools
%description %description
This %{name} provides support for the Tag Image File Format (TIFF), a widely This %{name} provides support for the Tag Image File Format (TIFF), a widely
used format for storing image data. The latest version of the TIFF specification used format for storing image data. The latest version of the TIFF specification
@ -22,9 +19,6 @@ for manipulating TIFF format image files using the libtiff library.
Summary: Development files for %{name} library Summary: Development files for %{name} library
Requires: %{name} = %{version}-%{release} pkgconfig Requires: %{name} = %{version}-%{release} pkgconfig
Provides: %{name}-static
Obsoletes: %{name}-static
%description devel %description devel
This package contains the header files and documentation necessary for developing programs This package contains the header files and documentation necessary for developing programs
which will manipulate TIFF format image files using the libtiff library. which will manipulate TIFF format image files using the libtiff library.
@ -131,7 +125,10 @@ find html -name 'Makefile*' | xargs rm
%exclude %{_datadir}/html/man/tiffgt.1.html %exclude %{_datadir}/html/man/tiffgt.1.html
%changelog %changelog
* Fri Nov 03 2021 liuyumeng <liuyumeng5@huawei.com> -4.3.0-1 * Mon Dec 13 2021 liuyumeng <liuyumeng5@huawei.com> - 4.3.0-2
- fix incorrect writing when unpacking
* Fri Dec 03 2021 liuyumeng <liuyumeng5@huawei.com> - 4.3.0-1
- update to libtiff-4.3.0-1 - update to libtiff-4.3.0-1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.2.0-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.2.0-2