[wget/f20: 1/2] remove excessive line for '-nv' option in the manpage (#1017106)

Tomas Hozza thozza at fedoraproject.org
Thu Oct 10 12:16:34 UTC 2013


commit f987fcc3f94988d0eea7c110258358ac5cc16014
Author: Tomas Hozza <thozza at redhat.com>
Date:   Thu Oct 10 14:06:47 2013 +0200

    remove excessive line for '-nv' option in the manpage (#1017106)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 ...ove-nv-from-report-speed-in-doc-wget-texi.patch |   26 ++++++++++++++++++++
 wget.spec                                          |    7 ++++-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch b/wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch
new file mode 100644
index 0000000..2aa80a5
--- /dev/null
+++ b/wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch
@@ -0,0 +1,26 @@
+From 798f554773baf1adca376500ca120a992e6d7492 Mon Sep 17 00:00:00 2001
+From: Tim Ruehsen <tim.ruehsen at gmx.de>
+Date: Tue, 28 Aug 2012 16:38:21 +0200
+Subject: [PATCH] remove -nv from --report-speed in doc/wget.texi
+
+---
+ doc/wget.texi | 3 +--
+ 1 file changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/doc/wget.texi b/doc/wget.texi
+index 7efdc72..400debe 100644
+--- a/doc/wget.texi
++++ b/doc/wget.texi
+@@ -479,8 +479,7 @@ Turn off verbose without being completely quiet (use @samp{-q} for
+ that), which means that error messages and basic information still get
+ printed.
+ 
+- at item -nv
+- at itemx --report-speed=@var{type}
++ at item --report-speed=@var{type}
+ Output bandwidth as @var{type}.  The only accepted value is @samp{bits}.
+ 
+ @cindex input-file
+-- 
+1.8.3.1
+
diff --git a/wget.spec b/wget.spec
index c378543..da49a3b 100644
--- a/wget.spec
+++ b/wget.spec
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols
 Name: wget
 Version: 1.14
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://www.gnu.org/software/wget/
@@ -19,6 +19,7 @@ Patch9: wget-1.14-doc-missing-opts-and-fix-preserve-permissions.patch
 Patch10: wget-1.14-set_sock_to_-1_if_no_persistent_conn.patch
 Patch11: wget-1.14-document-backups.patch
 Patch12: wget-1.14-fix-backups-to-work-as-documented.patch
+Patch13: wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch
 
 Provides: webclient
 Provides: bundled(gnulib) 
@@ -50,6 +51,7 @@ support for Proxy servers, and configurability.
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 if pkg-config openssl ; then
@@ -86,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
+* Thu Oct 10 2013 Tomas Hozza <thozza at redhat.com> - 1.14-9
+- remove excessive line for '-nv' option in the manpage (#1017106)
+
 * Mon Jul 15 2013 Tomas Hozza <thozza at redhat.com> - 1.14-8
 - Fix deadcode and possible use of NULL in vprintf (#913153)
 - Add documentation for --regex-type and --preserve-permissions


More information about the scm-commits mailing list