diff --git a/wget.spec b/wget.spec index 772d4fc..68dd9bd 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.9.1 -Release: 3 +Release: 5 License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ @@ -14,6 +14,7 @@ Patch1: wget-1.8.2-ctype.patch Patch2: wget-1.9.1-passive.patch Patch3: wget-1.9.1-cvs20040122.patch Patch4: wget-1.9.1-rh1.patch +Patch5: wget-1.9.1-path.patch Provides: webclient Prereq: /sbin/install-info BuildRequires: perl, openssl-devel, pkgconfig @@ -34,6 +35,7 @@ support for Proxy servers, and configurability. %patch2 -p1 -b .pasv %patch3 -p0 -b .cvs %patch4 -p1 -b .rh1 +%patch5 -p1 -b .rh2 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po @@ -71,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Thu Mar 11 2004 Karsten Hopp 1.9.1-3 +- fix documentation (#117517) + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Fri Nov 28 2003 Karsten Hopp 1.9.1-3 - update to -stable CVS - document the passive ftp default