From 1ecd43d8d7eeb0cb23bd97756a7fe428e6e1fe75 Mon Sep 17 00:00:00 2001
From: Jason Tibbitts <ti...@math.uh.edu>
Date: Fri, 7 Aug 2015 22:52:04 -0500
Subject: Fix build error due to missing deps.

---
 perl-Parallel-ForkManager.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec
index d2dae3e..0c93670 100644
--- a/perl-Parallel-ForkManager.spec
+++ b/perl-Parallel-ForkManager.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parallel-ForkManager
 Version:        1.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple parallel processing fork manager
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            
http://search.cpan.org/dist/Parallel-ForkManager/
 Source0:        
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Parallel-ForkManager-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(utf8::all)
+BuildRequires:  perl(Storable) perl(Time::HiRes)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -48,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 07 2015 Jason L Tibbitts III <ti...@math.uh.edu> - 1.15-2
+- Add a couple of build dependencies that dropped out of the dep tree.
+
 * Wed Jul 08 2015 Jason L Tibbitts III <ti...@math.uh.edu> - 1.15-1
 - Update to latest upstream version.
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Parallel-ForkManager.git/commit/?h=f23&id=1ecd43d8d7eeb0cb23bd97756a7fe428e6e1fe75
--
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