From 755d6c7338649a905c2e63286cd772c2aa7dbf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sat, 11 Feb 2017 04:11:08 +0100 Subject: [PATCH] Add further optional part of testsuite: BR: perl(Return::Type). --- perl-Type-Tiny.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index cb3c69f..d8bf1d8 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Type-Tiny Version: 1.000006 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tiny, yet Moo(se)-compatible type constraint License: GPL+ or Artistic Group: Development/Libraries @@ -88,7 +88,7 @@ BuildRequires: perl(mro) BuildRequires: perl(Object::Accessor) BuildRequires: perl(re) %{?with_reply_plugin:BuildRequires: perl(Reply::Plugin)} -# N/A in Fedora: BuildRequires: perl(Return::Type) >= 0.004 +BuildRequires: perl(Return::Type) >= 0.004 BuildRequires: perl(Role::Tiny) BuildRequires: perl(Role::Tiny::With) BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291 @@ -148,6 +148,9 @@ make test %{_mandir}/man3/Test::TypeTiny.3pm* %changelog +* Fri Feb 10 2017 Ralf Corsépius - 1.000006-4 +- Add further optional part of testsuite: BR: perl(Return::Type). + * Thu Feb 09 2017 Ralf Corsépius - 1.000006-3 - Add further optional part of testsuite: BR: perl(Type::Tie).