Update to 1.848

- New upstream release 1.848
  - Improved IO::All::{ File, Pipe, STDIO } output via MCE->print($io, ...),
    printf, and say; this resolves a bug introduced in 1.845 when using
    App::Cmd::Tester to capture output
epel9
Paul Howarth 5 years ago
parent 1daef5502c
commit 0f020f11f5

1
.gitignore vendored

@ -56,3 +56,4 @@
/MCE-1.845.tar.gz /MCE-1.845.tar.gz
/MCE-1.846.tar.gz /MCE-1.846.tar.gz
/MCE-1.847.tar.gz /MCE-1.847.tar.gz
/MCE-1.848.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.847 Version: 1.848
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
@ -171,6 +171,12 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Wed Sep 4 2019 Paul Howarth <paul@city-fan.org> - 1.848-1
- Update to 1.848
- Improved IO::All::{ File, Pipe, STDIO } output via MCE->print($io, ...),
printf, and say; this resolves a bug introduced in 1.845 when using
App::Cmd::Tester to capture output
* Tue Sep 3 2019 Paul Howarth <paul@city-fan.org> - 1.847-1 * Tue Sep 3 2019 Paul Howarth <paul@city-fan.org> - 1.847-1
- Update to 1.847 - Update to 1.847
- Obsolete RedHat MCE-1.840-Sereal-deps.patch file; this patch file is no - Obsolete RedHat MCE-1.840-Sereal-deps.patch file; this patch file is no

@ -1 +1 @@
SHA512 (MCE-1.847.tar.gz) = aca6607fce6e1661ec35f23d0207b4d8de55883e6fe354d5fe7decaca3d5b94a6cc814addcdb15d575db3e0267fffa37fdec67bb8aa42ed8f59c0e2c01c44441 SHA512 (MCE-1.848.tar.gz) = 9db613e889c2a9c72fb675399f092c54a16544592a88a5a42d1e3ca5d77bc3c27c28403d5ccc06f1082501cea244e4b69f4ba6eaadf6073c35cc2313c7a8077a

Loading…
Cancel
Save