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
This commit is contained in:
parent
c9bbef927b
commit
3cbfb70ff9
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Specio
|
Name: perl-Specio
|
||||||
Version: 0.30
|
Version: 0.31
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Type constraints and coercions for Perl
|
Summary: Type constraints and coercions for Perl
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
URL: http://search.cpan.org/dist/Specio/
|
URL: http://search.cpan.org/dist/Specio/
|
||||||
@ -86,7 +86,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -137,6 +137,13 @@ make test
|
|||||||
%{_mandir}/man3/Test::Specio.3*
|
%{_mandir}/man3/Test::Specio.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 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 <ppisar@redhat.com> - 0.30-2
|
* Thu Oct 20 2016 Petr Pisar <ppisar@redhat.com> - 0.30-2
|
||||||
- Break build cycle: perl-Moose → perl-DateTime → perl-Specio
|
- 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
|
- 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
|
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,
|
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 <paul@city-fan.org> - 0.29-1
|
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.29-1
|
||||||
- Update to 0.29
|
- Update to 0.29
|
||||||
|
Loading…
Reference in New Issue
Block a user