diff --git a/Expect-1.32.tar.gz b/Expect-1.32.tar.gz deleted file mode 100644 index af5ea4d..0000000 --- a/Expect-1.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1f96842a5c7dd8516b202b530d87a70b65e7054d3bf975c34f6a42084e54e25 -size 61592 diff --git a/Expect-1.35.tar.gz b/Expect-1.35.tar.gz new file mode 100644 index 0000000..6e68ef9 --- /dev/null +++ b/Expect-1.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d92761421decd495853103379165a99efbf452c720f30277602cf23679fd06 +size 61667 diff --git a/perl-Expect.changes b/perl-Expect.changes index 99cdc3e..e720894 100644 --- a/perl-Expect.changes +++ b/perl-Expect.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 19 05:37:20 UTC 2017 - coolo@suse.com + +- updated to 1.35 + see /usr/share/doc/packages/perl-Expect/Changes + ------------------------------------------------------------------- Tue Apr 14 17:44:21 UTC 2015 - coolo@suse.com diff --git a/perl-Expect.spec b/perl-Expect.spec index 464c2ab..c0abe0a 100644 --- a/perl-Expect.spec +++ b/perl-Expect.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Expect # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-Expect -Version: 1.32 +Version: 1.35 Release: 0 %define cpan_name Expect Summary: Automate Interactions with Command Line Programs That Expose a Text Term[cut] License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Expect/ -Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/J/JA/JACOBY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Patch0: Expect.diff BuildArch: noarch @@ -33,13 +33,14 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IO::Pty) >= 1.11 BuildRequires: perl(IO::Tty) >= 1.11 -BuildRequires: perl(Test::Exception) >= 0.32 BuildRequires: perl(Test::More) >= 1.00 Requires: perl(IO::Pty) >= 1.11 Requires: perl(IO::Tty) >= 1.11 %{perl_requires} %description +See an explanation of at http://code-maven.com/expect + The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It more closely resembles the Tcl Expect language than its predecessors. It does not contain any of the networking code found in Comm.pl. I suspect @@ -54,13 +55,13 @@ It is possible to interconnect multiple file handles (and processes) much like Tcl's Expect. An attempt was made to enable all the features of Tcl's Expect without forcing Tcl on the victim programmer :-) . -Please, before you consider using Expect, read the FAQs about the /"I want -to automate password entry for su/ssh/scp/rsh/..." manpage and the /"I want -to use Expect to automate [anything with a buzzword]..." manpage +Please, before you consider using Expect, read the FAQs about "I want to +automate password entry for su/ssh/scp/rsh/..." and "I want to use Expect +to automate [anything with a buzzword]..." %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %patch0 -p1 %build @@ -78,5 +79,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) %doc Changes examples README.md +%license LICENSE %changelog