auto-import changelog data from wget-1.8.2-3.src.rpm
Wed Jul 24 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.8.2-3 - Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
This commit is contained in:
parent
ab3fcbaf36
commit
c754417d7e
@ -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.8.2
|
Version: 1.8.2
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
Patch3: wget-1.8-md5.patch
|
Patch3: wget-1.8-md5.patch
|
||||||
|
Patch4: wget-1.8.2-ht.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel
|
BuildRequires: perl, openssl-devel
|
||||||
@ -28,6 +29,7 @@ support for Proxy servers, and configurability.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p0
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
|
|
||||||
@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.2-3
|
||||||
|
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user