From d03102c02cef5c4a6b7f07834ca7456029cc4f61 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 30 May 2019 10:41:30 +0200 Subject: [PATCH] Perl 5.30 rebuild --- perl-Test-Simple.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)