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:
parent
baed087ac4
commit
82bfdbcd1f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user