[wget/f19] add missing options accept-regex and reject-regex to man page

Tomas Hozza thozza at fedoraproject.org
Mon Jun 24 08:25:38 UTC 2013


commit e15b2d8ee0a446b71997cbbd8afa5f18066e9e11
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Jun 24 10:24:07 2013 +0200

    add missing options accept-regex and reject-regex to man page
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 wget-1.14-add_missing_options_doc.patch |   27 +++++++++++++++++++++++++++
 wget.spec                               |    7 ++++++-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/wget-1.14-add_missing_options_doc.patch b/wget-1.14-add_missing_options_doc.patch
new file mode 100644
index 0000000..f406609
--- /dev/null
+++ b/wget-1.14-add_missing_options_doc.patch
@@ -0,0 +1,27 @@
+From 8dc52c6eaa1993d140a52bc0627e436efd9870d0 Mon Sep 17 00:00:00 2001
+From: Giuseppe Scrivano <gscrivano at gnu.org>
+Date: Sun, 28 Apr 2013 22:41:24 +0200
+Subject: [PATCH] doc: add documentation for --accept-regex and --reject-regex
+
+---
+ doc/wget.texi | 4 ++++
+ 1 files changed, 4 insertions(+)
+
+diff --git a/doc/wget.texi b/doc/wget.texi
+index fed188a..039f700 100644
+--- a/doc/wget.texi
++++ b/doc/wget.texi
+@@ -2049,6 +2049,10 @@ any of the wildcard characters, @samp{*}, @samp{?}, @samp{[} or
+ @samp{]}, appear in an element of @var{acclist} or @var{rejlist},
+ it will be treated as a pattern, rather than a suffix.
+ 
++ at item --accept-regex @var{urlregex}
++ at itemx --reject-regex @var{urlregex}
++Specify a regular expression to accept or reject the complete URL.
++
+ @item -D @var{domain-list}
+ @itemx --domains=@var{domain-list}
+ Set domains to be followed.  @var{domain-list} is a comma-separated list
+-- 
+1.8.1.4
+
diff --git a/wget.spec b/wget.spec
index 8fc2212..7e773ad 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: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://www.gnu.org/software/wget/
@@ -11,6 +11,7 @@ Patch1: wget-rh-modified.patch
 Patch2: wget-1.12-path.patch
 Patch3: wget-1.14-sslreadtimeout.patch
 Patch4: wget-1.14-manpage-tex5.patch
+Patch5: wget-1.14-add_missing_options_doc.patch
 
 Provides: webclient
 Provides: bundled(gnulib) 
@@ -34,6 +35,7 @@ support for Proxy servers, and configurability.
 %patch2 -p1
 %patch3 -p1 -b .sslreadtimeout
 %patch4 -p1
+%patch5 -p1
 
 %build
 if pkg-config openssl ; then
@@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
+* Mon Jun 24 2013 Tomas Hozza <thozza at redhat.com> - 1.14-6
+- add missing options accept-regex and reject-regex to man page
+
 * Fri Feb 22 2013 Tomas Hozza <thozza at redhat.com> - 1.14-5
 - Added BuildRequires: perl-podlators for pod2man
 - Patched manpage to silent new Tex errors


More information about the scm-commits mailing list