|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-MCE
|
|
|
|
|
Version: 1.704
|
|
|
|
|
Version: 1.705
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Many-core Engine for Perl providing parallel processing capabilities
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -45,6 +45,12 @@ Requires: perl(IO::Handle)
|
|
|
|
|
Requires: perl(POSIX)
|
|
|
|
|
Requires: perl(threads::shared)
|
|
|
|
|
|
|
|
|
|
# NCE would like to use Sereal if available
|
|
|
|
|
%if 0%{?fedora} > 23 || 0%{?rhel} > 6
|
|
|
|
|
BuildRequires: perl(Sereal)
|
|
|
|
|
Requires: perl(Sereal)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Many-core Engine (MCE) for Perl helps enable a new level of performance by
|
|
|
|
|
maximizing all available cores. MCE spawns a pool of workers and therefore
|
|
|
|
@ -135,6 +141,11 @@ make test
|
|
|
|
|
%{_bindir}/mce_grep
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 15 2016 Paul Howarth <paul@city-fan.org> - 1.705-1
|
|
|
|
|
- Update to 1.705
|
|
|
|
|
- Bumped version for Test::More to 0.88
|
|
|
|
|
- BR:/R: perl(Sereal) where available
|
|
|
|
|
|
|
|
|
|
* Thu Apr 14 2016 Paul Howarth <paul@city-fan.org> - 1.704-1
|
|
|
|
|
- Update to 1.704
|
|
|
|
|
BUG FIXES
|
|
|
|
|