Hello community, here is the log from the commit of package findutils for openSUSE:Factory checked in at 2012-07-30 20:13:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/findutils (Old) and /work/SRC/openSUSE:Factory/.findutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "findutils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/findutils/findutils.changes 2012-05-31 17:04:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2012-07-30 20:16:51.000000000 +0200 @@ -1,0 +2,11 @@ +Thu Jul 26 07:24:20 UTC 2012 - [email protected] + +- Fix build with missing gets declaration (glibc 2.16) + +------------------------------------------------------------------- +Wed May 30 17:13:20 UTC 2012 - [email protected] + +- remove useless automake dependency, it was needed for selinux.patch + which has been removed since findutils 4.5.10 + +------------------------------------------------------------------- Old: ---- automake-1.12.patch New: ---- findutils-stdio.in.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ findutils.spec ++++++ --- /var/tmp/diff_new_pack.ocQ3i4/_old 2012-07-30 20:16:54.000000000 +0200 +++ /var/tmp/diff_new_pack.ocQ3i4/_new 2012-07-30 20:16:54.000000000 +0200 @@ -35,9 +35,8 @@ Patch2: findutils-4.4.2-updatedb.patch Patch3: findutils-4.5.10-prune_unknown.patch Patch4: findutils-4.5.10-updatedb_ignore_nfsv4.patch -Patch5: automake-1.12.patch +Patch5: findutils-stdio.in.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: automake %if 0%{?suse_version} > 1100 BuildRequires: libselinux-devel %endif @@ -86,7 +85,6 @@ %patch5 -p1 %build -autoreconf %ifarch %arm armv5tel armv7l armv7el armv5el # this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ... export DEFAULT_ARG_SIZE="(31u * 1024u)" ++++++ findutils-stdio.in.patch ++++++ Index: findutils-4.5.10/gnulib/lib/stdio.in.h =================================================================== --- findutils-4.5.10.orig/gnulib/lib/stdio.in.h +++ findutils-4.5.10/gnulib/lib/stdio.in.h @@ -178,9 +178,10 @@ _GL_WARN_ON_USE (fflush, "fflush is not /* 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. */ +#if HAVE_RAW_DECL_GETS #undef gets _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - +#endif #if @GNULIB_FOPEN@ # if @REPLACE_FOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
