]> git.pld-linux.org Git - packages/wget.git/commitdiff
- added usage patch (fixes --help, which was broken and thus broke builder script) auto/th/wget-1_13_3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Sep 2011 08:08:45 +0000 (08:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    wget-usage.patch -> 1.1
    wget.spec -> 1.156

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

diff --git a/wget-usage.patch b/wget-usage.patch
new file mode 100644 (file)
index 0000000..0e0138d
--- /dev/null
@@ -0,0 +1,11 @@
+--- wget-1.13.3/src/main.c.orig        2011-08-29 10:01:24.000000000 +0200
++++ wget-1.13.3/src/main.c     2011-09-18 10:04:20.637186255 +0200
+@@ -710,7 +710,7 @@
+   size_t i;
+   if (printf (_("GNU Wget %s, a non-interactive network retriever.\n"),
+-              version_string))
++              version_string) < 0)
+     exit (3);
+   if (print_usage (0) < 0)
+     exit (3);
index 85bdf3eee71882d818f6a0b81d32e10b4dcc3067..abcd103abdb18dcb307824780edb5a74a13b583c 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.13.3
-Release:       1
+Release:       2
 License:       GPL v3+ with OpenSSL exception
 Group:         Networking/Utilities
 Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
@@ -29,6 +29,7 @@ Patch1:               %{name}-wgetrc_path.patch
 Patch2:                %{name}-home_etc.patch
 Patch3:                %{name}-ssl-certs.patch
 Patch4:                %{name}-pl.po-update.patch
+Patch5:                %{name}-usage.patch
 URL:           http://www.gnu.org/software/wget/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.9
@@ -122,6 +123,7 @@ Proxy серверів, настроюваність.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %{__rm} doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion po/stamp-po
 
 %build
This page took 0.085593 seconds and 4 git commands to generate.