From 4dfcd5de7d5b709d1e6a7c0d26da9dc3806b4fdb Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Wed, 18 Dec 2013 09:31:25 +0100 Subject: [PATCH] Fix #510240 Correct tiff2ps man option -W --- libtiff-manpage-update.patch | 12 ++++++++++++ libtiff.spec | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libtiff-manpage-update.patch b/libtiff-manpage-update.patch index cb2aee4..12d2aef 100644 --- a/libtiff-manpage-update.patch +++ b/libtiff-manpage-update.patch @@ -105,3 +105,15 @@ index 0f81b19..8c696db 100644 " -i ignore read errors", " -b file[,#] bias (dark) monochrome image to be subtracted from all others", " -,=% use % rather than , to separate image #'s (per Note below)", +diff --git a/man/tiff2ps.1 b/man/tiff2ps.1 +index b4a304a..0d672b0 100644 +--- a/man/tiff2ps.1 ++++ b/man/tiff2ps.1 +@@ -149,6 +149,7 @@ be split in several pages. Options + and + .B \-W + are mutually exclusive. ++.TP + .B \-i + Enable/disable pixel interpolation. This option requires a + single numeric value: zero to disable pixel interpolation and diff --git a/libtiff.spec b/libtiff.spec index 84f344d..785f09c 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,7 +1,7 @@ Summary: Library of functions for manipulating TIFF format image files Name: libtiff Version: 4.0.3 -Release: 12%{?dist} +Release: 13%{?dist} License: libtiff Group: System Environment/Libraries @@ -188,6 +188,9 @@ find html/man -name 'Makefile*' | xargs rm %{_mandir}/man1/* %changelog +* Wed Dec 18 2013 Petr Hracek - 4.0.3-13 +- Fix #510240 Correct tiff2ps man option -W + * Wed Oct 16 2013 Petr Hracek - 4.0.3-12 - make check moved to %check section (#1017070)