auto-import changelog data from wget-1.9.1-3.src.rpm
Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3 - update to -stable CVS - document the passive ftp default Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2 - add patch from -stable CVS Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1 - update to 1.9.1 - remove obsolete patches
This commit is contained in:
parent
a411deea01
commit
1380abdffc
@ -1 +1 @@
|
|||||||
wget-1.8.2.tar.gz
|
wget-1.9.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a2473d7a53ebaf0a1bdb06f17059e8f1 wget-1.8.2.tar.gz
|
e6051f1e1487ec0ebfdbda72bedc70ad wget-1.9.1.tar.gz
|
||||||
|
39
wget.spec
39
wget.spec
@ -1,22 +1,19 @@
|
|||||||
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.9.1
|
||||||
Release: 15.3
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
|
Url: http://wget.sunsite.dk/
|
||||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
||||||
Source2: wget-1.5.3-ko.po
|
Source2: wget-1.5.3-ko.po
|
||||||
# The symlink patch no longer seems to be necesarry... at least
|
# The symlink patch no longer seems to be necesarry... at least
|
||||||
# I couldn't reproduce the original problem with 1.7. Keeping it
|
# I couldn't reproduce the original problem with 1.7. Keeping it
|
||||||
# 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.8.2-ctype.patch
|
||||||
Patch3: wget-1.8-md5.patch
|
Patch2: wget-1.9.1-passive.patch
|
||||||
Patch4: wget-1.8.2-ht.patch
|
Patch3: wget-1.9.1-cvs20040122.patch
|
||||||
Patch5: wget-1.8.2-filename.patch
|
Patch4: wget-1.9.1-rh1.patch
|
||||||
Patch6: wget-1.8.2-ctype.patch
|
|
||||||
Patch7: wget-1.8.2-offb1.patch
|
|
||||||
Patch8: wget-1.8.2-segv.patch
|
|
||||||
Patch9: wget-1.8.2-passive.patch
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel, pkgconfig
|
BuildRequires: perl, openssl-devel, pkgconfig
|
||||||
@ -33,13 +30,10 @@ support for Proxy servers, and configurability.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch3 -p1
|
%patch1 -p1 -b .ctype
|
||||||
%patch4 -p0
|
%patch2 -p1 -b .pasv
|
||||||
%patch5 -p1 -b fname
|
%patch3 -p0 -b .cvs
|
||||||
%patch6 -p1 -b ctype
|
%patch4 -p1 -b .rh1
|
||||||
%patch7 -p1 -b offb1
|
|
||||||
%patch8 -p1 -b sec1
|
|
||||||
%patch9 -p1 -b pasv
|
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
|
|
||||||
@ -77,6 +71,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3
|
||||||
|
- update to -stable CVS
|
||||||
|
- document the passive ftp default
|
||||||
|
|
||||||
|
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2
|
||||||
|
- add patch from -stable CVS
|
||||||
|
|
||||||
|
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1
|
||||||
|
- update to 1.9.1
|
||||||
|
- remove obsolete patches
|
||||||
|
|
||||||
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
|
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
|
||||||
- fix variable usage
|
- fix variable usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user