commit 9c23f330cf5470ae0233317dff2d19eae4c74a36 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sat Aug 10 14:45:12 2013 +0100 Update to 1.36 - New upstream release 1.36 - CPAN RT#48338 - Fix race condition with SSHv2 - CPAN RT#55195 - Fix race condition in KEXINIT - CPAN RT#67586 - Fix test '03-packet.t' hangs forever - CPAN RT#64517 - Enable PTY support in SSH2 - CPAN RT#23947 - Replacement for KeyboardInt.pm - Drop %defattr, redundant since rpm 4.4 - Disable spell check test, which simplifies the spec considerably Net-SSH-Perl-1.34-stopwords.patch | 59 ------------------------------------- Net-SSH-Perl-1.35-SIGNATURE.patch | 22 -------------- perl-Net-SSH-Perl.spec | 35 ++++++++-------------- sources | 2 +- 4 files changed, 14 insertions(+), 104 deletions(-) --- diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec index f6cb469..aadd914 100644 --- a/perl-Net-SSH-Perl.spec +++ b/perl-Net-SSH-Perl.spec @@ -3,16 +3,14 @@ Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl -Version: 1.35 -Release: 3%{?dist} +Version: 1.36 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/Net-SSH-Perl-%{version}.tar.gz Source1: 14964AC8.asc Source2: 161C06B1.asc -Patch0: Net-SSH-Perl-1.34-stopwords.patch -Patch10: Net-SSH-Perl-1.35-SIGNATURE.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch BuildRequires: perl(Carp) @@ -67,16 +65,6 @@ client. It is compatible with both the SSH-1 and SSH-2 protocols. %prep %setup -q -c -n Net-SSH-Perl -# Additional words for spell checker to ignore -cd Net-SSH-Perl-%{version} -%patch0 -p2 -cd - - -# Replace SIGNATURE to account for changes from patches -cd Net-SSH-Perl-%{version} -%patch10 -cd - - # Copy up documentation for convenience with %%doc cp -a Net-SSH-Perl-%{version}/{Changes,README,LICENSE,eg,ToDo} . @@ -119,15 +107,9 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' export GNUPGHOME=$(pwd)/gnupghome cd Net-SSH-Perl-%{version} -# Signature test would fail on recent distros due to presence of MYMETA.yml -[ -f MYMETA.yml ] && mv MYMETA.yml .. - # Locale set to en_US for spell check tests LANG=en_US make test \ - TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 - -# Restore MYMETA.yml if necessary -[ -f ../MYMETA.yml ] && mv ../MYMETA.yml . + TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0 cd - @@ -135,12 +117,21 @@ cd - rm -rf %{buildroot} %files -%defattr(-,root,root,-) %doc Changes README LICENSE eg ToDo %{perl_vendorlib}/Net/ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog +* Sat Aug 10 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.36-1 +- Update to 1.36 + - CPAN RT#48338 - Fix race condition with SSHv2 + - CPAN RT#55195 - Fix race condition in KEXINIT + - CPAN RT#67586 - Fix test '03-packet.t' hangs forever + - CPAN RT#64517 - Enable PTY support in SSH2 + - CPAN RT#23947 - Replacement for KeyboardInt.pm +- Drop %%defattr, redundant since rpm 4.4 +- Disable spell check test, which simplifies the spec considerably + * Sat Aug 03 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.35-3 - Perl 5.18 rebuild diff --git a/sources b/sources index 55e8de9..cd564b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d199022878582990c7d027123c43312 Net-SSH-Perl-1.35.tar.gz +57935cecbd632268ebf7906d4c4ba306 Net-SSH-Perl-1.36.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel