From 470366bc1945bb224c76b8e931c32452b175b3be Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 6 Nov 2016 15:32:30 +0000 Subject: [PATCH] Update to 1.124 - New upstream release 1.124 - Avoid an uninitialized warning when array_each() compares to a non-reference --- perl-Test-Deep.spec | 9 +++++++-- sources | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index 1a5100e..d1879af 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -1,5 +1,5 @@ Name: perl-Test-Deep -Version: 1.123 +Version: 1.124 Release: 1%{?dist} Summary: Extremely flexible deep comparison License: GPL+ or Artistic @@ -51,7 +51,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete -%{_fixperms} %{buildroot} +%{_fixperms} -c %{buildroot} %check make test @@ -66,6 +66,11 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Deep::NoTest.3* %changelog +* Sun Nov 6 2016 Paul Howarth - 1.124-1 +- Update to 1.124 + - Avoid an uninitialized warning when array_each() compares to a + non-reference + * Sat Sep 10 2016 Paul Howarth - 1.123-1 - Update to 1.123 - Remove test suite reliance on "." appearing @INC diff --git a/sources b/sources index 2488309..cc4ee39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6533cbb8bc333454cce4cecb503d550a Test-Deep-1.123.tar.gz +8dac53b90c5d7858694a08f55b05d70e Test-Deep-1.124.tar.gz