updated to latest upstream 4.4.0
This commit is contained in:
parent
1c276b5317
commit
ad392034f2
@ -9,7 +9,7 @@ diff -up lftp-4.3.3/doc/lftp.1.man lftp-4.3.3/doc/lftp.1
|
||||
.\" This file is part of lftp.
|
||||
.\"
|
||||
@@ -61,28 +61,28 @@ lftp \- Sophisticated file transfer prog
|
||||
This man page documents lftp version 4.3.8.
|
||||
This man page documents lftp version 4.4.0.
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
-\fBlftp\fR is a file transfer program that allows sophisticated ftp, http
|
||||
@ -97,7 +97,7 @@ diff -up lftp-4.3.3/doc/lftp.1.man lftp-4.3.3/doc/lftp.1
|
||||
+because FTP protocol cannot do it. To upload files the links refer
|
||||
to, use `mirror \-RL' command (treat symbolic links as files).
|
||||
.PP
|
||||
For option \-\-newer\-than you can either specify a file or time specification
|
||||
For options \-\-newer\-than and \-\-older\-than you can either specify a
|
||||
@@ -586,9 +586,9 @@ Verbosity level can be selected using \-
|
||||
only newer files even if size is different. By default older files are transferred and replace newer ones.
|
||||
.PP
|
||||
@ -402,7 +402,7 @@ diff -up lftp-4.3.3/doc/lftp.1.man lftp-4.3.3/doc/lftp.1
|
||||
connection and the Telnet EOL sequences (CR LF).'' and ``a single READ
|
||||
from the control connection may include more than one FTP command''.
|
||||
@@ -2004,7 +2004,7 @@ The file is used to store last working d
|
||||
The directory is used to store named sockets for backgrounded lftp processes.
|
||||
File name suffix is the host name.
|
||||
.TP
|
||||
.I "~/.netrc"
|
||||
-The file is consulted to get default login and password to ftp server.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 4.3.8
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Internet
|
||||
@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 01 2012 Jiri Skala <jskala@redhat.com> - 4.4.0-1
|
||||
- updated to latest upstream 4.4.0
|
||||
|
||||
* Sun Jul 21 2012 Jiri Skala <jskala@redhat.com> - 4.3.8-1
|
||||
- updated to latest upstream 4.3.8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user