From 71e363f583254335c16121aec1670cbaef03dc1c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 14 Jun 2016 08:29:40 +0100 Subject: [PATCH] Update to 1.302026 - New upstream release 1.302026 - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue) - Potential fix for t/Legacy/Regression/637.t - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now - Add Generic event type - Make sure enabling culling/shm sets pid and tid (fix #679) --- perl-Test-Simple.spec | 11 ++++++++++- sources | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index b7670df..f308df6 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.302022 +Version: 1.302026 Release: 1%{?dist} # CC0: lib/ok.pm # Public Domain: lib/Test/Tutorial.pod @@ -125,6 +125,7 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test2::Event::Bail.3* %{_mandir}/man3/Test2::Event::Diag.3* %{_mandir}/man3/Test2::Event::Exception.3* +%{_mandir}/man3/Test2::Event::Generic.3* %{_mandir}/man3/Test2::Event::Note.3* %{_mandir}/man3/Test2::Event::Ok.3* %{_mandir}/man3/Test2::Event::Plan.3* @@ -147,6 +148,14 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test2::Util::Trace.3* %changelog +* Tue Jun 14 2016 Paul Howarth - 1.302026-1 +- Update to 1.302026 + - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue) + - Potential fix for t/Legacy/Regression/637.t + - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now + - Add Generic event type + - Make sure enabling culling/shm sets pid and tid (fix #679) + * Sun May 29 2016 Paul Howarth - 1.302022-1 - Update to 1.302022 - Many micro-optimizations diff --git a/sources b/sources index ddb2b24..210c249 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3f27f3c4fd642b51928045f04062080 Test-Simple-1.302022.tar.gz +b60bc366dc6754fa155d7cca9a3dd45c Test-Simple-1.302026.tar.gz