Hello community,

here is the log from the commit of package ncftp for openSUSE:Factory checked 
in at 2017-01-19 10:37:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncftp (Old)
 and      /work/SRC/openSUSE:Factory/.ncftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncftp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncftp/ncftp.changes      2015-06-06 
09:53:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ncftp.new/ncftp.changes 2017-01-19 
10:37:20.396180105 +0100
@@ -1,0 +2,41 @@
+Sun Jan 15 16:22:22 UTC 2017 - [email protected]
+
+- update to 3.2.6:
+  * If a recursive download operation is also requested with delete mode,
+    attempt to remove empty directories after all files have completed
+    successfully.
+  * No longer trying to utime() after every single block on downloads,
+    which could cause noticable performance degradation when the local
+    filesystem was not local.
+  * Changed behavior of resuming downloads where the timestamp wasn't
+    preserved (because of the utime change, above). The new behavior is
+    to resume the download when the local copy has a recent timestamp
+    (less than a week).
+  * You can now disable use of MFMT like you could similarly disable
+    SITE UTIME (e.g., "-o noMFMT" and "-o noSITE_UTIME").
+  * Now able to use sendfile() for uploads, on Linux/FreeBSD/Mac.
+    Progress reports work too, with a small performance penalty.
+    Ncftpput has a "-s" option to toggle whether it is used (defaults
+    to on in ncftpput and ncftpbatch, off in ncftp).
+  * Ncftpbatch/spooler now use larger buffers for pathnames, allowing
+    for deeper directory trees.
+  * Ncftpbatch/spooler now interpret a received SIGUSR1 as a hint to
+    exit when the current file has finished.
+  * Ncftpbatch/spooler now interpret a received SIGUSR2 to request it
+    to stop sleeping and recheck the queue immediately.
+  * Ncftpbatch/spooler's spool files now allow for you to specify that
+    the local and/or remote file be renamed after a successful transfer.
+  * Ncftpbatch/spooler now a little less chatty by reducing the number
+    of PWD/CWD operations.
+  * Ncftpbatch/spooler now log some xfer stats in its general log file,
+    and ncftpspooler has a new "-x" option to specify a separate
+    xfer log file.
+  * Ncftpbatch/spooler now use a larger default maximum for its log
+    file (10 MiB rather than 200 kB), and ncftpspooler has an -O command
+    line option that can set this limit. Use "-O 0" for no maximum.
+  * Ncftpbatch/spooler now try to present time in local timezone rather
+    than UTC where possible.
+  * Ncftpbatch/spooler now support multiple items per transaction
+    (spool) file.
+
+-------------------------------------------------------------------

Old:
----
  ncftp-3.2.5-src.tar.bz2

New:
----
  ncftp-3.2.6-src.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ncftp.spec ++++++
--- /var/tmp/diff_new_pack.uVBEbM/_old  2017-01-19 10:37:20.788124821 +0100
+++ /var/tmp/diff_new_pack.uVBEbM/_new  2017-01-19 10:37:20.788124821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ncftp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           ncftp
-Version:        3.2.5
+Version:        3.2.6
 Release:        0
 Summary:        A Comfortable FTP Program
 License:        ClArtistic
 Group:          Productivity/Networking/Ftp/Clients
 Url:            http://www.ncftp.com/
-Source:         ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2
+Source:         ftp://ftp.ncftp.com/ncftp/%{name}-%{version}-src.tar.xz
 Patch0:         ncftp-3.1.8-locale.diff
 Patch2:         ncftp-3.1.8-implicit_decl.diff
 Patch3:         ncftp-3.2.5-no-date.patch


Reply via email to