Update to 1.24
- New upstream release 1.24 - Implement $JSON::Syck::MaxDepth - Prevent failure when the same object is seen twice during Dump - Prevent YAML from being influnced by the previous change - MinGW64 compatibility (CPAN RT#78363)
This commit is contained in:
parent
0fb6eb5d8c
commit
dbae81332e
@ -1,5 +1,5 @@
|
|||||||
Name: perl-YAML-Syck
|
Name: perl-YAML-Syck
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast, lightweight YAML loader and dumper
|
Summary: Fast, lightweight YAML loader and dumper
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -67,6 +67,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/YAML::Syck.3pm*
|
%{_mandir}/man3/YAML::Syck.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 7 2013 Paul Howarth <paul@city-fan.org> 1.24-1
|
||||||
|
- Update to 1.24
|
||||||
|
- Implement $JSON::Syck::MaxDepth
|
||||||
|
- Prevent failure when the same object is seen twice during Dump
|
||||||
|
- Prevent YAML from being influnced by the previous change
|
||||||
|
- MinGW64 compatibility (CPAN RT#78363)
|
||||||
|
|
||||||
* Wed Feb 27 2013 Paul Howarth <paul@city-fan.org> 1.23-1
|
* Wed Feb 27 2013 Paul Howarth <paul@city-fan.org> 1.23-1
|
||||||
- Update to 1.23
|
- Update to 1.23
|
||||||
- Synchronize JSON::Syck with YAML::Syck version number
|
- Synchronize JSON::Syck with YAML::Syck version number
|
||||||
|
Loading…
Reference in New Issue
Block a user