Notification time stamped 2019-09-30 17:35:13 UTC

From dfbb1fcb441706784c8ee263a9b8b83dac442eac Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Feb 16 2017 19:00:21 +0000
Subject: Update to 1.811


- New upstream release 1.811
  - Bumped IO::FDPass minimum version to 1.2 if not already installed (1.1+)
    and have a CC compiler on hand; IO::FDPass is optional otherwise
  - Support csh redirection in Makefile.PL via bash for locating C compiler

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 6797d94..f9906dc 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:          perl-MCE-Shared
-Version:       1.810
+Version:       1.811
 Release:       1%{?dist}
 Summary:       MCE extension for sharing data, supporting threads and processes
 License:       GPL+ or Artistic
@@ -33,7 +33,7 @@ BuildRequires:        perl(Time::HiRes)
 BuildRequires: perl(warnings)
 # Optional Functionality
 # Note: MCE will pull in Sereal if it is available
-BuildRequires: perl(IO::FDPass) >= 1.1
+BuildRequires: perl(IO::FDPass) >= 1.2
 BuildRequires: perl(threads)
 BuildRequires: perl(threads::shared)
 # Test Suite
@@ -42,7 +42,7 @@ 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.1
+Requires:      perl(IO::FDPass) >= 1.2
 Requires:      perl(MCE) >= 1.812
 Requires:      perl(overloading)
 Requires:      perl(Storable) >= 2.04
@@ -96,10 +96,16 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* 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+)
+    and have a CC compiler on hand; IO::FDPass is optional otherwise
+  - Support csh redirection in Makefile.PL via bash for locating C compiler
+
 * Wed Feb 15 2017 Paul Howarth <p...@city-fan.org> - 1.810-1
 - Update to 1.810
-  - Bumped minimum requirement for Sereal to 3.015 when available; added
-    regression ensuring matching version for Encoder and Decoder
+  - Bumped minimum requirement for Sereal to 3.015 when available; added check
+    ensuring matching version for Encoder and Decoder
 - Add patch to avoid unintentional hard dependencies on Sereal
 
 * Tue Feb 14 2017 Paul Howarth <p...@city-fan.org> - 1.809-1
diff --git a/sources b/sources
index 928db07..f777425 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.810.tar.gz) = 
91a7bcc64cf561924c81e9c3885e1a409e7396a2ac6a1cac4747ff4fb1beb7bf9a53972f79bd21bfbb76a718cd075e77c2ab0e5aba3335d07ebab0ebcb097d93
+SHA512 (MCE-Shared-1.811.tar.gz) = 
5337c96b10e1a5a8ba097d88a99223979c5c42db596c63cd07e8a243be5f9b166348a0c1c52ef1ea710d6a4e80dbcdb3522357d313065eecc4af08547f132c7d


        
https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/dfbb1fcb441706784c8ee263a9b8b83dac442eac?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

Reply via email to