From 5fe1a9fd14da9138e5a41f8b8e80b0e6cded367c Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sun, 16 Oct 2016 12:11:38 +0100
Subject: Update to 0.30

- New upstream release 0.30
  - Fix a bug with the Sub::Quoted sub returned by $type->coercion_sub; if a
    type had more than one coercion, the generated sub could end up coercing
    the value to undef some of the time and, depending on hash key ordering,
    this could end up being a heisenbug that only occured some of the time
---
 perl-Specio.spec | 9 ++++++++-
 sources          | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 32e1df8..c6e1790 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -1,5 +1,5 @@
 Name:          perl-Specio
-Version:       0.29
+Version:       0.30
 Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 License:       Artistic 2.0
@@ -133,6 +133,13 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Sun Oct 16 2016 Paul Howarth <p...@city-fan.org> - 0.30-1
+- Update to 0.30
+  - Fix a bug with the Sub::Quoted sub returned by $type->coercion_sub; if a
+    type had more than one coercion, the generated sub could end up coercing
+    the value to undef some of the time and, depending on hash key ordering,
+    this could end up being a heisenbug that only occured some of the time
+
 * Mon Oct 10 2016 Paul Howarth <p...@city-fan.org> - 0.29-1
 - Update to 0.29
   - Document Specio::PartialDump because you may want to use it as part of the
diff --git a/sources b/sources
index 0543e95..cfe0f58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d9f28dac997e38d0e78e41aa2e1b79a  Specio-0.29.tar.gz
+a13555cdf2f17b275ec5edccac58bf64  Specio-0.30.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Specio.git/commit/?h=f24&id=5fe1a9fd14da9138e5a41f8b8e80b0e6cded367c
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to