Notification time stamped 2019-09-30 17:35:13 UTC From 284d6eb3eb99714a969218208aaff8a7af197756 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Sep 20 2017 08:57:04 +0000 Subject: Update to 1.831
- New upstream release 1.831 - Resolved crash on the Windows platform for older Perl (< v5.18); older Perl must continue to run the shared-server as a thread - Re-enabled Condvar testing on the Windows platform - Rebase Sereal-deps patch --- diff --git a/MCE-Shared-1.828-Sereal-deps.patch b/MCE-Shared-1.828-Sereal-deps.patch deleted file mode 100644 index 9619330..0000000 --- a/MCE-Shared-1.828-Sereal-deps.patch +++ /dev/null @@ -1,16 +0,0 @@ -Upstream's syntax is mis-parsed by the rpm dependency generator as a hard requirement. - ---- lib/MCE/Shared/Server.pm -+++ lib/MCE/Shared/Server.pm -@@ -40,10 +40,7 @@ BEGIN { - eval 'use IO::FDPass ()' if !$INC{'IO/FDPass.pm'} && $^O ne 'cygwin'; - - 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.831-Sereal-deps.patch b/MCE-Shared-1.831-Sereal-deps.patch new file mode 100644 index 0000000..70204fa --- /dev/null +++ b/MCE-Shared-1.831-Sereal-deps.patch @@ -0,0 +1,16 @@ +Upstream's syntax is mis-parsed by the rpm dependency generator as a hard requirement. + +--- lib/MCE/Shared/Server.pm ++++ lib/MCE/Shared/Server.pm +@@ -40,10 +40,7 @@ BEGIN { + $_spawn_child = $_has_threads ? 0 : 1; + + 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 f113bf3..80599d2 100644 --- a/perl-MCE-Shared.spec +++ b/perl-MCE-Shared.spec @@ -1,11 +1,11 @@ Name: perl-MCE-Shared -Version: 1.830 +Version: 1.831 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.828-Sereal-deps.patch +Patch0: MCE-Shared-1.831-Sereal-deps.patch BuildArch: noarch # Module Build BuildRequires: coreutils @@ -98,6 +98,13 @@ make test %{_mandir}/man3/MCE::Shared::Server.3* %changelog +* Wed Sep 20 2017 Paul Howarth <p...@city-fan.org> - 1.831-1 +- Update to 1.831 + - Resolved crash on the Windows platform for older Perl (< v5.18); older Perl + must continue to run the shared-server as a thread + - Re-enabled Condvar testing on the Windows platform +- Rebase Sereal-deps patch + * Mon Sep 18 2017 Paul Howarth <p...@city-fan.org> - 1.830-1 - Update to 1.830 - Disabled Condvar tests on Windows diff --git a/sources b/sources index 9fff05a..a1eddac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MCE-Shared-1.830.tar.gz) = ed26b3c0de41c1812088b72bacdf1da075258d4fe28940dc994bf436c557357977a1098a4d2aad94b35e8e26f14722a806bfe0309ec11dcc557f6a865859d412 +SHA512 (MCE-Shared-1.831.tar.gz) = d74e7564761264f72b482a48d478e7814be63c8059369e473bb596e934dbd7cbad7ef52470a8638d14ad554d0489304a7843fcc00f564cc957f2e888fdee7cda https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/284d6eb3eb99714a969218208aaff8a7af197756?branch=epel8 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org