diff --git a/.gitignore b/.gitignore index 2f37cd4..1f32976 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ Net-SSH2-0.28.tar.gz /Net-SSH2-0.47.tar.gz /Net-SSH2-0.48.tar.gz /Net-SSH2-0.50.tar.gz +/Net-SSH2-0.52.tar.gz diff --git a/perl-Net-SSH2.spec b/perl-Net-SSH2.spec index bc24c0c..1b29d06 100644 --- a/perl-Net-SSH2.spec +++ b/perl-Net-SSH2.spec @@ -1,6 +1,6 @@ Name: perl-Net-SSH2 -Version: 0.50 -Release: 2%{?dist} +Version: 0.52 +Release: 1%{?dist} Summary: Support for the SSH 2 protocol via libSSH2 License: GPL+ or Artistic Group: Development/Libraries @@ -9,7 +9,8 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Net-SSH2-%{ # rt#80065, rhbz#864102 Patch0: Net-SSH2-0.47-op-priority.patch # Avoid the EE::MM CCFLAGS bug -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) +BuildRequires: perl BuildRequires: perl(AutoLoader) BuildRequires: perl(base) BuildRequires: perl(Carp) @@ -79,6 +80,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 26 2013 Petr Ĺ abata - 0.52-1 +- 0.52 bump + * Sat Aug 03 2013 Fedora Release Engineering - 0.50-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index fd33829..79c5ae6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3080e9dede51ae095e997716c5906564 Net-SSH2-0.50.tar.gz +c8c3cb66eb15d5a0ddab385576c2e6ed Net-SSH2-0.52.tar.gz