From ed2aae47b2e407505b5cff5e1a04cc022c695f4d Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Wed, 5 Apr 2017 12:46:05 +0100
Subject: Update to 1.823

- New upstream release 1.823
  - Do not enable barrier mode in Queue if constructed inside a thread or for
    the fast => 1 option
  - Fixed leaked handles during destruction: MCE::Shared::{ Condvar, Queue }
  - Updated MCE::Shared not to croak when running Perl in taint mode via
    perl -T; failing -T were MCE::Shared::{ Handle, Sequence, Server }
  - Bumped MCE dependency to 1.827
---
 perl-MCE-Shared.spec | 15 ++++++++++++---
 sources              |  2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 83552d9..f59d628 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.822
+Version:       1.823
 Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
@@ -19,7 +19,7 @@ BuildRequires:        perl(base)
 BuildRequires: perl(bytes)
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
-BuildRequires: perl(MCE) >= 1.826
+BuildRequires: perl(MCE) >= 1.827
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Util)
 BuildRequires: perl(overload)
@@ -43,7 +43,7 @@ BuildRequires:        perl(Test::More) >= 0.88
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:      perl(IO::FDPass) >= 1.2
-Requires:      perl(MCE) >= 1.826
+Requires:      perl(MCE) >= 1.827
 Requires:      perl(overloading)
 Requires:      perl(Storable) >= 2.04
 Requires:      perl(Symbol)
@@ -96,6 +96,15 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Wed Apr  5 2017 Paul Howarth <p...@city-fan.org> - 1.823-1
+- Update to 1.823
+  - Do not enable barrier mode in Queue if constructed inside a thread or for
+    the fast => 1 option
+  - Fixed leaked handles during destruction: MCE::Shared::{ Condvar, Queue }
+  - Updated MCE::Shared not to croak when running Perl in taint mode via
+    perl -T; failing -T were MCE::Shared::{ Handle, Sequence, Server }
+  - Bumped MCE dependency to 1.827
+
 * Mon Apr  3 2017 Paul Howarth <p...@city-fan.org> - 1.822-1
 - Update to 1.822
   - Performance improvements in MCE::Shared::Queue
diff --git a/sources b/sources
index 2273c33..a42379a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.822.tar.gz) = 
b16c8832847219fff02dd7afdf7eea227876913a5b46aa1c43ba1cc2ccd81f1bf9279a973c1294a3ff4d1831688bc485696e37e451fbaf32c71b0941a4f57aa4
+SHA512 (MCE-Shared-1.823.tar.gz) = 
7c0d55d9ebea459dc70097b00390dee30a850e8ad263bfe5dd4fbfe90199f55540451449b9b2f48ac3f1551342cdf081aaa9c5f0d938dc9b7ed121a50b38aa29
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-MCE-Shared.git/commit/?h=f26&id=ed2aae47b2e407505b5cff5e1a04cc022c695f4d
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to