Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2012-07-30 09:13:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lftp (Old)
 and      /work/SRC/openSUSE:Factory/.lftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lftp", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lftp/lftp.changes        2012-07-17 
13:08:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2012-07-30 
09:15:44.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 08:54:53 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  lftp-stdio.h.patch

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

Other differences:
------------------
++++++ lftp.spec ++++++
--- /var/tmp/diff_new_pack.e01noX/_old  2012-07-30 09:15:48.000000000 +0200
+++ /var/tmp/diff_new_pack.e01noX/_new  2012-07-30 09:15:48.000000000 +0200
@@ -40,6 +40,7 @@
 Patch2:         lftp-wrapper+edit+compat-modify.patch
 Patch4:         lftp-autoconf-req.patch
 Patch6:         http://michael.stapelberg.de/lftp_vi/lftp-completion.patch
+Patch7:         lftp-stdio.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -95,6 +96,7 @@
 pushd src
 %patch6
 popd #src
+%patch7 -p1
 
 # replace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS on SLE 9+10
 # as they're not supported by the autotools environment there:

++++++ lftp-stdio.h.patch ++++++
Index: lftp-4.3.7/lib/stdio.in.h
===================================================================
--- lftp-4.3.7.orig/lib/stdio.in.h
+++ lftp-4.3.7/lib/stdio.in.h
@@ -703,7 +703,7 @@ _GL_WARN_ON_USE (getline, "getline is un
    so any use of gets warrants an unconditional warning; besides, C11
    removed it.  */
 #undef gets
-#if HAVE_RAW_DECL_GETS
+#if 0
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 #endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to