Update to 1.838

- New upstream release 1.838
  - IPC update, raising reliability across multiple platforms
  - Improved hack for the Windows platform for nested MCE sessions
  - Added _sysread, _sysseek, _syswrite, and _nonblocking to MCE::Util
  - Added barrier option to MCE::Queue: allows one to disable
epel9
Paul Howarth 6 years ago
parent c0edc4d75b
commit 1c5222edc9

1
.gitignore vendored

@ -47,3 +47,4 @@
/MCE-1.835.tar.gz /MCE-1.835.tar.gz
/MCE-1.836.tar.gz /MCE-1.836.tar.gz
/MCE-1.837.tar.gz /MCE-1.837.tar.gz
/MCE-1.838.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.837 Version: 1.838
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
@ -20,6 +20,7 @@ BuildRequires: perl(base)
BuildRequires: perl(bytes) BuildRequires: perl(bytes)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(constant) BuildRequires: perl(constant)
BuildRequires: perl(Errno)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl) BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
@ -152,6 +153,13 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Wed Jan 23 2019 Paul Howarth <paul@city-fan.org> - 1.838-1
- Update to 1.838
- IPC update, raising reliability across multiple platforms
- Improved hack for the Windows platform for nested MCE sessions
- Added _sysread, _sysseek, _syswrite, and _nonblocking to MCE::Util
- Added barrier option to MCE::Queue: allows one to disable
* Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 1.837-1 * Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 1.837-1
- Update to 1.837 - Update to 1.837
- Seeds the Math::Random::MT::Auto generator automatically when present for - Seeds the Math::Random::MT::Auto generator automatically when present for

@ -1 +1 @@
SHA512 (MCE-1.837.tar.gz) = 41f7f39d4eecf5e495cbbaf453d1f10c9ed72aab75bcdf30d4ff9fbb5c61a9a326a9088f50b438f248de5c93927438b49d886fc6816fb0f4ac620abff0a9727e SHA512 (MCE-1.838.tar.gz) = 33db263a5b8b8eea73dbec2fff9dc0c92fbd075215f0c6a9e21621530cb7f93a23939a02211fe0481c8ba22c2d470437e716f6d2328b7b568cb1bd17b280dc65

Loading…
Cancel
Save