Update to 1.831

- New upstream release 1.831
  - Added STFL (Terminal UI) to list for enabling posix_exit
    (see http://www.perlmonks.org/?node_id=1200923)
  - Math::Prime::Util random numbers now unique between MCE workers
    (see http://www.perlmonks.org/?node_id=1200960)
epel9
Paul Howarth 7 years ago
parent 7644c51a95
commit c7ee764373

1
.gitignore vendored

@ -40,3 +40,4 @@
/MCE-1.828.tar.gz /MCE-1.828.tar.gz
/MCE-1.829.tar.gz /MCE-1.829.tar.gz
/MCE-1.830.tar.gz /MCE-1.830.tar.gz
/MCE-1.831.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.830 Version: 1.831
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
@ -153,6 +153,13 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Mon Oct 9 2017 Paul Howarth <paul@city-fan.org> - 1.831-1
- Update to 1.831
- Added STFL (Terminal UI) to list for enabling posix_exit
(see http://www.perlmonks.org/?node_id=1200923)
- Math::Prime::Util random numbers now unique between MCE workers
(see http://www.perlmonks.org/?node_id=1200960)
* Wed Sep 13 2017 Paul Howarth <paul@city-fan.org> - 1.830-1 * Wed Sep 13 2017 Paul Howarth <paul@city-fan.org> - 1.830-1
- Update to 1.830 - Update to 1.830
Bug Fixes Bug Fixes

@ -1 +1 @@
SHA512 (MCE-1.830.tar.gz) = c47f21a239103df7fc6f0c4b1357525d32f8efefd35a556443527c2a119b5df35ab1d867801a3539ba7081cb49252371f5b80a5853a3e308eaa4569298efff12 SHA512 (MCE-1.831.tar.gz) = cca01463bed30b2c028318d92269de59f7c48d86c64b7a2bb7e07a9a668217f10ae70d4e6ac05e873d7305b572840833bdce8585dfd3975a56c95b531ce4cc0e

Loading…
Cancel
Save