[perl-IPC-Cmd] 0.84 bump

Petr Pisar ppisar at fedoraproject.org
Thu Aug 8 10:40:58 UTC 2013


commit 934d3ba4cd5dd7bc102029590bc3ccd76c5e9661
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Aug 8 12:40:17 2013 +0200

    0.84 bump

 .gitignore        |    1 +
 perl-IPC-Cmd.spec |   16 ++++++++++++++--
 sources           |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b377778..57793f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ IPC-Cmd-0.40.tar.gz
 /IPC-Cmd-0.78.tar.gz
 /IPC-Cmd-0.80.tar.gz
 /IPC-Cmd-0.82.tar.gz
+/IPC-Cmd-0.84.tar.gz
diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec
index 6ad4f38..46a5070 100644
--- a/perl-IPC-Cmd.spec
+++ b/perl-IPC-Cmd.spec
@@ -1,8 +1,8 @@
 Name:           perl-IPC-Cmd
 # Epoch to compete with perl.spec
 Epoch:          1
-Version:        0.82
-Release:        3%{?dist}
+Version:        0.84
+Release:        1%{?dist}
 Summary:        Finding and running system commands made easy
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,6 +16,10 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Load::Conditional)
 BuildRequires:  perl(Params::Check) >= 0.20
@@ -24,6 +28,7 @@ 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
@@ -32,6 +37,10 @@ BuildRequires:  perl(Test::More)
 # output.pl/warnings not used
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(ExtUtils::MakeMaker)
+Requires:       perl(FileHandle)
+Requires:       perl(IO::Handle)
+Requires:       perl(IO::Select)
+Requires:       perl(IPC::Open3)
 Requires:       perl(Params::Check) >= 0.20
 Requires:       perl(POSIX)
 
@@ -63,6 +72,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 08 2013 Petr Pisar <ppisar at redhat.com> - 1:0.84-1
+- 0.84 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.82-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 32f5263..fa4907a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3acdb91ae7ad39ab6e6056b7150f53ae  IPC-Cmd-0.82.tar.gz
+952618e5a8cee553d1d1e0085b156216  IPC-Cmd-0.84.tar.gz


More information about the scm-commits mailing list