diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 565f335..6aa0d05 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.302037 +Version: 1.302040 Release: 1%{?dist} # CC0: lib/ok.pm # Public Domain: lib/Test/Tutorial.pod @@ -126,6 +126,7 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test2::Event::Diag.3* %{_mandir}/man3/Test2::Event::Exception.3* %{_mandir}/man3/Test2::Event::Generic.3* +%{_mandir}/man3/Test2::Event::Info.3* %{_mandir}/man3/Test2::Event::Note.3* %{_mandir}/man3/Test2::Event::Ok.3* %{_mandir}/man3/Test2::Event::Plan.3* @@ -148,6 +149,11 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test2::Util::Trace.3* %changelog +* Sun Jul 10 2016 Paul Howarth - 1.302040-1 +- Update to 1.302040 + - Fix broken MANIFEST.SKIP entries (#689) + - Add Info event for better diagnostics + * Mon Jul 4 2016 Paul Howarth - 1.302037-1 - Update to 1.302037 - Restore PerlIO layer cloning on STDERR and STDOUT diff --git a/sources b/sources index eef151e..2cebeda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bee2f0de52ed6ba6141dc447852ad138 Test-Simple-1.302037.tar.gz +a228959d58c2105d858518a12605ac15 Test-Simple-1.302040.tar.gz