Notification time stamped 2019-09-30 17:35:13 UTC From d2d521f4b1d993debcf6455ba131aae6eff943d4 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Mar 02 2017 14:31:36 +0000 Subject: Update to 1.814
- New upstream release 1.814 - Fixed an issue in regards to deeply sharing an array or hash - Replaced Sereal with Sereal::Decoder and Sereal::Encoder in Makefile, inside recommends section; ditto for META files - Revised limitations section in documentation, in regards to not having IO::FDPass, e.g. Condvar, Handle, and Queue - Added 'end' method to MCE::Shared::Queue - Updated documentation on dequeue and pending - Bumped MCE dependency to 1.818 --- diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec index 46f053c..5ddad59 100644 --- a/perl-MCE-Shared.spec +++ b/perl-MCE-Shared.spec @@ -1,5 +1,5 @@ Name: perl-MCE-Shared -Version: 1.813 +Version: 1.814 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.814 +BuildRequires: perl(MCE) >= 1.818 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.814 +Requires: perl(MCE) >= 1.818 Requires: perl(overloading) Requires: perl(Storable) >= 2.04 Requires: perl(Symbol) @@ -96,6 +96,17 @@ make test %{_mandir}/man3/MCE::Shared::Server.3* %changelog +* Thu Mar 2 2017 Paul Howarth <p...@city-fan.org> - 1.814-1 +- Update to 1.814 + - Fixed an issue in regards to deeply sharing an array or hash + - Replaced Sereal with Sereal::Decoder and Sereal::Encoder in Makefile, + inside recommends section; ditto for META files + - Revised limitations section in documentation, in regards to not having + IO::FDPass, e.g. Condvar, Handle, and Queue + - Added 'end' method to MCE::Shared::Queue + - Updated documentation on dequeue and pending + - Bumped MCE dependency to 1.818 + * Thu Feb 23 2017 Paul Howarth <p...@city-fan.org> - 1.813-1 - Update to 1.813 - Revised the main description in MCE::Shared::Cache diff --git a/sources b/sources index 404b9f6..5f8d2b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MCE-Shared-1.813.tar.gz) = 7affaff2dcc45f57aae8786d90c1d826bd023e8756f22094b25a8b9376e2cfae630bde4c1a49c2afc17741de634d92919926912ba490e509c229a861e100c14d +SHA512 (MCE-Shared-1.814.tar.gz) = e7832bf998fbbd2f44a72ae63d1eb4a0394d70d9180981a56b13299ea9ba0d1f13a58c330470f2de3eb0fb9df45562d812bfebbdd627c208eeb8c37380abd5a2 https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/d2d521f4b1d993debcf6455ba131aae6eff943d4?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