[perl-IPC-Cmd] 0.86 bump

Petr Pisar ppisar at fedoraproject.org
Tue Nov 5 13:25:17 UTC 2013


commit 79470166f5377e7734be886de8581a7992d402a9
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 5 14:25:09 2013 +0100

    0.86 bump

 .gitignore        |    1 +
 perl-IPC-Cmd.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57793f9..95f4e09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ IPC-Cmd-0.40.tar.gz
 /IPC-Cmd-0.80.tar.gz
 /IPC-Cmd-0.82.tar.gz
 /IPC-Cmd-0.84.tar.gz
+/IPC-Cmd-0.86.tar.gz
diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec
index 46a5070..09dc306 100644
--- a/perl-IPC-Cmd.spec
+++ b/perl-IPC-Cmd.spec
@@ -1,7 +1,7 @@
 Name:           perl-IPC-Cmd
 # Epoch to compete with perl.spec
 Epoch:          1
-Version:        0.84
+Version:        0.86
 Release:        1%{?dist}
 Summary:        Finding and running system commands made easy
 License:        GPL+ or Artistic
@@ -11,6 +11,7 @@ Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.ta
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -25,16 +26,16 @@ BuildRequires:  perl(Module::Load::Conditional)
 BuildRequires:  perl(Params::Check) >= 0.20
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(vars)
 # Tests:
 # output.pl/IO::Handle not used
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
-# output.pl/warnings not used
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(ExtUtils::MakeMaker)
 Requires:       perl(FileHandle)
@@ -72,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 05 2013 Petr Pisar <ppisar at redhat.com> - 1:0.86-1
+- 0.86 bump
+
 * Thu Aug 08 2013 Petr Pisar <ppisar at redhat.com> - 1:0.84-1
 - 0.84 bump
 
diff --git a/sources b/sources
index fa4907a..16027f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-952618e5a8cee553d1d1e0085b156216  IPC-Cmd-0.84.tar.gz
+0e4d1a6b56e35a5ffd6c6b4f6e32d05a  IPC-Cmd-0.86.tar.gz



More information about the perl-devel mailing list