diff --git a/expect-warnings.patch b/expect-warnings.patch index a12dc7a..a7def0c 100644 --- a/expect-warnings.patch +++ b/expect-warnings.patch @@ -1,5 +1,15 @@ Index: exp_command.c ================================================================================ +--- exp_clib.c ++++ exp_clib.c +@@ -10,6 +10,7 @@ + #include "expect_cf.h" + #include + #include ++#include + #ifdef HAVE_INTTYPES_H + # include + #endif --- exp_command.c +++ exp_command.c @@ -29,7 +29,6 @@ @@ -1329,6 +1339,16 @@ Index: exp_command.c /*char *s;*/ char *format; const struct tm *timeptr; +--- exp_trap.c ++++ exp_trap.c +@@ -12,6 +12,7 @@ + + #include + #include ++#include + #include + + #ifdef HAVE_SYS_WAIT_H --- exp_tty.c +++ exp_tty.c @@ -50,21 +50,20 @@ @@ -2496,7 +2516,15 @@ Index: exp_command.c signal(SIGINT,sigint_handler); --- pty_termios.c +++ pty_termios.c -@@ -627,10 +627,10 @@ +@@ -9,6 +9,7 @@ + + #include + #include ++#include + + #if defined(SIGCLD) && !defined(SIGCHLD) + #define SIGCHLD SIGCLD +@@ -627,10 +628,10 @@ } int diff --git a/expect.changes b/expect.changes index ba2cd34..532ed2c 100644 --- a/expect.changes +++ b/expect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 14 17:42:41 CEST 2008 - meissner@suse.de + +- fixed fortify implicits. + ------------------------------------------------------------------- Tue May 6 21:22:31 CEST 2008 - aj@suse.de diff --git a/expect.spec b/expect.spec index a120a38..5381aba 100644 --- a/expect.spec +++ b/expect.spec @@ -2,9 +2,16 @@ # spec file for package expect (Version 5.44.1.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -15,7 +22,7 @@ Url: http://expect.nist.gov Name: expect BuildRequires: tcl-devel Version: 5.44.1.5 -Release: 12 +Release: 46 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Development/Languages/Tcl License: Public Domain, Freeware @@ -109,6 +116,8 @@ rm -rf %buildroot %doc %_mandir/man3/* %changelog +* Tue Oct 14 2008 meissner@suse.de +- fixed fortify implicits. * Tue May 06 2008 aj@suse.de - Add missing return values. * Thu Apr 03 2008 max@suse.de