From 3cbfb70ff9529e53a01c5fcb22b80d29ee6fad88 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Mon, 7 Nov 2016 09:31:51 +0000
Subject: Update to 0.31
- New upstream release 0.31
- The stack trace contained by Specio::Exception objects no longer includes
stack frames for the Specio::Exception package
- Made the inline_environment() and description() methods public on type and
coercion objects
---
perl-Specio.spec | 15 +++++++++++----
sources | 2 +-
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/perl-Specio.spec b/perl-Specio.spec
index 93dd20a..5131ff6 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -1,6 +1,6 @@
Name: perl-Specio
-Version: 0.30
-Release: 2%{?dist}
+Version: 0.31
+Release: 1%{?dist}
Summary: Type constraints and coercions for Perl
License: Artistic 2.0
URL: http://search.cpan.org/dist/Specio/
@@ -86,7 +86,7 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
%check
make test
@@ -137,6 +137,13 @@ make test
%{_mandir}/man3/Test::Specio.3*
%changelog
+* Mon Nov 7 2016 Paul Howarth <[email protected]> - 0.31-1
+- Update to 0.31
+ - The stack trace contained by Specio::Exception objects no longer includes
+ stack frames for the Specio::Exception package
+ - Made the inline_environment() and description() methods public on type and
+ coercion objects
+
* Thu Oct 20 2016 Petr Pisar <[email protected]> - 0.30-2
- Break build cycle: perl-Moose → perl-DateTime → perl-Specio
@@ -145,7 +152,7 @@ make test
- 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
+ this could end up being a heisenbug that only occurred some of the time
* Mon Oct 10 2016 Paul Howarth <[email protected]> - 0.29-1
- Update to 0.29
diff --git a/sources b/sources
index cfe0f58..73a23e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a13555cdf2f17b275ec5edccac58bf64 Specio-0.30.tar.gz
+7b3c109fbf6550e282ef77ccd9991e10 Specio-0.31.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Specio.git/commit/?h=master&id=3cbfb70ff9529e53a01c5fcb22b80d29ee6fad88
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]