Notification time stamped 2019-10-14 15:24:43 UTC

From b3435a0b63ff82fa87e424ba95d6abd39b1ca05e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Aug 28 2018 14:01:49 +0000
Subject: Update to 1.839


- New upstream release 1.839
  - Seeds the Math::Random::MT::Auto generator automatically when present in
    MCE::Hobo, similarly to Math::Random and Math::Prime::Util, to avoid child
    processes sharing the same seed value as the parent and each other; the new
    seed is computed using the current seed
  - Updated MCE::Shared::Cache to support optional argument "expires_in" for
    set and sugar methods
  - Updated MCE::Shared documentation
  - Bumped MCE dependency to 1.837

---

diff --git a/.rpmlint b/.rpmlint
deleted file mode 100644
index 52ea5aa..0000000
--- a/.rpmlint
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error %description -l en_US parallelization -> ");
diff --git a/perl-MCE-Shared.rpmlintrc b/perl-MCE-Shared.rpmlintrc
new file mode 100644
index 0000000..52ea5aa
--- /dev/null
+++ b/perl-MCE-Shared.rpmlintrc
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error %description -l en_US parallelization -> ");
diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 79ab8a2..01b8908 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:          perl-MCE-Shared
-Version:       1.838
-Release:       3%{?dist}
+Version:       1.839
+Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
 URL:           https://metacpan.org/release/MCE-Shared
@@ -19,7 +19,7 @@ BuildRequires:        perl(base)
 BuildRequires: perl(bytes)
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
-BuildRequires: perl(MCE) >= 1.836
+BuildRequires: perl(MCE) >= 1.837
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,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.836
+Requires:      perl(MCE) >= 1.837
 Requires:      perl(overloading)
 Requires:      perl(POSIX)
 Requires:      perl(Storable) >= 2.04
@@ -98,6 +98,17 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Tue Aug 28 2018 Paul Howarth <p...@city-fan.org> - 1.839-1
+- Update to 1.839
+  - Seeds the Math::Random::MT::Auto generator automatically when present in
+    MCE::Hobo, similarly to Math::Random and Math::Prime::Util, to avoid child
+    processes sharing the same seed value as the parent and each other; the new
+    seed is computed using the current seed
+  - Updated MCE::Shared::Cache to support optional argument "expires_in" for
+    set and sugar methods
+  - Updated MCE::Shared documentation
+  - Bumped MCE dependency to 1.837
+
 * Fri Jul 13 2018 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.838-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
 
diff --git a/sources b/sources
index f9629c9..eaadf5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.838.tar.gz) = 
618651b90a7a6580f49e55a45d1087ed8a2f25bb693228fdcc1eaa7caa2622c062493615bebc1216cbd39796c5e57b21167ae4f848e125aa2aeca80ed68bf19b
+SHA512 (MCE-Shared-1.839.tar.gz) = 
f31786a2453667dbd5a810c4cbdcf143162749512f290ca264ec02c196d33acf668bdce74731d887822fdf0a334740828f39fd40aea79756d862790c3b064d0f


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/b3435a0b63ff82fa87e424ba95d6abd39b1ca05e?branch=epel7
_______________________________________________
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

Reply via email to