Hello community, here is the log from the commit of package lftp for openSUSE:Factory checked in at Mon May 16 15:25:52 CEST 2011.
-------- --- lftp/lftp.changes 2011-03-22 12:59:24.000000000 +0100 +++ /mounts/work_src_done/STABLE/lftp/lftp.changes 2011-05-13 08:32:06.000000000 +0200 @@ -1,0 +2,18 @@ +Fri May 13 06:24:23 UTC 2011 - [email protected] + +- update to lftp-4.2.3 + - don't write passwords to transfer_log + - new setting mirror:no-empty-dirs + - allow `jobs' output to be redirected + - don't list not connected torrent peers by default + - show torrent validation rate and ETA + - fixed `cd -' + - fixed pget for URLs with special symbols + - translations updated (cs, ru) + - new setting ftp:use-ip-tos + - optimized torrent validation + - fixed fallocate call + - got rid of sprintf calls +- drop lftp-missing-sentinel.patch (in upstream) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- lftp-4.2.0.tar.bz2 lftp-missing-sentinel.patch New: ---- lftp-4.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lftp.spec ++++++ --- /var/tmp/diff_new_pack.ILa3NG/_old 2011-05-16 15:17:33.000000000 +0200 +++ /var/tmp/diff_new_pack.ILa3NG/_new 2011-05-16 15:17:33.000000000 +0200 @@ -18,7 +18,7 @@ Name: lftp -Version: 4.2.0 +Version: 4.2.3 Release: 1 License: GPLv2+ Summary: Command Line File Transfer Program @@ -27,7 +27,6 @@ Source: %{name}-%{version}.tar.bz2 Patch2: lftp-wrapper.patch Patch3: lftp-compat-mode.patch -Patch4: lftp-missing-sentinel.patch BuildRequires: gcc-c++ BuildRequires: gnutls-devel BuildRequires: libstdc++-devel @@ -60,7 +59,6 @@ %setup -q %patch2 %patch3 -%patch4 %build touch AUTHORS ++++++ lftp-4.2.0.tar.bz2 -> lftp-4.2.3.tar.bz2 ++++++ ++++ 29793 lines of diff (skipped) ++++++ lftp-wrapper.patch ++++++ --- /var/tmp/diff_new_pack.ILa3NG/_old 2011-05-16 15:17:34.000000000 +0200 +++ /var/tmp/diff_new_pack.ILa3NG/_new 2011-05-16 15:17:34.000000000 +0200 @@ -3,22 +3,22 @@ --- src/CopyJob.cc.orig +++ src/CopyJob.cc @@ -21,6 +21,7 @@ - /* $Id: CopyJob.cc,v 1.47 2010/12/28 11:46:25 lav Exp $ */ + /* $Id: CopyJob.cc,v 1.48 2011/04/29 04:58:27 lav Exp $ */ #include <config.h> +#include <unistd.h> #include "CopyJob.h" #include "ArgV.h" #include "plural.h" -@@ -252,7 +253,7 @@ void CopyJobEnv::SetCopier(FileCopy *c,c +@@ -93,7 +94,7 @@ const char *CopyJob::Status(const Status - void CopyJobEnv::SayFinalWithPrefix(const char *p) + void CopyJob::ShowRunStatus(const SMTaskRef<StatusLine>& s) { - if(no_status) + if(no_status || !isatty(1)) return; - if(count==errors) - return; + + s->Show("%s", Status(s, false)); Index: src/Makefile.am =================================================================== --- src/Makefile.am.orig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
