Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2015-06-23 11:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lftp (Old)
 and      /work/SRC/openSUSE:Factory/.lftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lftp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lftp/lftp.changes        2015-05-29 
10:41:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2015-06-23 
11:58:39.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Jun 19 17:08:47 UTC 2015 - kstreit...@suse.com
+
+- update to 4.6.3a
+  * new mirror setting mirror:overwrite and options
+    --overwrite/--no-overwrite.
+  * new mirror option --upload-older.
+  * new mirror option --recursion={always,never,missing,newer}.
+  * try to download zero sized files as they may be non-empty.
+  * torrent: new options --only-new, --only-incomplete.
+  * torrent: fixed endless loop in FD deallocation.
+  * fixed a memleak when parsing a directory listing with special
+    files.
+  * fixed one byte buffer overflow in cls.
+  * fixed cmd:fail-exit description in the man page.
+  * fixed large stack usage when parsing fish directory listings.
+- refresh lftp-stdio.h.patch 
+- use spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  lftp-4.6.2.tar.xz
  lftp-4.6.2.tar.xz.asc

New:
----
  lftp-4.6.3a.tar.xz
  lftp-4.6.3a.tar.xz.asc

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

Other differences:
------------------
++++++ lftp.spec ++++++
--- /var/tmp/diff_new_pack.LGqBqw/_old  2015-06-23 11:58:39.000000000 +0200
+++ /var/tmp/diff_new_pack.LGqBqw/_new  2015-06-23 11:58:39.000000000 +0200
@@ -19,7 +19,7 @@
 
 %define vi_version 1.1
 Name:           lftp
-Version:        4.6.2
+Version:        4.6.3a
 Release:        0
 Summary:        Command Line File Transfer Program
 License:        GPL-2.0+
@@ -57,10 +57,10 @@
 BuildRequires:  xz
 Requires:       %{_bindir}/less
 Requires(post): update-alternatives
+Conflicts:      ftp
 Obsoletes:      lftp-beta < %{version}
 Provides:       lftp-beta = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Conflicts:      ftp
 
 %description
 LFTP is a reliable shell-like command line FTP client. It can retry
@@ -169,9 +169,9 @@
 %{_libdir}/lftp/%{version}/proto-sftp.so
 %{_libdir}/liblftp-*.so
 %{_libdir}/liblftp-*.so.*
-%doc %{_mandir}/man1/lftp.1%{ext_man}
-%doc %{_mandir}/man1/lftpget.1%{ext_man}
-%doc %{_mandir}/man5/lftp.conf.5%{ext_man}
+%{_mandir}/man1/lftp.1%{ext_man}
+%{_mandir}/man1/lftpget.1%{ext_man}
+%{_mandir}/man5/lftp.conf.5%{ext_man}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog

++++++ lftp-4.6.2.tar.xz -> lftp-4.6.3a.tar.xz ++++++
++++ 31074 lines of diff (skipped)

++++++ lftp-stdio.h.patch ++++++
--- /var/tmp/diff_new_pack.LGqBqw/_old  2015-06-23 11:58:40.000000000 +0200
+++ /var/tmp/diff_new_pack.LGqBqw/_new  2015-06-23 11:58:40.000000000 +0200
@@ -10,7 +10,7 @@
     so any use of gets warrants an unconditional warning; besides, C11
     removed it.  */
  #undef gets
--#if HAVE_RAW_DECL_GETS
+-#if HAVE_RAW_DECL_GETS && !defined __cplusplus
 +#if 0
  _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
  #endif




Reply via email to