@ -1,5 +1,5 @@
Name: perl-MCE
Name: perl-MCE
Version: 1.70 8
Version: 1.800
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
License: GPL+ or Artistic
@ -45,9 +45,10 @@ BuildRequires: perl(Test::More) >= 0.88
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Requires: perl(IO::Handle)
Requires: perl(IO::Handle)
Requires: perl(POSIX)
Requires: perl(POSIX)
Requires: perl(Storable) >= 2.04
Requires: perl(threads::shared)
Requires: perl(threads::shared)
# NCE would like to use Sereal if available
# MCE prefers to use Sereal if available
%if 0%{?fedora} > 23 || 0%{?rhel} > 6
%if 0%{?fedora} > 23 || 0%{?rhel} > 6
BuildRequires: perl(Sereal)
BuildRequires: perl(Sereal)
Requires: perl(Sereal)
Requires: perl(Sereal)
@ -139,6 +140,14 @@ make test
%{_bindir}/mce_grep
%{_bindir}/mce_grep
%changelog
%changelog
* Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.800-1
- Update to 1.800
- Fixed dequeue (count) in MCE::Queue for standalone mode
- On Windows, improved stablity and feature parity with UNIX
- Use Sereal 3.008+ automatically if available on the box
- Added support for cyclical include of MCE Core, MCE Models, and MCE Queue
by scoping the configuration to the local package (CPAN RT#107384)
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.708-1
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.708-1
- Update to 1.708
- Update to 1.708
- Improved import routine in MCE Models and MCE::Subs; this resolves an issue
- Improved import routine in MCE Models and MCE::Subs; this resolves an issue