]> git.pld-linux.org Git - packages/wget.git/commitdiff
- fixed problems with texinfo 5 and pod from perl 5.18 auto/th/wget-1.14-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 6 Dec 2013 19:36:34 +0000 (20:36 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 6 Dec 2013 19:36:34 +0000 (20:36 +0100)
- rel 4

wget-info.patch
wget-pod.patch [new file with mode: 0644]
wget.spec

index cb49fc1dbf2c93bdd1cfbec7f705775ba170e7c3..0a3f8cf86a8d88d1cb2e3437347bc99c6677243a 100644 (file)
  @end direntry
  
  @ifnottex
+@@ -876,7 +876,7 @@
+ actions of one.
+ @cindex proxy
+-@itemx --no-proxy
++@item --no-proxy
+ Don't use proxies, even if the appropriate @code{*_proxy} environment
+ variable is defined.
+@@ -977,9 +977,9 @@
+ whose encoding does not match the one used locally.
+ @cindex IPv6
+-@itemx -4
++@item -4
+ @itemx --inet4-only
+-@itemx -6
++@item -6
+ @itemx --inet6-only
+ Force connecting to IPv4 or IPv6 addresses.  With @samp{--inet4-only}
+ or @samp{-4}, Wget will only connect to IPv4 hosts, ignoring AAAA
+@@ -3092,7 +3092,7 @@
+ Change setting of passive @sc{ftp}, equivalent to the
+ @samp{--passive-ftp} option.
+-@itemx password = @var{string}
++@item password = @var{string}
+ Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
+ This command can be overridden using the @samp{ftp_password} and 
+ @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
+@@ -3603,7 +3603,7 @@
+ may be specified from within Wget itself.
+ @table @samp
+-@itemx --no-proxy
++@item --no-proxy
+ @itemx proxy = on/off
+ This option and the corresponding command may be used to suppress the
+ use of proxy, even if the appropriate environment variables are set.
diff --git a/wget-pod.patch b/wget-pod.patch
new file mode 100644 (file)
index 0000000..61a478b
--- /dev/null
@@ -0,0 +1,15 @@
+--- wget-1.14/doc/texi2pod.pl.orig     2013-12-06 20:29:19.785649931 +0100
++++ wget-1.14/doc/texi2pod.pl  2013-12-06 20:32:09.288982037 +0100
+@@ -291,7 +291,11 @@
+       if (defined $1) {
+             my $thing = $1;
+             if ($ic =~ /\@asis/) {
+-                $_ = "\n=item $thing\n";
++              if ($thing =~ /^[0-9]+$/) {
++                  $_ = "\n=item C\&LT;$thing\&GT;\n";
++              } else {
++                  $_ = "\n=item $thing\n";
++              }
+             } else {
+                 # Entity escapes prevent munging by the <> processing below.
+                 $_ = "\n=item $ic\&LT;$thing\&GT;\n";
index 919701ea71769098ed0694710cf550f8c4b423da..70cf5ff7e9d1f0b86cd331edffdd1219eeb9713e 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -17,7 +17,7 @@ Summary(uk.UTF-8):    Утиліта для отримання файлів по п
 Summary(zh_CN.UTF-8):  [通讯]功能强大的下载程序,支持断点续传
 Name:          wget
 Version:       1.14
-Release:       3
+Release:       4
 License:       GPL v3+ with OpenSSL exception
 Group:         Networking/Utilities
 Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
@@ -28,6 +28,7 @@ Patch0:               %{name}-info.patch
 Patch1:                %{name}-wgetrc_path.patch
 Patch2:                %{name}-home_etc.patch
 Patch3:                %{name}-ssl-certs.patch
+Patch4:                %{name}-pod.patch
 URL:           http://www.gnu.org/software/wget/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.9
@@ -120,6 +121,7 @@ Proxy серверів, настроюваність.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %{__rm} doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion po/stamp-po
 
 # temp hack for 1.13.4
This page took 0.090992 seconds and 4 git commands to generate.