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
This commit is contained in:
Paul Howarth 2016-09-08 19:05:21 +01:00
parent baed087ac4
commit 82bfdbcd1f
2 changed files with 14 additions and 4 deletions

View File

@ -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 <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 1.120-3
- Perl 5.24 rebuild

View File

@ -1 +1 @@
a90859f4f362578d1671e3b9aae0d8c1 Test-Deep-1.120.tar.gz
d3ccc0289c21175a2990a4927a94d8b5 Test-Deep-1.122.tar.gz