From 106da2f18d080f594b790d53f66cc7b9bcda2398 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Oct 20 2016 18:23:19 +0000 Subject: Update to 1.302062 - New upstream release 1.302062 - Formatters now have terminate() and finalize() methods; these are called when there is a skip_all or bail event (terminate), or when a test suite is exiting normally (finalize), which allows formatters to finalize their output - this is important for any sort of document-oriented format (as opposed to a stream format like TAP) (#723) - Removed a warning when using a non-TAP formatter with Test::Builder about the formatter not supporting "no_header" and "no_diag"; this happened even if the alternative formatter class implemented these attributes --- diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 7a143e0..a15d352 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -1,6 +1,6 @@ Name: perl-Test-Simple Summary: Basic utilities for writing tests -Version: 1.302059 +Version: 1.302062 Release: 1%{?dist} # CC0: lib/ok.pm # Public Domain: lib/Test/Tutorial.pod @@ -14,7 +14,7 @@ BuildRequires: coreutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Module Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) @@ -39,6 +39,7 @@ BuildRequires: perl(Cwd) BuildRequires: perl(File::Basename) BuildRequires: perl(IO::Pipe) BuildRequires: perl(lib) +BuildRequires: perl(parent) BuildRequires: perl(PerlIO) BuildRequires: perl(threads) # Optional Tests @@ -144,6 +145,17 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test2::Util::Trace.3* %changelog +* Thu Oct 20 2016 Paul Howarth - 1.302062-1 +- Update to 1.302062 + - Formatters now have terminate() and finalize() methods; these are called + when there is a skip_all or bail event (terminate), or when a test suite is + exiting normally (finalize), which allows formatters to finalize their + output - this is important for any sort of document-oriented format (as + opposed to a stream format like TAP) (#723) + - Removed a warning when using a non-TAP formatter with Test::Builder about + the formatter not supporting "no_header" and "no_diag"; this happened even + if the alternative formatter class implemented these attributes + * Mon Sep 26 2016 Paul Howarth - 1.302059-1 - Update to 1.302059 - Documentation fixes diff --git a/sources b/sources index 7c2466f..5c81200 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e35a6344da1a9aafdbfdb21cb4180cee Test-Simple-1.302059.tar.gz +d869f6754eccc38484da7e21e9c7bbcc Test-Simple-1.302062.tar.gz