From 142a83835c54c3498bf478891d774fcc56797577 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Mon, 3 Apr 2017 16:13:21 +0100
Subject: 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
---
 .gitignore    |  1 +
 perl-MCE.spec | 16 +++++++++-------
 sources       |  2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 694a13e..a4eeffe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /MCE-1.820.tar.gz
 /MCE-1.821.tar.gz
 /MCE-1.824.tar.gz
+/MCE-1.826.tar.gz
diff --git a/perl-MCE.spec b/perl-MCE.spec
index a45788e..eb176c4 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -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 <[email protected]> - 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 <[email protected]> - 1.824-1
 - Update to 1.824
   - Check for EINTR during sysread and syswrite
diff --git a/sources b/sources
index 7883b9a..93bb3e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-1.824.tar.gz) = 
cb9765825cd7c5a8d9ea96099d872a0afc174c695f0850fee57a9249e0dbbbdcad69a1dac946a07ed2e8af513c5f1c7ffa6a239d1fe07d303f46337411ecf5bf
+SHA512 (MCE-1.826.tar.gz) = 
183e4ff2192911541425650b40ac72ffdf444a9f8c1172f6cdd6448e1ee0e8e06a74d5a34e48498258c5059b1c71cb469ce3de2f0bf1cbdf915e0133cfa64b35
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-MCE.git/commit/?h=master&id=142a83835c54c3498bf478891d774fcc56797577
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to