Update to 1.807

- New upstream release 1.807
  - Enhanced relay capabilities
    - Added Mandelbrot example to MCE::Example
    - Added extra demonstrations to MCE::Relay
    - Added test script
  - Tweaked manager-loop delay for special cases - applies to MSWin32 only
epel9
Paul Howarth 8 years ago
parent cd09dd2c5f
commit 6a5fac7f56

1
.gitignore vendored

@ -20,3 +20,4 @@
/MCE-1.804.tar.gz
/MCE-1.805.tar.gz
/MCE-1.806.tar.gz
/MCE-1.807.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE
Version: 1.806
Version: 1.807
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
@ -80,7 +80,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -136,6 +136,14 @@ make test
%{_bindir}/mce_grep
%changelog
* Wed Nov 2 2016 Paul Howarth <paul@city-fan.org> - 1.807-1
- Update to 1.807
- Enhanced relay capabilities
- Added Mandelbrot example to MCE::Example
- Added extra demonstrations to MCE::Relay
- Added test script
- Tweaked manager-loop delay for special cases - applies to MSWin32 only
* Wed Oct 12 2016 Paul Howarth <paul@city-fan.org> - 1.806-1
- Update to 1.806
- Fixed two typos

@ -1 +1 @@
3dc6bd6999961dce15bfb939d56a29ab MCE-1.806.tar.gz
f4f49b3ab62ae9cb3167016de6704898 MCE-1.807.tar.gz

Loading…
Cancel
Save