diff --git a/perl-Expect.rpmlintrc b/perl-Expect.rpmlintrc new file mode 100644 index 0000000..31d93bb --- /dev/null +++ b/perl-Expect.rpmlintrc @@ -0,0 +1,2 @@ +# *nix terms +addFilter("E: spelling-error \('(fsck|passwd|rlogin)',") diff --git a/perl-Expect.spec b/perl-Expect.spec index 71b0f16..943ec7f 100644 --- a/perl-Expect.spec +++ b/perl-Expect.spec @@ -1,6 +1,6 @@ Name: perl-Expect -Version: 1.35 -Release: 23%{?dist} +Version: 1.36 +Release: 1%{?dist} Summary: Expect for Perl License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Expect @@ -23,6 +23,7 @@ BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Pty) >= 1.11 BuildRequires: perl(IO::Tty) >= 1.11 BuildRequires: perl(POSIX) +BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) @@ -42,7 +43,7 @@ passwd, fsck, rlogin, tip, etc. %prep %setup -q -n Expect-%{version} sed -i 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' examples/kibitz/kibitz tutorial/[2-6].* -chmod -c a-x examples/ssh.pl examples/kibitz/kibitz tutorial/[2-6].* +chmod -c a-x Changes examples/*.pl examples/kibitz/* lib/Expect.pm LICENSE README.md tutorial/* %build perl Makefile.PL INSTALLDIRS=vendor @@ -63,6 +64,10 @@ make test %{_mandir}/man3/Expect.3* %changelog +* Sat Feb 24 2024 Paul Howarth - 1.36-1 +- Update to 1.36 + - Made timeouts optional and added qr// regex support + * Thu Jan 25 2024 Fedora Release Engineering - 1.35-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 81ca91a..713c597 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Expect-1.35.tar.gz) = 97ff1969323cf0bcdecc792199111e273e1a4c032a9cdecac1acb521a280e772256c1a8c5433b4da1f34a585d83608522e9f00cf3c5a0a30211662a5373ef0b7 +SHA512 (Expect-1.36.tar.gz) = d9304e02299af2f7dda532db26fe44c9bef0a78c0779e5fa9cb2b89edd200e16b80d721f1d80c1caae9335ceb71ff558fda3b04791a8001e6beaad1362876ea4