Update to 0.32
- New upstream release 0.32 - Fixed a bug in the inlining for types create by any_can_type() and object_can_type(); this inlining mostly worked by accident because of some List::Util XS magic, but this broke under the debugger (GH#17, https://github.com/houseabsolute/DateTime.pm/issues/49)
This commit is contained in:
parent
3cbfb70ff9
commit
fe4668d1d8
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Specio
|
Name: perl-Specio
|
||||||
Version: 0.31
|
Version: 0.32
|
||||||
Release: 1%{?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
|
||||||
@ -93,7 +93,7 @@ make test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc Changes CONTRIBUTING.md README.md TODO.pod
|
%doc Changes CONTRIBUTING.md README.md TODO.md
|
||||||
%{perl_vendorlib}/Specio.pm
|
%{perl_vendorlib}/Specio.pm
|
||||||
%{perl_vendorlib}/Specio/
|
%{perl_vendorlib}/Specio/
|
||||||
%{_mandir}/man3/Specio.3*
|
%{_mandir}/man3/Specio.3*
|
||||||
@ -128,15 +128,19 @@ make test
|
|||||||
%{_mandir}/man3/Specio::Registry.3*
|
%{_mandir}/man3/Specio::Registry.3*
|
||||||
%{_mandir}/man3/Specio::Role::Inlinable.3*
|
%{_mandir}/man3/Specio::Role::Inlinable.3*
|
||||||
%{_mandir}/man3/Specio::TypeChecks.3*
|
%{_mandir}/man3/Specio::TypeChecks.3*
|
||||||
# Exclude documentation that shouldn't have been installed like this
|
|
||||||
%exclude %{perl_vendorlib}/TODO.pod
|
|
||||||
%exclude %{_mandir}/man3/TODO.3*
|
|
||||||
|
|
||||||
%files -n perl-Test-Specio
|
%files -n perl-Test-Specio
|
||||||
%{perl_vendorlib}/Test/
|
%{perl_vendorlib}/Test/
|
||||||
%{_mandir}/man3/Test::Specio.3*
|
%{_mandir}/man3/Test::Specio.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 13 2017 Paul Howarth <paul@city-fan.org> - 0.32-1
|
||||||
|
- Update to 0.32
|
||||||
|
- Fixed a bug in the inlining for types create by any_can_type() and
|
||||||
|
object_can_type(); this inlining mostly worked by accident because of some
|
||||||
|
List::Util XS magic, but this broke under the debugger (GH#17,
|
||||||
|
https://github.com/houseabsolute/DateTime.pm/issues/49)
|
||||||
|
|
||||||
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 0.31-1
|
* Mon Nov 7 2016 Paul Howarth <paul@city-fan.org> - 0.31-1
|
||||||
- Update to 0.31
|
- Update to 0.31
|
||||||
- The stack trace contained by Specio::Exception objects no longer includes
|
- The stack trace contained by Specio::Exception objects no longer includes
|
||||||
|
Loading…
Reference in New Issue
Block a user