Update to 1.837

- New upstream release 1.837
  - Seeds the Math::Random::MT::Auto generator automatically when present for
    non-threads, similarly to Math::Random and Math::Prime::Util, to
    avoid child processes sharing the same seed value as the parent and
    each other; the new seed is computed using the current seed
epel9
Paul Howarth 7 years ago
parent b212c74baa
commit c0edc4d75b

1
.gitignore vendored

@ -46,3 +46,4 @@
/MCE-1.834.tar.gz
/MCE-1.835.tar.gz
/MCE-1.836.tar.gz
/MCE-1.837.tar.gz

@ -1,6 +1,6 @@
Name: perl-MCE
Version: 1.836
Release: 3%{?dist}
Version: 1.837
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
URL: https://metacpan.org/release/MCE
@ -152,6 +152,13 @@ make test
%{_bindir}/mce_zfgrep
%changelog
* Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 1.837-1
- Update to 1.837
- Seeds the Math::Random::MT::Auto generator automatically when present for
non-threads, similarly to Math::Random and Math::Prime::Util, to
avoid child processes sharing the same seed value as the parent and
each other; the new seed is computed using the current seed
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.836-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (MCE-1.836.tar.gz) = 6d6964df29e6c806413b4b7fe5b8f508c8d5c30602b27b7ab21db7f130c1e3d68fbc7fbae0808d94998d731e2400b445d569f33fdf8bbe5ff4e0d8aaaafa5cb7
SHA512 (MCE-1.837.tar.gz) = 41f7f39d4eecf5e495cbbaf453d1f10c9ed72aab75bcdf30d4ff9fbb5c61a9a326a9088f50b438f248de5c93927438b49d886fc6816fb0f4ac620abff0a9727e

Loading…
Cancel
Save