Update to 1.841

- New upstream release 1.841
  - Disabled t/04_channel_threads testing on Unix platforms for Perl less than
    5.10.1; basically, the MCE::Channel::Threads implementation is not supported
    on older Perls unless the OS vendor applied upstream patches (i.e. works on
    RedHat/CentOS 5.x running Perl 5.8.x)
  - Added LIMITATIONS section to MCE::Channel::Threads
epel9
Paul Howarth 6 years ago
parent 7468922541
commit 6abccd7166

1
.gitignore vendored

@ -49,3 +49,4 @@
/MCE-1.837.tar.gz /MCE-1.837.tar.gz
/MCE-1.838.tar.gz /MCE-1.838.tar.gz
/MCE-1.840.tar.gz /MCE-1.840.tar.gz
/MCE-1.841.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.840 Version: 1.841
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
@ -167,6 +167,14 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Mon Jul 8 2019 Paul Howarth <paul@city-fan.org> - 1.841-1
- Update to 1.841
- Disabled t/04_channel_threads testing on Unix platforms for Perl less than
5.10.1; basically, the MCE::Channel::Threads implementation is not supported
on older Perls unless the OS vendor applied upstream patches (i.e. works on
RedHat/CentOS 5.x running Perl 5.8.x)
- Added LIMITATIONS section to MCE::Channel::Threads
* Sun Jul 7 2019 Paul Howarth <paul@city-fan.org> - 1.840-1 * Sun Jul 7 2019 Paul Howarth <paul@city-fan.org> - 1.840-1
- Update to 1.840 - Update to 1.840
New Features New Features

@ -1 +1 @@
SHA512 (MCE-1.840.tar.gz) = d4738cff0ef85b1d491eb6f3ff4dd7cdb3bc3dc7fd9442d574ea6938e5c613c1d376fcb6a2448becb2d942409286209224a10ee886726b9d747f7f4897f83572 SHA512 (MCE-1.841.tar.gz) = c5f99d7ca380c5aa201461b18b4773c6309ac3f64d8d1ed2f60da96b62f84802c8c34f9820e01a90a288bfd5002d5036898bdd8bcdf34c2386f8e1ca846b5c03

Loading…
Cancel
Save