[perl-Net-SSH2] 0.52 bump

Petr Šabata psabata at fedoraproject.org
Mon Aug 26 14:11:07 UTC 2013


commit a1b30cf881e9c2618dc5fb8b923087365a77add4
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Aug 26 16:10:54 2013 +0200

    0.52 bump

 .gitignore         |    1 +
 perl-Net-SSH2.spec |   10 +++++++---
 sources            |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
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 <contyk at redhat.com> - 0.52-1
+- 0.52 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list