From fc7fcd11f6a53bfc7cbaca89edcd25712a693127 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sat, 29 Apr 2017 22:06:41 +0100
Subject: Update to 1.825

- New upstream release 1.825
  - Do not enable barrier mode for Queue on the Windows platform
  - Fixed MCE::Hobo on the Windows platform for older Perl < v5.16
  - Added Curses and Prima to list for enabling the posix_exit option
  - Added module option for using a class implicitly when tie'ing a variable
  - Added unbless option when exporting a shared object
  - Improved support for running MCE::Hobo on the NetBSD platform
  - Enhanced IPC and signal handling, reduced memory consumption
  - Bumped MCE dependency to 1.828
---
 MCE-Shared-1.820-Sereal-deps.patch | 30 ------------------------------
 MCE-Shared-1.825-Sereal-deps.patch | 30 ++++++++++++++++++++++++++++++
 perl-MCE-Shared.spec               | 21 ++++++++++++++++-----
 sources                            |  2 +-
 4 files changed, 47 insertions(+), 36 deletions(-)
 delete mode 100644 MCE-Shared-1.820-Sereal-deps.patch
 create mode 100644 MCE-Shared-1.825-Sereal-deps.patch

diff --git a/MCE-Shared-1.820-Sereal-deps.patch 
b/MCE-Shared-1.820-Sereal-deps.patch
deleted file mode 100644
index 5407905..0000000
--- a/MCE-Shared-1.820-Sereal-deps.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Upstream's syntax is mis-parsed by the rpm dependency generator as a hard 
requirement.
-
---- lib/MCE/Hobo.pm
-+++ lib/MCE/Hobo.pm
-@@ -37,10 +37,7 @@ BEGIN {
-    $_has_threads = $INC{'threads.pm'} ? 1 : 0;
- 
-    if (!exists $INC{'PDL.pm'}) {
--      eval '
--         use Sereal::Encoder 3.015 qw( encode_sereal );
--         use Sereal::Decoder 3.015 qw( decode_sereal );
--      ';
-+      eval 'use Sereal::Encoder 3.015 qw( encode_sereal ); use 
Sereal::Decoder 3.015 qw( decode_sereal );';
-       if ( !$@ ) {
-          my $_encoder_ver = int( Sereal::Encoder->VERSION() );
-          my $_decoder_ver = int( Sereal::Decoder->VERSION() );
---- lib/MCE/Shared/Server.pm
-+++ lib/MCE/Shared/Server.pm
-@@ -48,10 +48,7 @@ BEGIN {
-    eval 'use PDL::IO::Storable' if $INC{'PDL.pm'};
- 
-    if (!exists $INC{'PDL.pm'}) {
--      eval '
--         use Sereal::Encoder 3.015 qw( encode_sereal );
--         use Sereal::Decoder 3.015 qw( decode_sereal );
--      ';
-+      eval 'use Sereal::Encoder 3.015 qw( encode_sereal ); use 
Sereal::Decoder 3.015 qw( decode_sereal );';
-       if ( !$@ ) {
-          my $_encoder_ver = int( Sereal::Encoder->VERSION() );
-          my $_decoder_ver = int( Sereal::Decoder->VERSION() );
diff --git a/MCE-Shared-1.825-Sereal-deps.patch 
b/MCE-Shared-1.825-Sereal-deps.patch
new file mode 100644
index 0000000..b575688
--- /dev/null
+++ b/MCE-Shared-1.825-Sereal-deps.patch
@@ -0,0 +1,30 @@
+Upstream's syntax is mis-parsed by the rpm dependency generator as a hard 
requirement.
+
+--- lib/MCE/Hobo.pm
++++ lib/MCE/Hobo.pm
+@@ -37,10 +37,7 @@ BEGIN {
+    $_has_threads = $INC{'threads.pm'} ? 1 : 0;
+ 
+    if (!exists $INC{'PDL.pm'}) {
+-      eval '
+-         use Sereal::Encoder 3.015 qw( encode_sereal );
+-         use Sereal::Decoder 3.015 qw( decode_sereal );
+-      ';
++      eval 'use Sereal::Encoder 3.015 qw( encode_sereal ); use 
Sereal::Decoder 3.015 qw( decode_sereal );';
+       if ( !$@ ) {
+          my $_encoder_ver = int( Sereal::Encoder->VERSION() );
+          my $_decoder_ver = int( Sereal::Decoder->VERSION() );
+--- lib/MCE/Shared/Server.pm
++++ lib/MCE/Shared/Server.pm
+@@ -44,10 +44,7 @@ BEGIN {
+    eval 'use PDL::IO::Storable' if $INC{'PDL.pm'};
+ 
+    if (!exists $INC{'PDL.pm'}) {
+-      eval '
+-         use Sereal::Encoder 3.015 qw( encode_sereal );
+-         use Sereal::Decoder 3.015 qw( decode_sereal );
+-      ';
++      eval 'use Sereal::Encoder 3.015 qw( encode_sereal ); use 
Sereal::Decoder 3.015 qw( decode_sereal );';
+       if ( !$@ ) {
+          my $_encoder_ver = int( Sereal::Encoder->VERSION() );
+          my $_decoder_ver = int( Sereal::Decoder->VERSION() );
diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 60ec34f..fd33dc2 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,11 +1,11 @@
 Name:          perl-MCE-Shared
-Version:       1.824
+Version:       1.825
 Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/MCE-Shared/
 Source0:       
http://search.cpan.org/CPAN/authors/id/M/MA/MARIOROY/MCE-Shared-%{version}.tar.gz
-Patch0:                MCE-Shared-1.820-Sereal-deps.patch
+Patch0:                MCE-Shared-1.825-Sereal-deps.patch
 BuildArch:     noarch
 # Module Build
 BuildRequires: coreutils
@@ -19,8 +19,9 @@ BuildRequires:        perl(base)
 BuildRequires: perl(bytes)
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
-BuildRequires: perl(MCE) >= 1.827
+BuildRequires: perl(MCE) >= 1.828
 BuildRequires: perl(MCE::Mutex)
+BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
 BuildRequires: perl(overload)
 BuildRequires: perl(overloading)
@@ -38,12 +39,11 @@ BuildRequires:      perl(threads)
 BuildRequires: perl(threads::shared)
 # Test Suite
 BuildRequires: perl(MCE::Flow)
-BuildRequires: perl(MCE::Signal)
 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.827
+Requires:      perl(MCE) >= 1.828
 Requires:      perl(overloading)
 Requires:      perl(Storable) >= 2.04
 Requires:      perl(Symbol)
@@ -96,6 +96,17 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Sat Apr 29 2017 Paul Howarth <p...@city-fan.org> - 1.825-1
+- Update to 1.825
+  - Do not enable barrier mode for Queue on the Windows platform
+  - Fixed MCE::Hobo on the Windows platform for older Perl < v5.16
+  - Added Curses and Prima to list for enabling the posix_exit option
+  - Added module option for using a class implicitly when tie'ing a variable
+  - Added unbless option when exporting a shared object
+  - Improved support for running MCE::Hobo on the NetBSD platform
+  - Enhanced IPC and signal handling, reduced memory consumption
+  - Bumped MCE dependency to 1.828
+
 * Fri Apr  7 2017 Paul Howarth <p...@city-fan.org> - 1.824-1
 - Update to 1.824
   - Fixed bug introduced in 1.818, syswrite data to a shared file handle
diff --git a/sources b/sources
index c249a34..cc2e240 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.824.tar.gz) = 
9f4730f07d1269d5c72c65bde59cebdd0bf3c883e6babfcfbb6f73ed67e362de1e40d886f0c0d9662cdbd4850709ee914e378c92814243fc9aedf5da3301f9e6
+SHA512 (MCE-Shared-1.825.tar.gz) = 
b5b821fd24c2058d0224f678675d4022d45b211d2c1bcc76e051768329d74ba70327125c4725f466f020a9871dffc16b66f69fa571e9bb5b89d13447d9a8334b
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-MCE-Shared.git/commit/?h=master&id=fc7fcd11f6a53bfc7cbaca89edcd25712a693127
_______________________________________________
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