From c69d84cb79cf7af6772a2629c109ecd93f493a0e Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 22 Jun 2020 18:08:07 +0200 Subject: [PATCH] Perl 5.32 rebuild --- perl-Test-Deep.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index a16711a..d700b7a 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -1,6 +1,6 @@ Name: perl-Test-Deep Version: 1.130 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extremely flexible deep comparison License: GPL+ or Artistic URL: https://metacpan.org/release/Test-Deep @@ -61,6 +61,9 @@ make test %{_mandir}/man3/Test::Deep::NoTest.3* %changelog +* Mon Jun 22 2020 Jitka Plesnikova - 1.130-2 +- Perl 5.32 rebuild + * Mon Mar 2 2020 Paul Howarth - 1.130-1 - Update to 1.128 - Allow 'use Test::Deep' while other modules use Test::Deep::NoTest (GH#76)