Hello community,

here is the log from the commit of package bison for openSUSE:Factory checked 
in at 2012-08-27 15:48:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bison (Old)
 and      /work/SRC/openSUSE:Factory/.bison.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/bison/bison.changes      2012-01-11 
15:36:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bison.new/bison.changes 2012-08-27 
15:48:54.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 18:55:21 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  bison-stdio.in.patch

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

Other differences:
------------------
++++++ bison.spec ++++++
--- /var/tmp/diff_new_pack.Fo79Mm/_old  2012-08-27 15:49:05.000000000 +0200
+++ /var/tmp/diff_new_pack.Fo79Mm/_new  2012-08-27 15:49:05.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           bison
 BuildRequires:  gcc-c++
 Requires(pre):  %install_info_prereq
@@ -30,6 +31,7 @@
 Url:            http://www.gnu.org/software/bison/bison.html
 Source:         bison-%{version}.tar.bz2
 Source2:        baselibs.conf
+Patch1:         bison-stdio.in.patch
 #
 Requires:       m4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +41,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure

++++++ bison-stdio.in.patch ++++++
Index: bison-2.5/lib/stdio.in.h
===================================================================
--- bison-2.5.orig/lib/stdio.in.h
+++ bison-2.5/lib/stdio.in.h
@@ -181,7 +181,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