New upstream release 5.45.3
This commit is contained in:
parent
bf53c4c6bb
commit
b06c93e9bb
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
expect-5.44.1.15.tar.bz2
|
||||
/expect5.45.tar.gz
|
||||
/expect5.45.3.tar.gz
|
||||
|
@ -1,7 +1,8 @@
|
||||
diff -up expect5.45/example/autoexpect.man.orig expect5.45/example/autoexpect.man
|
||||
--- expect5.45/example/autoexpect.man.orig 2013-04-04 09:59:35.859419535 +0200
|
||||
+++ expect5.45/example/autoexpect.man 2013-04-04 09:59:49.164493755 +0200
|
||||
@@ -136,7 +136,7 @@ using the date command while running aut
|
||||
diff --git a/example/autoexpect.man b/example/autoexpect.man
|
||||
index 45f24a4..79fc059 100644
|
||||
--- a/example/autoexpect.man
|
||||
+++ b/example/autoexpect.man
|
||||
@@ -136,7 +136,7 @@ using the date command while running autoexpect is a sure way to
|
||||
produce a script that will require editing in order for it to work.
|
||||
|
||||
The \-p flag puts autoexpect into "prompt mode". In this mode,
|
||||
@ -10,10 +11,11 @@ diff -up expect5.45/example/autoexpect.man.orig expect5.45/example/autoexpect.ma
|
||||
which is usually the prompt. This handles the date problem (see
|
||||
above) and most others.
|
||||
|
||||
diff -up expect5.45/example/tknewsbiff.man.orig expect5.45/example/tknewsbiff.man
|
||||
--- expect5.45/example/tknewsbiff.man.orig 2013-04-04 10:02:20.900340183 +0200
|
||||
+++ expect5.45/example/tknewsbiff.man 2013-04-04 10:02:50.049502783 +0200
|
||||
@@ -177,7 +177,7 @@ The "server" variable names an NNTP news
|
||||
diff --git a/example/tknewsbiff.man b/example/tknewsbiff.man
|
||||
index dc5d4ad..63aec9f 100644
|
||||
--- a/example/tknewsbiff.man
|
||||
+++ b/example/tknewsbiff.man
|
||||
@@ -177,7 +177,7 @@ The "server" variable names an NNTP news-server.
|
||||
The default is "news". The "server" variable is
|
||||
only used if the "active_file" variable is not set.
|
||||
|
||||
@ -22,20 +24,11 @@ diff -up expect5.45/example/tknewsbiff.man.orig expect5.45/example/tknewsbiff.ma
|
||||
for a response from the server before giving up. -1 means wait
|
||||
forever or until the server itself times out. The default is 60
|
||||
seconds.
|
||||
diff -up expect5.45/expect.man.orig expect5.45/expect.man
|
||||
--- expect5.45/expect.man.orig 2006-01-25 22:51:28.000000000 +0100
|
||||
+++ expect5.45/expect.man 2013-04-04 10:02:08.465270816 +0200
|
||||
@@ -173,7 +173,8 @@ way, use the
|
||||
.B \-b
|
||||
flag.
|
||||
(When using Expectk, this option is specified as
|
||||
-.BR \-buffer .) Note that stdio-buffering may still take place however this shouldn't cause problems when reading from a fifo or stdin.
|
||||
+.BR \-buffer .)
|
||||
+Note that stdio-buffering may still take place however this shouldn't cause problems when reading from a fifo or stdin.
|
||||
.PP
|
||||
If the string "\-" is supplied as a filename, standard input is read instead.
|
||||
(Use "./\-" to read from a file actually named "\-".)
|
||||
@@ -621,7 +622,7 @@ patterns are specified as with Tcl's
|
||||
diff --git a/expect.man b/expect.man
|
||||
index 1edff14..10352b6 100644
|
||||
--- a/expect.man
|
||||
+++ b/expect.man
|
||||
@@ -623,7 +623,7 @@ patterns are specified as with Tcl's
|
||||
command. (Such patterns are also similar to C-shell regular expressions
|
||||
usually referred to as "glob" patterns). The
|
||||
.B \-gl
|
||||
|
12
expect.spec
12
expect.spec
@ -1,13 +1,12 @@
|
||||
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
|
||||
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
|
||||
%global majorver 5.45
|
||||
%global majorver 5.45.3
|
||||
|
||||
Summary: A program-script interaction and testing utility
|
||||
Name: expect
|
||||
Version: %{majorver}
|
||||
Release: 28%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: Development/Languages
|
||||
# URL: probably more useful is http://sourceforge.net/projects/expect/
|
||||
URL: http://expect.nist.gov/
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz
|
||||
@ -55,7 +54,6 @@ This package contains expect and some scripts that use it.
|
||||
|
||||
%package devel
|
||||
Summary: A program-script interaction and testing utility
|
||||
Group: Development/Languages
|
||||
Requires: expect = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -68,7 +66,6 @@ This package contains development files for the expect library.
|
||||
|
||||
%package -n expectk
|
||||
Summary: A program-script interaction and testing utility
|
||||
Group: Development/Languages
|
||||
Requires: expect = %{version}-%{release}
|
||||
|
||||
%description -n expectk
|
||||
@ -182,6 +179,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_mandir}/man1/tknewsbiff.1*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 23 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.45.3-1
|
||||
- New upstream release 5.45.3
|
||||
Resolves: #1503372
|
||||
- Removed 'Group' tag from spec file
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.45-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user