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 +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. + ++@item --accept-regex @var{urlregex} ++@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 - 1.14-6 +- add missing options accept-regex and reject-regex to man page + * Fri Feb 22 2013 Tomas Hozza - 1.14-5 - Added BuildRequires: perl-podlators for pod2man - Patched manpage to silent new Tex errors