From 9b537a758488cd3f11288f65eb76384f562bed93 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Fri, 19 May 2017 10:44:04 +0100 Subject: Update to 1.35
- New upstream release 1.35 - Official maintainer JACOBY (Dave Jacoby) - Added a MANIFEST so that "make dist" will work - Added AUTHOR key, listing all maintainers --- .rpmlint | 4 ++++ perl-Expect.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..8b25460 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,4 @@ +from Config import * + +# *nix terms +addFilter("spelling-error %description -l en_US (fsck|passwd|rlogin) -> ") diff --git a/perl-Expect.spec b/perl-Expect.spec index 745f693..309c5d5 100644 --- a/perl-Expect.spec +++ b/perl-Expect.spec @@ -1,6 +1,6 @@ Name: perl-Expect -Version: 1.33 -Release: 2%{?dist} +Version: 1.35 +Release: 1%{?dist} Summary: Expect for Perl License: GPL+ or Artistic URL: http://search.cpan.org/dist/Expect/ @@ -11,10 +11,8 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl -%if 0%{?fedora} > 20 || 0%{?rhel} > 7 BuildRequires: perl-generators -%endif -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: sed # Module Runtime BuildRequires: perl(Carp) @@ -42,7 +40,7 @@ a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. %prep -%setup -q -n expect.pm-Expect-%{version} +%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].* @@ -53,7 +51,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete -%{_fixperms} %{buildroot} +%{_fixperms} -c %{buildroot} %check make test @@ -69,6 +67,12 @@ make test %{_mandir}/man3/Expect.3* %changelog +* Fri May 19 2017 Paul Howarth <p...@city-fan.org> - 1.35-1 +- Update to 1.35 + - Official maintainer JACOBY (Dave Jacoby) + - Added a MANIFEST so that "make dist" will work + - Added AUTHOR key, listing all maintainers + * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 1.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 216fd5d..81ca91a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fbb052de1383966a3be5f420a34e83c Expect-1.33.tar.gz +SHA512 (Expect-1.35.tar.gz) = 97ff1969323cf0bcdecc792199111e273e1a4c032a9cdecac1acb521a280e772256c1a8c5433b4da1f34a585d83608522e9f00cf3c5a0a30211662a5373ef0b7 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Expect.git/commit/?h=f26&id=9b537a758488cd3f11288f65eb76384f562bed93 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org