@ -1,5 +1,5 @@
Name: perl-MCE
Name: perl-MCE
Version: 1.806
Version: 1.807
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
@ -80,7 +80,7 @@ make %{?_smp_mflags}
%install
%install
make pure_install DESTDIR=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
%check
make test
make test
@ -136,6 +136,14 @@ make test
%{_bindir}/mce_grep
%{_bindir}/mce_grep
%changelog
%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
* Wed Oct 12 2016 Paul Howarth <paul@city-fan.org> - 1.806-1
- Update to 1.806
- Update to 1.806
- Fixed two typos
- Fixed two typos