Hello community, here is the log from the commit of package augeas for openSUSE:Factory checked in at 2012-07-30 11:16:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/augeas (Old) and /work/SRC/openSUSE:Factory/.augeas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "augeas", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/augeas/augeas.changes 2012-03-22 12:31:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes 2012-07-30 11:35:26.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 27 06:57:31 UTC 2012 - [email protected] + +- Fix build with missing gets declaration (glibc 2.16) + +------------------------------------------------------------------- New: ---- augeas-stdio.h.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ augeas.spec ++++++ --- /var/tmp/diff_new_pack.VU0bcz/_old 2012-07-30 11:35:31.000000000 +0200 +++ /var/tmp/diff_new_pack.VU0bcz/_new 2012-07-30 11:35:31.000000000 +0200 @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: augeas Version: 0.10.0 Release: 0 @@ -27,6 +29,7 @@ # PATCH-FIX-OPENSUSE bnc-729491-recognize-suse-sysconfig-files.patch [bnc#729491] Patch1: bnc-729491-recognize-suse-sysconfig-files.patch Patch2: augeas-pkgdeps.diff +Patch3: augeas-stdio.h.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glib2-devel BuildRequires: libxml2-devel @@ -101,6 +104,7 @@ %patch0 -p1 %patch1 -p1 %patch -P 2 -p1 +%patch3 -p1 %build export CFLAGS="-Wno-error $RPM_OPT_FLAGS" ++++++ augeas-stdio.h.patch ++++++ Index: augeas-0.10.0/gnulib/lib/stdio.in.h =================================================================== --- augeas-0.10.0.orig/gnulib/lib/stdio.in.h +++ augeas-0.10.0/gnulib/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]
