diff --git a/lftp.spec b/lftp.spec index 12c6c5e..732e6cc 100644 --- a/lftp.spec +++ b/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> - 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 - rebuilt