From 82bfdbcd1f0b764e81ee118ef83ef55ecb292987 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 8 Sep 2016 19:05:21 +0100 Subject: [PATCH] Update to 1.122 - New upstream release 1.122 - Added $Test::Deep::LeafWrapper to control the behavior of simple values in the "expected" definition - Documentation improvements - Avoid a few evals, localize $@ in a few places where eval is used - Goodbye tabs, hello spaces - BR: perl-generators - Simplify find command using -delete --- perl-Test-Deep.spec | 16 +++++++++++++--- sources | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index 0525e46..7b5bd11 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -1,6 +1,6 @@ Name: perl-Test-Deep -Version: 1.120 -Release: 3%{?dist} +Version: 1.122 +Release: 1%{?dist} Summary: Extremely flexible deep comparison License: GPL+ or Artistic Group: Development/Libraries @@ -50,7 +50,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -66,6 +66,16 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Deep::NoTest.3* %changelog +* Thu Sep 8 2016 Paul Howarth - 1.122-1 +- Update to 1.122 + - Added $Test::Deep::LeafWrapper to control the behavior of simple values in + the "expected" definition + - Documentation improvements + - Avoid a few evals, localize $@ in a few places where eval is used + - Goodbye tabs, hello spaces +- BR: perl-generators +- Simplify find command using -delete + * Sun May 15 2016 Jitka Plesnikova - 1.120-3 - Perl 5.24 rebuild diff --git a/sources b/sources index 6be9ce0..d12c084 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a90859f4f362578d1671e3b9aae0d8c1 Test-Deep-1.120.tar.gz +d3ccc0289c21175a2990a4927a94d8b5 Test-Deep-1.122.tar.gz