From dd294fe3008aa3b501f822147ab419bbd3b97f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 9 Feb 2017 05:21:18 +0100 Subject: [PATCH] Add more optional parts of testsuite: BR: perl(Sub::Exporter::Lexical). BR: perl(Types::Path::Tiny). --- perl-Type-Tiny.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index a01126c..60d571c 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Type-Tiny Version: 1.000006 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tiny, yet Moo(se)-compatible type constraint License: GPL+ or Artistic Group: Development/Libraries @@ -91,13 +91,14 @@ BuildRequires: perl(re) # N/A in Fedora: BuildRequires: perl(Return::Type) >= 0.004 BuildRequires: perl(Role::Tiny) BuildRequires: perl(Role::Tiny::With) -# N/A in Fedora: BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291 +BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291 BuildRequires: perl(Sub::Name) 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(Types::Path::Tiny) # N/A in Fedora: BuildRequires: perl(Validation::Class) >= 7.900017 # N/A in Fedora: BuildRequires: perl(Validation::Class::Simple) @@ -147,6 +148,11 @@ make test %{_mandir}/man3/Test::TypeTiny.3pm* %changelog +* Thu Feb 09 2017 Ralf Corsépius - 1.000006-2 +- Add more optional parts of testsuite: + - BR: perl(Sub::Exporter::Lexical). + - BR: perl(Types::Path::Tiny). + * Thu Feb 02 2017 Ralf Corsépius - 1.000006-1 - Update to 1.000006. - Add BuildRequires: perl(Function::Parameters)