tibbs pushed to perl-Parallel-ForkManager (master). "Fix build error due to missing deps."

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Aug 8 03:52:43 UTC 2015


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


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 <tibbs at 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 <tibbs at math.uh.edu> - 1.15-1
 - Update to latest upstream version.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Parallel-ForkManager.git/commit/?h=master&id=1ecd43d8d7eeb0cb23bd97756a7fe428e6e1fe75


More information about the perl-devel mailing list