commit 221ed030c7a3e8f24f36123d6568cf768a1d03c0
Author: Paul Howarth <p...@city-fan.org>
Date:   Sun Mar 30 20:03:24 2014 +0100

    Update to 1.37
    
    - New upstream release 1.37
      - Enabled config option "StrictHostKeyChecking"; the corresponding code
        already existed (CPAN RT#91840)
    - Don't test signature because upstream forgot to re-generate it

 perl-Net-SSH-Perl.spec |   11 +++++++++--
 sources                |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec
index 06fdc1a..deadf3d 100644
--- a/perl-Net-SSH-Perl.spec
+++ b/perl-Net-SSH-Perl.spec
@@ -3,7 +3,7 @@
 
 Summary:       SSH (Secure Shell) client
 Name:          perl-Net-SSH-Perl
-Version:       1.36
+Version:       1.37
 Release:       1%{?dist}
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -14,6 +14,7 @@ Source2:      161C06B1.asc
 Source3:       CD613C9B.asc
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
+BuildRequires: perl
 BuildRequires: perl(Carp)
 BuildRequires: perl(Compress::Zlib)
 BuildRequires: perl(Convert::PEM)              >= 0.05
@@ -110,7 +111,7 @@ cd Net-SSH-Perl-%{version}
 
 # 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=0
+       TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=0
 
 cd -
 
@@ -123,6 +124,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Sun Mar 30 2014 Paul Howarth <p...@city-fan.org> - 1.37-1
+- Update to 1.37
+  - Enabled config option "StrictHostKeyChecking"; the corresponding code
+    already existed (CPAN RT#91840)
+- Don't test signature because upstream forgot to re-generate it
+
 * Sat Aug 10 2013 Paul Howarth <p...@city-fan.org> - 1.36-1
 - Update to 1.36
   - CPAN RT#48338 - Fix race condition with SSHv2
diff --git a/sources b/sources
index cd564b8..eea2558 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57935cecbd632268ebf7906d4c4ba306  Net-SSH-Perl-1.36.tar.gz
+b59dfe68e5809e67b4840ffe7e009b39  Net-SSH-Perl-1.37.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to