From 1d06b6e4460b1e645920b28315e528096864c3ae Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:18:36 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20wget-1.?= =?UTF-8?q?8.1-4.src.rpm=20Wed=20Feb=2027=202002=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=201.8.1-4=20-=20Rebuild=20Wed=20Jan=200?= =?UTF-8?q?9=202002=20Tim=20Powers=20=20-=20automated=20r?= =?UTF-8?q?ebuild=20Fri=20Dec=2028=202001=20Florian=20La=20Roche=20=20-=20add=20hack=20to=20not=20link=20again?= =?UTF-8?q?st=20libmd5,=20even=20if=20available=20Fri=20Dec=2028=202001=20?= =?UTF-8?q?Florian=20La=20Roche=20=20-=20update?= =?UTF-8?q?=20to=201.8.1=20Thu=20Dec=2013=202001=20Florian=20La=20Roche=20?= =?UTF-8?q?=20-=20update=20to=201.8=20-=20also?= =?UTF-8?q?=20include=20md5global=20to=20get=20it=20compile=20Sun=20Nov=20?= =?UTF-8?q?18=202001=20Florian=20La=20Roche=20?= =?UTF-8?q?=20-=20update=20to=201.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- sources | 2 +- wget.spec | 25 +++++++++++++++++++++++-- 3 files changed, 25 insertions(+), 4 deletions(-) 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.