Update to 1.124
- New upstream release 1.124
- Avoid an uninitialized warning when array_each() compares to a
non-reference
This commit is contained in:
parent
2888d52f96
commit
470366bc19
@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.123-1
|
||||
- Update to 1.123
|
||||
- Remove test suite reliance on "." appearing @INC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user