Hello community,

here is the log from the commit of package m4 for openSUSE:Factory checked in 
at 2012-07-21 12:30:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m4 (Old)
 and      /work/SRC/openSUSE:Factory/.m4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/m4/m4.changes    2012-06-01 07:21:22.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.m4.new/m4.changes       2012-07-21 
12:30:26.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 19:07:25 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  m4-stdio.in.patch

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

Other differences:
------------------
++++++ m4.spec ++++++
--- /var/tmp/diff_new_pack.F9LIMi/_old  2012-07-21 12:30:29.000000000 +0200
+++ /var/tmp/diff_new_pack.F9LIMi/_new  2012-07-21 12:30:29.000000000 +0200
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 Url:            http://www.gnu.org/software/m4/
 Source:         http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Patch1:         m4-stdio.in.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -33,6 +34,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++++++ m4-stdio.in.patch ++++++
Index: m4-1.4.16/lib/stdio.in.h
===================================================================
--- m4-1.4.16.orig/lib/stdio.in.h
+++ m4-1.4.16/lib/stdio.in.h
@@ -162,7 +162,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