diff --git a/wget-1.10.1-helpfix.patch b/wget-1.10.1-helpfix.patch new file mode 100644 index 0000000..3cae6c5 --- /dev/null +++ b/wget-1.10.1-helpfix.patch @@ -0,0 +1,14 @@ +--- wget-1.10.1/src/main.c.helpfix 2005-09-08 14:45:32.000000000 +0000 ++++ wget-1.10.1/src/main.c 2005-09-08 14:46:49.000000000 +0000 +@@ -534,9 +534,9 @@ + N_("\ + --no-cookies don't use cookies.\n"), + N_("\ +- --load-cookies=FILE load cookies from FILE before session.\n"), ++ --load-cookies FILE load cookies from FILE before session.\n"), + N_("\ +- --save-cookies=FILE save cookies to FILE after session.\n"), ++ --save-cookies FILE save cookies to FILE after session.\n"), + N_("\ + --keep-session-cookies load and save session (non-permanent) cookies.\n"), + N_("\ diff --git a/wget.spec b/wget.spec index 46e33be..a1e9710 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.10.1 -Release: 6 +Release: 7 License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ @@ -11,6 +11,7 @@ Patch1: wget-1.10-ctype.patch Patch2: wget-1.10.1-rh1.patch Patch3: wget-1.10-path.patch Patch4: wget-1.9.1-docsyntax.patch +Patch5: wget-1.10.1-helpfix.patch Provides: webclient Prereq: /sbin/install-info BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf @@ -31,6 +32,7 @@ support for Proxy servers, and configurability. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po @@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Thu Sep 08 2005 Karsten Hopp 1.10.1-7 +- fix builtin help of --load-cookies / --save-cookies (#165408) + * Wed Sep 07 2005 Karsten Hopp 1.10.1-6 - convert changelog to UTF-8 (#159585)