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 - 0.41-1 +- 0.41 bump + * Fri Jan 13 2012 Petr Šabata - 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