Hello community, here is the log from the commit of package amanda for openSUSE:Factory checked in at 2012-07-30 17:11:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amanda (Old) and /work/SRC/openSUSE:Factory/.amanda.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "amanda", Maintainer is "VDziewiecki@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/amanda/amanda.changes 2012-02-10 17:11:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes 2012-07-30 17:11:55.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 30 07:51:49 UTC 2012 - aj@suse.de + +- Fix build with missing gets declaration (glibc 2.16) + +------------------------------------------------------------------- New: ---- amanda-gets.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amanda.spec ++++++ --- /var/tmp/diff_new_pack.UQ0f7I/_old 2012-07-30 17:12:09.000000000 +0200 +++ /var/tmp/diff_new_pack.UQ0f7I/_new 2012-07-30 17:12:09.000000000 +0200 @@ -48,12 +48,13 @@ BuildRequires: samba-client BuildRequires: sendmail -Requires: dump /usr/bin/smbclient +Requires: /usr/bin/smbclient +Requires: dump Requires: perl = %{perl_version} -Group: Productivity/Archiving/Backup -License: GPL-2.0+ ; MIT Url: http://www.amanda.org/ Summary: Network Disk Archiver +License: GPL-2.0+ ; MIT +Group: Productivity/Archiving/Backup Source: %{name}-%{version}.tar.bz2 #amanda-SuSE.tar.bz2 contain init scripts, config examples @@ -64,6 +65,7 @@ Patch4: amanda-2.6.1p1-return_val.patch Patch6: amanda-2.6.1p1-avoid-perl-provides.patch Patch7: amanda-3.3.0-g_queue.patch +Patch8: amanda-gets.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -78,6 +80,7 @@ %patch4 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build ./autogen ++++++ amanda-gets.patch ++++++ Index: amanda-3.3.0/gnulib/stdio.in.h =================================================================== --- amanda-3.3.0.orig/gnulib/stdio.in.h +++ amanda-3.3.0/gnulib/stdio.in.h @@ -141,7 +141,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: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de