Upgrade to 3.3.3 - fix bug 171884
This commit is contained in:
parent
847071c125
commit
9274f0de9d
@ -5,3 +5,4 @@ String-CRC32-1.3.tar.gz
|
||||
lftp-3.3.1.tar.gz
|
||||
lftp-3.2.1.tar.bz2.asc
|
||||
lftp-3.3.1-3.3.2.diff.gz
|
||||
lftp-3.3.3.tar.bz2
|
||||
|
15
lftp.spec
15
lftp.spec
@ -1,12 +1,12 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 3.3.2
|
||||
Version: 3.3.3
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source0: http://ftp.yars.free.net/lftp/lftp-3.3.1.tar.gz
|
||||
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
|
||||
Source1: http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-1.3.tar.gz
|
||||
Source2: http://ftp.yars.free.net/lftp/lftp-3.3.1-3.3.2.diff.gz
|
||||
#Source2: http://ftp.yars.free.net/lftp/lftp-3.3.1-3.3.2.diff.gz
|
||||
URL: http://lftp.yar.ru/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel, perl
|
||||
@ -19,9 +19,9 @@ mirroring, and can transfer several files in parallel. It is designed with
|
||||
reliability in mind.
|
||||
|
||||
%prep
|
||||
%setup -q -n lftp-3.3.1
|
||||
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
|
||||
%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
|
||||
|
||||
%build
|
||||
if pkg-config openssl ; then
|
||||
@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||
|
||||
%changelog
|
||||
* Fri Nov 11 2005 Jason Vas Dias <jvdias@redhat.com> - 3.3.3-1
|
||||
- Upgrade to upstream 3.3.3 release, fixing bug 171884 .
|
||||
|
||||
* Tue Oct 18 2005 Jason Vas Dias <jvdias@redhat.com> - 3.3.2-1
|
||||
- *** PLEASE COULD ANYONE MODIFYING lftp TEST IT BEFORE SUBMITTING! ***
|
||||
(and preferably contact the lftp package maintainer (me) first - thank you!)
|
||||
|
Loading…
Reference in New Issue
Block a user