Update to 1.826

- New upstream release 1.826
  - Performance improvements in MCE::Queue
  - Is now safe running MCE with the Wx GUI toolkit (wxWidgets)
- BR:/R: perl(Sereal) unconditionally
epel9
Paul Howarth 8 years ago
parent ef2ba96983
commit 142a83835c

1
.gitignore vendored

@ -35,3 +35,4 @@
/MCE-1.820.tar.gz
/MCE-1.821.tar.gz
/MCE-1.824.tar.gz
/MCE-1.826.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE
Version: 1.824
Version: 1.826
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
@ -25,6 +25,7 @@ BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Path)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sereal) >= 3.015
BuildRequires: perl(Socket)
BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(strict)
@ -42,15 +43,10 @@ BuildRequires: perl(Test::More) >= 0.88
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Requires: perl(IO::Handle)
Requires: perl(Sereal) >= 3.015
Requires: perl(Storable) >= 2.04
Requires: perl(threads::shared)
# MCE prefers to use Sereal if available
%if 0%{?fedora} > 23 || 0%{?rhel} > 6
BuildRequires: perl(Sereal) >= 3.015
Requires: perl(Sereal) >= 3.015
%endif
%description
Many-core Engine (MCE) for Perl helps enable a new level of performance by
maximizing all available cores. MCE spawns a pool of workers and therefore
@ -155,6 +151,12 @@ make test
%{_bindir}/mce_zfgrep
%changelog
* Mon Apr 3 2017 Paul Howarth <paul@city-fan.org> - 1.826-1
- Update to 1.826
- Performance improvements in MCE::Queue
- Is now safe running MCE with the Wx GUI toolkit (wxWidgets)
- BR:/R: perl(Sereal) unconditionally
* Sat Apr 1 2017 Paul Howarth <paul@city-fan.org> - 1.824-1
- Update to 1.824
- Check for EINTR during sysread and syswrite

@ -1 +1 @@
SHA512 (MCE-1.824.tar.gz) = cb9765825cd7c5a8d9ea96099d872a0afc174c695f0850fee57a9249e0dbbbdcad69a1dac946a07ed2e8af513c5f1c7ffa6a239d1fe07d303f46337411ecf5bf
SHA512 (MCE-1.826.tar.gz) = 183e4ff2192911541425650b40ac72ffdf444a9f8c1172f6cdd6448e1ee0e8e06a74d5a34e48498258c5059b1c71cb469ce3de2f0bf1cbdf915e0133cfa64b35

Loading…
Cancel
Save