Update to 0.112
- New upstream release 0.112
- When printing diagnostics, differentiate the type of a blessed object from
the name of the class itself (CPAN RT#78288)
- Typo fixes
- Fixes to clarity and accuracy of documentation
- Add metadata links to repo and issue tracker
- Added obj_isa for testing ->isa without falling back to ref($x)
- Added the *experimental* ":v1" export group to skip importing Isa, isa, and
blessed
This commit is contained in:
parent
9659265ef1
commit
9f2f3c04f4
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Deep
|
||||
Version: 0.110
|
||||
Release: 3%{?dist}
|
||||
Version: 0.112
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -48,12 +48,23 @@ make test
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%doc CHANGES README TODO
|
||||
%doc Changes README TODO
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::Deep.3pm*
|
||||
%{_mandir}/man3/Test::Deep::NoTest.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 30 2013 Paul Howarth <paul@city-fan.org> - 0.112-1
|
||||
- Update to 0.112
|
||||
- When printing diagnostics, differentiate the type of a blessed object from
|
||||
the name of the class itself (CPAN RT#78288)
|
||||
- Typo fixes
|
||||
- Fixes to clarity and accuracy of documentation
|
||||
- Add metadata links to repo and issue tracker
|
||||
- Added obj_isa for testing ->isa without falling back to ref($x)
|
||||
- Added the *experimental* ":v1" export group to skip importing Isa, isa, and
|
||||
blessed
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.110-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -92,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.108-2
|
||||
- 661697 rebuild for fixing problems with vendorach/lib
|
||||
- Rebuild to fix problems with vendorarch/lib (#661697)
|
||||
|
||||
* Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 0.108-1
|
||||
- Update to 0.108.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user