New upstream release 5.45.3

This commit is contained in:
Vitezslav Crhonek 2017-10-23 12:51:01 +02:00
parent bf53c4c6bb
commit b06c93e9bb
4 changed files with 24 additions and 30 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
expect-5.44.1.15.tar.bz2 /expect5.45.3.tar.gz
/expect5.45.tar.gz

View File

@ -1,7 +1,8 @@
diff -up expect5.45/example/autoexpect.man.orig expect5.45/example/autoexpect.man diff --git a/example/autoexpect.man b/example/autoexpect.man
--- expect5.45/example/autoexpect.man.orig 2013-04-04 09:59:35.859419535 +0200 index 45f24a4..79fc059 100644
+++ expect5.45/example/autoexpect.man 2013-04-04 09:59:49.164493755 +0200 --- a/example/autoexpect.man
@@ -136,7 +136,7 @@ using the date command while running aut +++ 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. produce a script that will require editing in order for it to work.
The \-p flag puts autoexpect into "prompt mode". In this mode, 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 which is usually the prompt. This handles the date problem (see
above) and most others. above) and most others.
diff -up expect5.45/example/tknewsbiff.man.orig expect5.45/example/tknewsbiff.man diff --git a/example/tknewsbiff.man b/example/tknewsbiff.man
--- expect5.45/example/tknewsbiff.man.orig 2013-04-04 10:02:20.900340183 +0200 index dc5d4ad..63aec9f 100644
+++ expect5.45/example/tknewsbiff.man 2013-04-04 10:02:50.049502783 +0200 --- a/example/tknewsbiff.man
@@ -177,7 +177,7 @@ The "server" variable names an NNTP news +++ b/example/tknewsbiff.man
@@ -177,7 +177,7 @@ The "server" variable names an NNTP news-server.
The default is "news". The "server" variable is The default is "news". The "server" variable is
only used if the "active_file" variable is not set. 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 for a response from the server before giving up. -1 means wait
forever or until the server itself times out. The default is 60 forever or until the server itself times out. The default is 60
seconds. seconds.
diff -up expect5.45/expect.man.orig expect5.45/expect.man diff --git a/expect.man b/expect.man
--- expect5.45/expect.man.orig 2006-01-25 22:51:28.000000000 +0100 index 1edff14..10352b6 100644
+++ expect5.45/expect.man 2013-04-04 10:02:08.465270816 +0200 --- a/expect.man
@@ -173,7 +173,8 @@ way, use the +++ b/expect.man
.B \-b @@ -623,7 +623,7 @@ patterns are specified as with Tcl's
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
command. (Such patterns are also similar to C-shell regular expressions command. (Such patterns are also similar to C-shell regular expressions
usually referred to as "glob" patterns). The usually referred to as "glob" patterns). The
.B \-gl .B \-gl

View File

@ -1,13 +1,12 @@
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)} %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}} %{!?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 Summary: A program-script interaction and testing utility
Name: expect Name: expect
Version: %{majorver} Version: %{majorver}
Release: 28%{?dist} Release: 1%{?dist}
License: Public Domain License: Public Domain
Group: Development/Languages
# URL: probably more useful is http://sourceforge.net/projects/expect/ # URL: probably more useful is http://sourceforge.net/projects/expect/
URL: http://expect.nist.gov/ URL: http://expect.nist.gov/
Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz 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 %package devel
Summary: A program-script interaction and testing utility Summary: A program-script interaction and testing utility
Group: Development/Languages
Requires: expect = %{version}-%{release} Requires: expect = %{version}-%{release}
%description devel %description devel
@ -68,7 +66,6 @@ This package contains development files for the expect library.
%package -n expectk %package -n expectk
Summary: A program-script interaction and testing utility Summary: A program-script interaction and testing utility
Group: Development/Languages
Requires: expect = %{version}-%{release} Requires: expect = %{version}-%{release}
%description -n expectk %description -n expectk
@ -182,6 +179,11 @@ rm -rf "$RPM_BUILD_ROOT"
%{_mandir}/man1/tknewsbiff.1* %{_mandir}/man1/tknewsbiff.1*
%changelog %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 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.45-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

View File

@ -1 +1 @@
44e1a4f4c877e9ddc5a542dfa7ecc92b expect5.45.tar.gz SHA512 (expect5.45.3.tar.gz) = 56c808b2a709dccc73304d809b2556227a0e3f2f1c3ca7a8a11f3f8b1a62604a28f0d5bb3ac572479499869e1731d0fb75e33964b099424e519005b1e37dc787