From 1d06b6e4460b1e645920b28315e528096864c3ae Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:18:36 +0000 Subject: auto-import changelog data from wget-1.8.1-4.src.rpm Wed Feb 27 2002 Trond Eivind Glomsr�d 1.8.1-4 - Rebuild Wed Jan 09 2002 Tim Powers - automated rebuild Fri Dec 28 2001 Florian La Roche - add hack to not link against libmd5, even if available Fri Dec 28 2001 Florian La Roche - update to 1.8.1 Thu Dec 13 2001 Florian La Roche - update to 1.8 - also include md5global to get it compile Sun Nov 18 2001 Florian La Roche - update to 1.7.1 --- diff --git a/.cvsignore b/.cvsignore index 1d44046..5ba5f53 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wget-1.7.tar.gz +wget-1.8.1.tar.gz diff --git a/sources b/sources index a4dab00..d0faf5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c911a6b937c0a18757d3211fb62831de wget-1.7.tar.gz +6ca8e939476e840f0ce69a3b31c13060 wget-1.8.1.tar.gz diff --git a/wget.spec b/wget.spec index 3a65850..3b53387 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.7 -Release: 3 +Version: 1.8.1 +Release: 4 License: GPL Group: Applications/Internet Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -11,6 +11,7 @@ Source2: wget-1.5.3-ko.po # around for some time still, just in case... 2001-06-06, teg@redhat.com Patch1: wget-1.6-symlink.patch Patch2: wget-1.6-s390.patch +Patch3: wget-1.8-md5.patch Provides: webclient Prereq: /sbin/install-info BuildRequires: perl, openssl-devel @@ -30,6 +31,7 @@ support for Proxy servers, and configurability. %ifarch s390 s390x %patch2 -p1 -b .s390 %endif +%patch3 -p1 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po @@ -63,6 +65,25 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Wed Feb 27 2002 Trond Eivind Glomsr�d 1.8.1-4 +- Rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Fri Dec 28 2001 Florian La Roche +- add hack to not link against libmd5, even if available + +* Fri Dec 28 2001 Florian La Roche +- update to 1.8.1 + +* Thu Dec 13 2001 Florian La Roche +- update to 1.8 +- also include md5global to get it compile + +* Sun Nov 18 2001 Florian La Roche +- update to 1.7.1 + * Mon Sep 5 2001 Phil Knirsch 1.7-3 - Added va_args patch required for S390.