From a322bc8e11b24d1ac11d91247937d4ca255b1e1c Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Mon, 13 Dec 2021 14:23:19 +0800 Subject: [PATCH] fix incorrect writing when unpacking --- libtiff.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libtiff.spec b/libtiff.spec index b392bb7..d46664a 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,6 +1,6 @@ Name: libtiff Version: 4.3.0 -Release: 1 +Release: 2 Summary: TIFF Library and Utilities License: 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: libtool automake autoconf pkgconfig -Provides: %{name}-tools -Obsoletes: %{name}-tools - %description 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 @@ -22,9 +19,6 @@ for manipulating TIFF format image files using the libtiff library. Summary: Development files for %{name} library Requires: %{name} = %{version}-%{release} pkgconfig -Provides: %{name}-static -Obsoletes: %{name}-static - %description devel This package contains the header files and documentation necessary for developing programs 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 %changelog -* Fri Nov 03 2021 liuyumeng -4.3.0-1 +* Mon Dec 13 2021 liuyumeng - 4.3.0-2 +- fix incorrect writing when unpacking + +* Fri Dec 03 2021 liuyumeng - 4.3.0-1 - update to libtiff-4.3.0-1 * Fri Jul 30 2021 chenyanpanHW - 4.2.0-2