Update to 0.26

- New upstream release 0.26
  - Require Role::Tiny 1.003003, which should fix some test failures
This commit is contained in:
Paul Howarth 2016-09-26 11:16:21 +01:00
parent 9c5205754e
commit ec2fe5966a
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Specio
Version: 0.25
Version: 0.26
Release: 1%{?dist}
Summary: Type constraints and coercions for Perl
License: Artistic 2.0
@ -23,7 +23,7 @@ BuildRequires: perl(MRO::Compat)
BuildRequires: perl(overload)
BuildRequires: perl(parent)
BuildRequires: perl(re)
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Role::Tiny) >= 1.003003
BuildRequires: perl(Role::Tiny::With)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
@ -117,6 +117,10 @@ make test
%exclude %{_mandir}/man3/TODO.3*
%changelog
* Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 0.26-1
- Update to 0.26
- Require Role::Tiny 1.003003, which should fix some test failures
* Mon Sep 5 2016 Paul Howarth <paul@city-fan.org> - 0.25-1
- Update to 0.25
- Calling {any,object}_{isa,does}_type repeatedly in a package with the same

View File

@ -1 +1 @@
8490305b4e4d14c31dc943314e947238 Specio-0.25.tar.gz
544bb4b4cea66f1d6d1a8f31d006bee8 Specio-0.26.tar.gz