upgrade to upstream version 3.3.5; fix bug 173276
This commit is contained in:
parent
cf0ce9bf4a
commit
f0a5cb6fec
10
lftp.spec
10
lftp.spec
@ -1,7 +1,7 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 3.3.3
|
||||
Release: 1.1
|
||||
Version: 3.3.5
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
|
||||
@ -11,6 +11,7 @@ URL: http://lftp.yar.ru/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel, perl
|
||||
Provides: perl(String::CRC32), perl-String-CRC32
|
||||
Patch173276: lftp-3.3.5-bz173276.patch
|
||||
|
||||
%description
|
||||
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
|
||||
@ -22,6 +23,7 @@ reliability in mind.
|
||||
%setup -q
|
||||
#gunzip < %SOURCE2 > lftp-3.3.1-3.3.2.patch
|
||||
#patch -p1 -b --suffix=.3.3.2 -s < lftp-3.3.1-3.3.2.patch
|
||||
%patch173276 -p1 -b .bz173276
|
||||
|
||||
%build
|
||||
if pkg-config openssl ; then
|
||||
@ -85,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2005 Jason Vas Dias<jvdias@redhat.com>> - 3.3.5-1
|
||||
- Upgrade to version 3.3.5
|
||||
- fix bug bz172376 : host lookups should use any address found after timeout
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user