Notification time stamped 2019-09-30 17:35:13 UTC From 328de3a6acd04f69d1a379c2d59afb915ab80f27 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Feb 20 2017 15:36:10 +0000 Subject: Update to 1.812
- New upstream release 1.812 - Improved performance for MCE::Shared::Cache; this is now a hybrid LRU-plain cache implementation - Added parallel demonstration at the end of the documentation - Bumped MCE dependency to 1.814 for the example to run - Tweaked MCE::Shared::Ordhash and MCE::Shared::Server --- diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec index f9906dc..fc0c6da 100644 --- a/perl-MCE-Shared.spec +++ b/perl-MCE-Shared.spec @@ -1,5 +1,5 @@ Name: perl-MCE-Shared -Version: 1.811 +Version: 1.812 Release: 1%{?dist} Summary: MCE extension for sharing data, supporting threads and processes License: GPL+ or Artistic @@ -18,7 +18,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(bytes) BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(MCE) >= 1.812 +BuildRequires: perl(MCE) >= 1.814 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.812 +Requires: perl(MCE) >= 1.814 Requires: perl(overloading) Requires: perl(Storable) >= 2.04 Requires: perl(Symbol) @@ -96,6 +96,14 @@ make test %{_mandir}/man3/MCE::Shared::Server.3* %changelog +* Mon Feb 20 2017 Paul Howarth <p...@city-fan.org> - 1.812-1 +- Update to 1.812 + - Improved performance for MCE::Shared::Cache; this is now a hybrid LRU-plain + cache implementation + - Added parallel demonstration at the end of the documentation + - Bumped MCE dependency to 1.814 for the example to run + - Tweaked MCE::Shared::Ordhash and MCE::Shared::Server + * Thu Feb 16 2017 Paul Howarth <p...@city-fan.org> - 1.811-1 - Update to 1.811 - Bumped IO::FDPass minimum version to 1.2 if not already installed (1.1+) diff --git a/sources b/sources index f777425..99f2969 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MCE-Shared-1.811.tar.gz) = 5337c96b10e1a5a8ba097d88a99223979c5c42db596c63cd07e8a243be5f9b166348a0c1c52ef1ea710d6a4e80dbcdb3522357d313065eecc4af08547f132c7d +SHA512 (MCE-Shared-1.812.tar.gz) = ca3c33d8f731c6e60b44c152b37e6cb9e376c6dde2f5d8251f6184bad2fab3a109dc7a8ac91200d64de0b4b7ce7bf95d5703565040b597a5d5d3d9e0f73a3b16 https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/328de3a6acd04f69d1a379c2d59afb915ab80f27?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