[perl-Net-SSH2] 0.41 bump

Petr Šabata psabata at fedoraproject.org
Thu Apr 19 11:03:25 UTC 2012


commit 55252a20b3b06cae3ef2d89d1a60e3c331c46118
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Apr 19 13:03:10 2012 +0200

    0.41 bump

 .gitignore         |    1 +
 perl-Net-SSH2.spec |    7 +++++--
 sources            |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c904863..7196894 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Net-SSH2-0.28.tar.gz
 /Net-SSH2-0.33.tar.gz
 /Net-SSH2-0.40.tar.gz
+/Net-SSH2-0.41.tar.gz
diff --git a/perl-Net-SSH2.spec b/perl-Net-SSH2.spec
index ce5340b..024920e 100644
--- a/perl-Net-SSH2.spec
+++ b/perl-Net-SSH2.spec
@@ -1,12 +1,12 @@
 Name:           perl-Net-SSH2
-Version:        0.40
+Version:        0.41
 Release:        1%{?dist}
 Summary:        Support for the SSH 2 protocol via libSSH2
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-SSH2/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 19 2012 Petr Šabata <contyk at redhat.com> - 0.41-1
+- 0.41 bump
+
 * Fri Jan 13 2012 Petr Šabata <contyk at redhat.com> - 0.40-1
 - 0.40 bump
 - Spec cleanup
diff --git a/sources b/sources
index 6fb5fa5..ada189c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbc06247d999b24489ef1b8384420c03  Net-SSH2-0.40.tar.gz
+27182ea5829ff896378cac15b31487a8  Net-SSH2-0.41.tar.gz



More information about the perl-devel mailing list