diff --git a/wget.spec b/wget.spec index 7e549be..aa09ccf 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.6 -Release: 2 +Release: 2a Copyright: GPL Group: Applications/Internet Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -12,6 +12,8 @@ Patch1: wget-1.6-symlink.patch Patch2: wget-1.6-locale.patch Patch3: wget-1.6-escape.patch Patch4: wget-1.6-nopo.patch +Patch5: wget-1.6-varargs.patch +Patch6: wget-1.6-socklen.patch Provides: webclient Prereq: /sbin/install-info BuildRoot: /var/tmp/%{name}-root @@ -35,6 +37,8 @@ FTP, or if you need a utility for mirroring web sites or FTP directories. %patch2 -p1 -b .locale %patch3 -p1 -b .escape %patch4 -p1 +%patch5 -p1 -b .va +%patch6 -p1 -b .len cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po cp %{SOURCE3} $RPM_BUILD_DIR/wget-%{version}/po/ja.po @@ -69,6 +73,13 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Tue May 22 2001 Oliver Paukstadt +- fixed varargs bug +- fixed socklen_t/size_t/int-pointer-casts + +* Fri May 4 2001 Oliver Paukstadt +- ported to IBM zSeries (s390x, 64 bit) + * Tue Jan 30 2001 Trond Eivind Glomsrød - Norwegian isn't a iso-8859-2 locale, neither is Danish. This fixes #15025.