diff --git a/.gitignore b/.gitignore index 9d8a7e9..c282551 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /MCE-1.706.tar.gz /MCE-1.707.tar.gz /MCE-1.708.tar.gz +/MCE-1.800.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index b4d5f4e..3bd0125 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.708 +Version: 1.800 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities 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(IO::Handle) Requires: perl(POSIX) +Requires: perl(Storable) >= 2.04 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 BuildRequires: perl(Sereal) Requires: perl(Sereal) @@ -139,6 +140,14 @@ make test %{_bindir}/mce_grep %changelog +* Sun Jun 19 2016 Paul Howarth - 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 - 1.708-1 - Update to 1.708 - Improved import routine in MCE Models and MCE::Subs; this resolves an issue diff --git a/sources b/sources index d97f54e..60b2a6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17438a8b9391ff27a2aaa88f0161502d MCE-1.708.tar.gz +6804cc54b7107463d406c27fe82c1b91 MCE-1.800.tar.gz