From 32d6f6bda2c59264ab35c0208b15cb696ebe358c Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Tue, 14 Feb 2017 11:24:18 +0000
Subject: Update to 1.811
- New upstream release 1.811
- Fixed bug in MCE::Queue (dequeue_nb) when queue has zero items
- Applied small optimization in MCE::Core::Input::Sequence and Generator
- Added cross-platform template to MCE::Examples for making an executable
- Removed signal handling for XCPU and XFSZ from MCE::Signal
- Imply posix_exit => 1 if Gearman::XS or Gearman::Util is present during
MCE construction
- Added MCE + Gearman demonstrations (xs and non-xs) on Github:
https://github.com/marioroy/mce-examples/tree/master/gearman_xs
https://github.com/marioroy/mce-examples/tree/master/gearman
- Changed kilobytes and megabytes to kibiBytes (KiB) and mebiBytes (MiB)
respectively inside the documentation
---
.gitignore | 1 +
perl-MCE.spec | 18 ++++++++++++++++--
sources | 2 +-
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index cc3e6ff..db69e77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/MCE-1.808.tar.gz
/MCE-1.809.tar.gz
/MCE-1.810.tar.gz
+/MCE-1.811.tar.gz
diff --git a/perl-MCE.spec b/perl-MCE.spec
index 242afb0..7f34f6d 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -1,6 +1,6 @@
Name: perl-MCE
-Version: 1.810
-Release: 2%{?dist}
+Version: 1.811
+Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing
capabilities
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/MCE/
@@ -136,6 +136,20 @@ make test
%{_bindir}/mce_grep
%changelog
+* Tue Feb 14 2017 Paul Howarth <[email protected]> - 1.811-1
+- Update to 1.811
+ - Fixed bug in MCE::Queue (dequeue_nb) when queue has zero items
+ - Applied small optimization in MCE::Core::Input::Sequence and Generator
+ - Added cross-platform template to MCE::Examples for making an executable
+ - Removed signal handling for XCPU and XFSZ from MCE::Signal
+ - Imply posix_exit => 1 if Gearman::XS or Gearman::Util is present during
+ MCE construction
+ - Added MCE + Gearman demonstrations (xs and non-xs) on Github:
+ https://github.com/marioroy/mce-examples/tree/master/gearman_xs
+ https://github.com/marioroy/mce-examples/tree/master/gearman
+ - Changed kilobytes and megabytes to kibiBytes (KiB) and mebiBytes (MiB)
+ respectively inside the documentation
+
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> -
1.810-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index bf8e00a..ed813ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-003b23ba6f87864e532d18ca1f8ea555 MCE-1.810.tar.gz
+SHA512 (MCE-1.811.tar.gz) =
f51d81e2500c7be8e40145203962461edd2c7f787e96ec911344365b81f9cf695ede315def57b0b1a7342363a41e0df4d9234b6fa59b63d210e2e4cf612a3ac8
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-MCE.git/commit/?h=master&id=32d6f6bda2c59264ab35c0208b15cb696ebe358c
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]