From 106da2f18d080f594b790d53f66cc7b9bcda2398 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Thu, 20 Oct 2016 19:20:25 +0100
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
---
perl-Test-Simple.spec | 16 ++++++++++++++--
sources | 2 +-
2 files changed, 15 insertions(+), 3 deletions(-)
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 <[email protected]> - 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 <[email protected]> - 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
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Test-Simple.git/commit/?h=perl-Test-Simple-1.302062-1.fc25&id=106da2f18d080f594b790d53f66cc7b9bcda2398
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]