This commit is contained in:
parent
f22e10095d
commit
87c634d4fa
@ -1,5 +1,15 @@
|
|||||||
Index: exp_command.c
|
Index: exp_command.c
|
||||||
================================================================================
|
================================================================================
|
||||||
|
--- exp_clib.c
|
||||||
|
+++ exp_clib.c
|
||||||
|
@@ -10,6 +10,7 @@
|
||||||
|
#include "expect_cf.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <setjmp.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
#ifdef HAVE_INTTYPES_H
|
||||||
|
# include <inttypes.h>
|
||||||
|
#endif
|
||||||
--- exp_command.c
|
--- exp_command.c
|
||||||
+++ exp_command.c
|
+++ exp_command.c
|
||||||
@@ -29,7 +29,6 @@
|
@@ -29,7 +29,6 @@
|
||||||
@ -1329,6 +1339,16 @@ Index: exp_command.c
|
|||||||
/*char *s;*/
|
/*char *s;*/
|
||||||
char *format;
|
char *format;
|
||||||
const struct tm *timeptr;
|
const struct tm *timeptr;
|
||||||
|
--- exp_trap.c
|
||||||
|
+++ exp_trap.c
|
||||||
|
@@ -12,6 +12,7 @@
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <signal.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_WAIT_H
|
||||||
--- exp_tty.c
|
--- exp_tty.c
|
||||||
+++ exp_tty.c
|
+++ exp_tty.c
|
||||||
@@ -50,21 +50,20 @@
|
@@ -50,21 +50,20 @@
|
||||||
@ -2496,7 +2516,15 @@ Index: exp_command.c
|
|||||||
signal(SIGINT,sigint_handler);
|
signal(SIGINT,sigint_handler);
|
||||||
--- pty_termios.c
|
--- pty_termios.c
|
||||||
+++ pty_termios.c
|
+++ pty_termios.c
|
||||||
@@ -627,10 +627,10 @@
|
@@ -9,6 +9,7 @@
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <signal.h>
|
||||||
|
+#include <string.h>
|
||||||
|
|
||||||
|
#if defined(SIGCLD) && !defined(SIGCHLD)
|
||||||
|
#define SIGCHLD SIGCLD
|
||||||
|
@@ -627,10 +628,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -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
|
Tue May 6 21:22:31 CEST 2008 - aj@suse.de
|
||||||
|
|
||||||
|
15
expect.spec
15
expect.spec
@ -2,9 +2,16 @@
|
|||||||
# spec file for package expect (Version 5.44.1.5)
|
# spec file for package expect (Version 5.44.1.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -15,7 +22,7 @@ Url: http://expect.nist.gov
|
|||||||
Name: expect
|
Name: expect
|
||||||
BuildRequires: tcl-devel
|
BuildRequires: tcl-devel
|
||||||
Version: 5.44.1.5
|
Version: 5.44.1.5
|
||||||
Release: 12
|
Release: 46
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
License: Public Domain, Freeware
|
License: Public Domain, Freeware
|
||||||
@ -109,6 +116,8 @@ rm -rf %buildroot
|
|||||||
%doc %_mandir/man3/*
|
%doc %_mandir/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2008 meissner@suse.de
|
||||||
|
- fixed fortify implicits.
|
||||||
* Tue May 06 2008 aj@suse.de
|
* Tue May 06 2008 aj@suse.de
|
||||||
- Add missing return values.
|
- Add missing return values.
|
||||||
* Thu Apr 03 2008 max@suse.de
|
* Thu Apr 03 2008 max@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user