From b20ce660ef4568733ab184098ef310273eb2dc3a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Oct 2004 16:32:49 +0000 Subject: [PATCH] Fix a hylafax problem with libtiff 3.6.1 --- libtiff.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libtiff.spec b/libtiff.spec index 071bff7..a5e3cd9 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -12,6 +12,7 @@ Patch3: libtiff-v3.5.5-buildroot.patch Patch4: libtiff-v3.6.1-64bit.patch Patch5: libtiff-v3.5.7-largefile.patch Patch6: libtiff-v3.6.1-makeflags.patch +Patch7: libtiff-v3.6.1-hylafax.patch URL: http://www.libtiff.org/ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: zlib-devel zlib libjpeg-devel libjpeg @@ -50,6 +51,7 @@ install the libtiff package. %patch4 -p1 -b .64bit %patch5 -p1 -b .largefile %patch6 -p1 -b .makeflags +%patch7 -p1 -b .hylafax find . -type d -name CVS | xargs -r rm -frv %build @@ -107,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Oct 12 2004 Matthias Clasen 3.6.1-6 +- fix http://bugzilla.remotesensing.org/show_bug.cgi?id=483 + * Mon Sep 27 2004 Rik van Riel 3.6.1-4 - compile using RPM_OPT_FLAGS (bz #133650)