Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes        2012-03-26 
11:03:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-07-30 
11:35:57.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 08:14:09 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  libgsasl-stdio.h.patch

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

Other differences:
------------------
++++++ libgsasl.spec ++++++
--- /var/tmp/diff_new_pack.uzOmX1/_old  2012-07-30 11:36:02.000000000 +0200
+++ /var/tmp/diff_new_pack.uzOmX1/_new  2012-07-30 11:36:02.000000000 +0200
@@ -29,6 +29,7 @@
 Version:        1.6.1
 Release:        0
 Source:         %{name}-%{version}.tar.gz
+Patch1:         libgsasl-stdio.h.patch
 Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
@@ -68,6 +69,7 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure --disable-static --with-pic

++++++ libgsasl-stdio.h.patch ++++++
Index: libgsasl-1.6.1/gl/stdio.in.h
===================================================================
--- libgsasl-1.6.1.orig/gl/stdio.in.h
+++ libgsasl-1.6.1/gl/stdio.in.h
@@ -149,7 +149,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to