diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index 60d571c..cb3c69f 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Type-Tiny Version: 1.000006 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tiny, yet Moo(se)-compatible type constraint License: GPL+ or Artistic Group: Development/Libraries @@ -97,7 +97,7 @@ BuildRequires: perl(Sub::Quote) # N/A in Fedora: BuildRequires: perl(Switcheroo) %{?with_reply_plugin:BuildRequires: perl(Term::ANSIColor)} BuildRequires: perl(Test::Warnings) -# N/A in Fedora: BuildRequires: perl(Type::Tie) +BuildRequires: perl(Type::Tie) BuildRequires: perl(Types::Path::Tiny) # N/A in Fedora: BuildRequires: perl(Validation::Class) >= 7.900017 # N/A in Fedora: BuildRequires: perl(Validation::Class::Simple) @@ -148,6 +148,9 @@ make test %{_mandir}/man3/Test::TypeTiny.3pm* %changelog +* Thu Feb 09 2017 Ralf Corsépius - 1.000006-3 +- Add further optional part of testsuite: BR: perl(Type::Tie). + * Thu Feb 09 2017 Ralf Corsépius - 1.000006-2 - Add more optional parts of testsuite: - BR: perl(Sub::Exporter::Lexical).