diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 576fc0b..7f26ec9 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -8,7 +8,7 @@ Name: perl-Test-Simple Summary: Basic utilities for writing tests Epoch: 3 Version: 1.302164 -Release: 1%{?dist} +Release: 2%{?dist} # CC0: lib/ok.pm # Public Domain: lib/Test/Tutorial.pod # GPL+ or Artistic: the rest of the distribution @@ -179,6 +179,9 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Test2::Util::Trace.3* %changelog +* Thu May 30 2019 Jitka Plesnikova - 3:1.302164-2 +- Perl 5.30 rebuild + * Sun Apr 28 2019 Paul Howarth - 2:1.302164-1 - Update to 1.302164 - Do not use threads::shared in Test::Tester::Capture (GH#826)