Resolves: #510258, #510240 - man page corrections

This commit is contained in:
Petr Hracek 2013-10-08 09:51:56 +02:00
parent b4b44fad85
commit e1850a37f4
2 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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 <phracek@redhat.com> - 4.0.3-11
- Resolves: #510258, #510240 - man page corrections
* Mon Aug 19 2013 Petr Hracek <phracek@redhat.com> 4.0.3-10
- Add upstream patches for CVE-2013-4244
Resolves: #996468