diff --git a/libtiff-manpage-update.patch b/libtiff-manpage-update.patch index e4ca9a3..cb2aee4 100644 --- a/libtiff-manpage-update.patch +++ b/libtiff-manpage-update.patch @@ -33,7 +33,7 @@ index c3a9bac..a826ad7 100644 .B \-p Force the generation of (non-Encapsulated) \*(Ps. .TP -@@ -198,6 +198,9 @@ Set the initial +@@ -188,6 +188,9 @@ Set the initial .B \-p Force the generation of (non-Encapsulated) \*(Ps. .TP @@ -80,6 +80,16 @@ index 5fdcc47..bf50130 100644 .B \-p Specify the planar configuration to use in writing image data that has one 8-bit sample per pixel. +@@ -228,6 +228,9 @@ appear in a tile. + .B \-x + Force the output file to be written with PAGENUMBER value in sequence. + .TP ++.B \-8 ++Write BigTIFF instead of classic TIFF format. ++.TP + .BI \-,= character + substitute + .I character diff --git a/tools/tiffcp.c b/tools/tiffcp.c index 0f81b19..8c696db 100644 --- a/tools/tiffcp.c diff --git a/libtiff.spec b/libtiff.spec index fff1a53..acca0d0 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: 10%{?dist} +Release: 11%{?dist} License: libtiff Group: System Environment/Libraries @@ -184,6 +184,9 @@ find html -name 'Makefile*' | xargs rm %{_mandir}/man1/* %changelog +* Tue Oct 08 2013 Petr Hracek - 4.0.3-11 +- Resolves: #510258, #510240 - man page corrections + * Mon Aug 19 2013 Petr Hracek 4.0.3-10 - Add upstream patches for CVE-2013-4244 Resolves: #996468