[perl-Net-SSH-Perl] Update to 1.38

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 9 10:47:05 UTC 2014


commit 36d9d1e55043c3f80b9cb2138a2c82b567bf5e81
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 9 11:37:01 2014 +0100

    Update to 1.38
    
    - New upstream release 1.38
      - Install valid SIGNATURE file (CPAN RT#99284)
    - Re-enable the signature test
    - This release by TURNSTEP → update source URL
    - Use %license where possible

 perl-Net-SSH-Perl.spec |   22 +++++++++++++++++-----
 sources                |    2 +-
 2 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec
index cda0992..e0b853a 100644
--- a/perl-Net-SSH-Perl.spec
+++ b/perl-Net-SSH-Perl.spec
@@ -3,12 +3,12 @@
 
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
-Version:	1.37
-Release:	3%{?dist}
+Version:	1.38
+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
+Source0:	http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Net-SSH-Perl-%{version}.tar.gz
 Source1:	14964AC8.asc
 Source2:	161C06B1.asc
 Source3:	CD613C9B.asc
@@ -111,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=0 TEST_SPELL=0
+	TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0
 
 cd -
 
@@ -119,11 +119,23 @@ cd -
 rm -rf %{buildroot}
 
 %files
-%doc Changes README LICENSE eg ToDo
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README eg ToDo
 %{perl_vendorlib}/Net/
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Thu Oct  9 2014 Paul Howarth <paul at city-fan.org> - 1.38-1
+- Update to 1.38
+  - Install valid SIGNATURE file (CPAN RT#99284)
+- Re-enable the signature test
+- This release by TURNSTEP → update source URL
+- Use %%license where possible
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.37-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index eea2558..24c74bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b59dfe68e5809e67b4840ffe7e009b39  Net-SSH-Perl-1.37.tar.gz
+d95b5ef0ffc529494f2441673a1f1f79  Net-SSH-Perl-1.38.tar.gz



More information about the perl-devel mailing list