Update to 1.805

- New upstream release 1.805
  - Fixed bug in MCE::Queue (GH#4)
  - Improved support for running MCE with Tk; added Tk demonstrations to
    MCE::Examples
epel9
Paul Howarth 9 years ago
parent 76e08bfe12
commit 94aebfad82

1
.gitignore vendored

@ -18,3 +18,4 @@
/MCE-1.802.tar.gz /MCE-1.802.tar.gz
/MCE-1.803.tar.gz /MCE-1.803.tar.gz
/MCE-1.804.tar.gz /MCE-1.804.tar.gz
/MCE-1.805.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.804 Version: 1.805
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
@ -136,6 +136,12 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Fri Sep 2 2016 Paul Howarth <paul@city-fan.org> - 1.805-1
- Update to 1.805
- Fixed bug in MCE::Queue (GH#4)
- Improved support for running MCE with Tk; added Tk demonstrations to
MCE::Examples
* Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 1.804-1 * Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 1.804-1
- Update to 1.804 - Update to 1.804
- Removed the sleep statement in MCE->restart_worker - Removed the sleep statement in MCE->restart_worker

@ -1 +1 @@
641de7b796a743da87f280994dac4e92 MCE-1.804.tar.gz 5aeadbf1592697bb590f0bbb35f7af67 MCE-1.805.tar.gz

Loading…
Cancel
Save