Hello community, here is the log from the commit of package krb5-appl for openSUSE:Factory checked in at 2012-11-19 13:58:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krb5-appl (Old) and /work/SRC/openSUSE:Factory/.krb5-appl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krb5-appl", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/krb5-appl/krb5-appl.changes 2012-10-16 11:57:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.krb5-appl.new/krb5-appl.changes 2012-11-19 13:58:17.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Nov 16 19:36:35 UTC 2012 - [email protected] + +- Fix build failure with glibc 2.17 (patch krb5-appl-1.0.3-libc.patch, + taken from Fedora) + +------------------------------------------------------------------- New: ---- krb5-appl-1.0.3-libc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krb5-appl.spec ++++++ --- /var/tmp/diff_new_pack.yo6E3J/_old 2012-11-19 13:58:18.000000000 +0100 +++ /var/tmp/diff_new_pack.yo6E3J/_new 2012-11-19 13:58:18.000000000 +0100 @@ -38,6 +38,7 @@ Patch1: krb5-appl-1.0-fix-ftp-var-used-uninitialized.dif Patch2: krb5-appl-1.0-fix-var-used-before-value-set.dif Patch3: krb5-appl-1.0-fix-path-in-manpages.dif +Patch4: krb5-appl-1.0.3-libc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -83,6 +84,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build ./autogen.sh ++++++ krb5-appl-1.0.3-libc.patch ++++++ --- krb5-appl/gssftp/ftp/cmdtab.c +++ krb5-appl/gssftp/ftp/cmdtab.c @@ -37,6 +37,7 @@ static char sccsid[] = "@(#)cmdtab.c 5.1 #include <autoconf.h> +#include <signal.h> #include <stdio.h> #include "ftp_var.h" --- krb5-appl/gssftp/ftp/radix.c +++ krb5-appl/gssftp/ftp/radix.c @@ -1,5 +1,6 @@ #include <autoconf.h> +#include <signal.h> #include <stdio.h> #include <ctype.h> #include <string.h> --- krb5-appl/gssftp/ftp/ruserpass.c +++ krb5-appl/gssftp/ftp/ruserpass.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)ruserpass.c #include <autoconf.h> #include <sys/types.h> +#include <signal.h> #include <stdio.h> #include <string.h> #ifdef HAVE_STDLIB_H -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
