diff --git a/libtiff.spec b/libtiff.spec index 1530d4d..f1b5400 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,12 +1,14 @@ Summary: A library of functions for manipulating TIFF format image files. Name: libtiff Version: 3.7.1 -Release: 2 +Release: 3 License: distributable Group: System Environment/Libraries Source0: http://www.libtiff.org/tiff-%{version}.tar.gz Patch0: libtiff-v3.6.1-64bit.patch -Patch1: libtiff-3.7.1-largefile.patch +Patch1: libtiff-3.5.7-dump.patch +# http://bugzilla.remotesensing.org/show_bug.cgi?id=718, fixed in 3.7.2 +Patch2: libtiff-3.7.1-extrasamples.patch URL: http://www.libtiff.org/ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: zlib-devel zlib libjpeg-devel libjpeg @@ -40,7 +42,8 @@ install the libtiff package. %setup -q -n tiff-%{version} %patch0 -p1 -b .64bit -%patch1 -p1 -b .largefile +%patch1 -p1 -b .dump +%patch2 -p1 -b .extrasamples %build @@ -79,6 +82,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Jan 5 2005 Matthias Clasen - 3.7.1-3 +- Drop the largefile patch again +- Fix a problem with the handling of alpha channels +- Fix an integer overflow in tiffdump (#143576) + * Wed Dec 22 2004 Matthias Clasen - 3.7.1-2 - Readd the largefile patch (#143560)