From 904dcabaa39046518c3e0daff06c49789f0cf7f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Mon, 15 Feb 2016 16:46:24 +0100
Subject: 0.70 bump

---
 .gitignore            |  1 +
 perl-Net-OpenSSH.spec | 35 ++++++++++++++++++++++++++++++++---
 sources               |  2 +-
 3 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8a23583..a321c77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Net-OpenSSH-0.60.tar.gz
 /Net-OpenSSH-0.62.tar.gz
 /Net-OpenSSH-0.64.tar.gz
+/Net-OpenSSH-0.70.tar.gz
diff --git a/perl-Net-OpenSSH.spec b/perl-Net-OpenSSH.spec
index 5381d16..8bf9911 100644
--- a/perl-Net-OpenSSH.spec
+++ b/perl-Net-OpenSSH.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-OpenSSH
-Version:        0.64
-Release:        4%{?dist}
+Version:        0.70
+Release:        1%{?dist}
 Summary:        Perl SSH client package implemented on top of OpenSSH
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,10 +8,37 @@ URL:            http://search.cpan.org/dist/Net-OpenSSH/
 Source0:        
http://www.cpan.org/modules/by-module/Net/Net-OpenSSH-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
+# Data::Dumper not used at tests
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(Exporter)
+# File::Glob not used at tests
+BuildRequires:  perl(File::Spec)
+# Moo not used at tests
+# Object::Remote::Role::Connector::PerlInterpreter not used at tests
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
+# Sys::Hostname not used at tests
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:       openssh-clients
+Requires:       perl(File::Glob)
+Suggests:       perl(IO::Pty)
+Suggests:       perl(Net::SFTP::Foreign) >= 1.47
+Requires:       perl(Object::Remote::Role::Connector::PerlInterpreter)
+Suggests:       perl(Sys::Hostname)
 
 # Needed to stop the sample scripts pulling in more perl packages.
 %{?perl_default_filter}
@@ -44,12 +71,14 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README sample
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 15 2016 Petr Pisar <ppi...@redhat.com> - 0.70-1
+- 0.70 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.64-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 27204ea..3aec033 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6de211c74847c2791b94e08ab8c8600  Net-OpenSSH-0.64.tar.gz
+f37eaebeddf9d0218f94eb1913c9d728  Net-OpenSSH-0.70.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Net-OpenSSH.git/commit/?h=master&id=904dcabaa39046518c3e0daff06c49789f0cf7f7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to