From 36bf73d1cee055bf36e3cf138326252351dc6f2e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sun, 19 Jun 2016 11:58:13 +0100
Subject: Update to 1.800

- New upstream release 1.800
  - Fixed dequeue (count) in MCE::Queue for standalone mode
  - On Windows, improved stablity and feature parity with UNIX
  - Use Sereal 3.008+ automatically if available on the box
  - Added support for cyclical include of MCE Core, MCE Models, and MCE Queue
    by scoping the configuration to the local package (CPAN RT#107384)
---
 .gitignore    |  1 +
 perl-MCE.spec | 13 +++++++++++--
 sources       |  2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9d8a7e9..c282551 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /MCE-1.706.tar.gz
 /MCE-1.707.tar.gz
 /MCE-1.708.tar.gz
+/MCE-1.800.tar.gz
diff --git a/perl-MCE.spec b/perl-MCE.spec
index b4d5f4e..3bd0125 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -1,5 +1,5 @@
 Name:           perl-MCE
-Version:        1.708
+Version:        1.800
 Release:        1%{?dist}
 Summary:        Many-core Engine for Perl providing parallel processing 
capabilities
 License:        GPL+ or Artistic
@@ -45,9 +45,10 @@ BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:       perl(IO::Handle)
 Requires:       perl(POSIX)
+Requires:       perl(Storable) >= 2.04
 Requires:       perl(threads::shared)
 
-# NCE would like to use Sereal if available
+# MCE prefers to use Sereal if available
 %if 0%{?fedora} > 23 || 0%{?rhel} > 6
 BuildRequires:  perl(Sereal)
 Requires:       perl(Sereal)
@@ -139,6 +140,14 @@ make test
 %{_bindir}/mce_grep
 
 %changelog
+* Sun Jun 19 2016 Paul Howarth <p...@city-fan.org> - 1.800-1
+- Update to 1.800
+  - Fixed dequeue (count) in MCE::Queue for standalone mode
+  - On Windows, improved stablity and feature parity with UNIX
+  - Use Sereal 3.008+ automatically if available on the box
+  - Added support for cyclical include of MCE Core, MCE Models, and MCE Queue
+    by scoping the configuration to the local package (CPAN RT#107384)
+
 * Sun May 29 2016 Paul Howarth <p...@city-fan.org> - 1.708-1
 - Update to 1.708
   - Improved import routine in MCE Models and MCE::Subs; this resolves an issue
diff --git a/sources b/sources
index d97f54e..60b2a6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17438a8b9391ff27a2aaa88f0161502d  MCE-1.708.tar.gz
+6804cc54b7107463d406c27fe82c1b91  MCE-1.800.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-MCE.git/commit/?h=epel7&id=36bf73d1cee055bf36e3cf138326252351dc6f2e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to