ppisar pushed to perl-Net-CLI-Interact (master). "2.200002 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Sep 22 13:48:20 UTC 2015


From b75f4502d4be2dde135c82cb908a6209b64eb595 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Tue, 22 Sep 2015 15:47:20 +0200
Subject: 2.200002 bump


diff --git a/.gitignore b/.gitignore
index a8b060c..8f49591 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-CLI-Interact-1.122100.tar.gz
 /Net-CLI-Interact-2.131260.tar.gz
+/Net-CLI-Interact-2.200002.tar.gz
diff --git a/perl-Net-CLI-Interact.spec b/perl-Net-CLI-Interact.spec
index 53ca4f9..388e03e 100644
--- a/perl-Net-CLI-Interact.spec
+++ b/perl-Net-CLI-Interact.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-CLI-Interact
-Version:        2.131260
-Release:        7%{?dist}
+Version:        2.200002
+Release:        1%{?dist}
 Summary:        Toolkit for CLI Automation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,23 +12,30 @@ BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
+# ExtUtils::CBuilder not needed on Linux
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Class::Mix)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(IPC::Run)
+# FileHandle not used at tests
+BuildRequires:  perl(IO::Pty)
+# IPC::Run not used at tests
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Log::Dispatch::Config)
 BuildRequires:  perl(Log::Dispatch::Configurator::Any)
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(MooX::Types::MooseLike::Base)
+# Net::Telnet not used at tests
 BuildRequires:  perl(Path::Class)
-BuildRequires:  perl(strict)
+# POSIX not used at tests
 BuildRequires:  perl(Sub::Quote)
-BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Time::HiRes)
-BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -60,12 +67,14 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE META.json README
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 22 2015 Petr Pisar <ppisar at redhat.com> - 2.200002-1
+- 2.200002 bump
+
 * Tue Aug 11 2015 Petr Ĺ abata <contyk at redhat.com> - 2.131260-7
 - Prevent FTBFS by correcting the build time dependency list
 - Trimmed the runtime dep list too; all of them were autodetected
diff --git a/sources b/sources
index 53bfaf9..d095034 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e56eac3282a71152e34e837a337777d5  Net-CLI-Interact-2.131260.tar.gz
+d776c844640b794e7adee73d99f4a295  Net-CLI-Interact-2.200002.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-CLI-Interact.git/commit/?h=master&id=b75f4502d4be2dde135c82cb908a6209b64eb595


More information about the perl-devel mailing list