Update to 1.800

- New upstream release 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)
epel9
Paul Howarth 9 years ago
parent 7cd33775f5
commit 36bf73d1ce

1
.gitignore vendored

@ -13,3 +13,4 @@
/MCE-1.706.tar.gz /MCE-1.706.tar.gz
/MCE-1.707.tar.gz /MCE-1.707.tar.gz
/MCE-1.708.tar.gz /MCE-1.708.tar.gz
/MCE-1.800.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.708 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

@ -1 +1 @@
17438a8b9391ff27a2aaa88f0161502d MCE-1.708.tar.gz 6804cc54b7107463d406c27fe82c1b91 MCE-1.800.tar.gz

Loading…
Cancel
Save