auto-import changelog data from wget-1.8.1-4.src.rpm

Wed Feb 27 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.8.1-4
- Rebuild
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add hack to not link against libmd5, even if available
Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.8.1
Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.8
- also include md5global to get it compile
Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.7.1
This commit is contained in:
cvsdist 2004-09-09 14:18:36 +00:00
parent af155253fa
commit 1d06b6e446
3 changed files with 25 additions and 4 deletions

View File

@ -1 +1 @@
wget-1.7.tar.gz wget-1.8.1.tar.gz

View File

@ -1 +1 @@
c911a6b937c0a18757d3211fb62831de wget-1.7.tar.gz 6ca8e939476e840f0ce69a3b31c13060 wget-1.8.1.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols. Summary: A utility for retrieving files using the HTTP or FTP protocols.
Name: wget Name: wget
Version: 1.7 Version: 1.8.1
Release: 3 Release: 4
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz 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 # around for some time still, just in case... 2001-06-06, teg@redhat.com
Patch1: wget-1.6-symlink.patch Patch1: wget-1.6-symlink.patch
Patch2: wget-1.6-s390.patch Patch2: wget-1.6-s390.patch
Patch3: wget-1.8-md5.patch
Provides: webclient Provides: webclient
Prereq: /sbin/install-info Prereq: /sbin/install-info
BuildRequires: perl, openssl-devel BuildRequires: perl, openssl-devel
@ -30,6 +31,7 @@ support for Proxy servers, and configurability.
%ifarch s390 s390x %ifarch s390 s390x
%patch2 -p1 -b .s390 %patch2 -p1 -b .s390
%endif %endif
%patch3 -p1
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
@ -63,6 +65,25 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.1-4
- Rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add hack to not link against libmd5, even if available
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.8.1
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.8
- also include md5global to get it compile
* Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 1.7.1
* Mon Sep 5 2001 Phil Knirsch <phil@redhat.de> 1.7-3 * Mon Sep 5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
- Added va_args patch required for S390. - Added va_args patch required for S390.