Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2012-07-30 11:18:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wget (Old)
 and      /work/SRC/openSUSE:Factory/.wget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wget", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wget/wget.changes        2012-03-22 
13:47:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2012-07-30 
11:49:51.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 20:03:31 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  wget-stdio.h.patch

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

Other differences:
------------------
++++++ wget.spec ++++++
--- /var/tmp/diff_new_pack.i9Ztn8/_old  2012-07-30 11:49:56.000000000 +0200
+++ /var/tmp/diff_new_pack.i9Ztn8/_new  2012-07-30 11:49:56.000000000 +0200
@@ -29,6 +29,7 @@
 # PATCH-FEATURE-UPSTREAM wget-libproxy.patch [email protected] -- Add 
libproxy support to wget
 Patch1:         wget-libproxy.patch
 Patch3:         wget-sni.patch
+Patch4:         wget-stdio.h.patch
 BuildRequires:  libpng-devel
 %if 0%{suse_version} > 1110
 BuildRequires:  libproxy-devel
@@ -51,6 +52,7 @@
 %patch1
 %endif
 %patch3
+%patch4 -p1
 
 %build
 %if 0%{suse_version} > 1110

++++++ wget-stdio.h.patch ++++++
Index: wget-1.13.4/lib/stdio.in.h
===================================================================
--- wget-1.13.4.orig/lib/stdio.in.h
+++ wget-1.13.4/lib/stdio.in.h
@@ -694,10 +694,12 @@ _GL_CXXALIAS_SYS (gets, char *, (char *s
 #  undef gets
 # endif
 _GL_CXXALIASWARN (gets);
+# if HAVE_RAW_DECL_GETS
 /* It is very rare that the developer ever has full control of stdin,
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+# endif
 #endif
 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to