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)
epel9
Paul Howarth 12 years ago
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

@ -1 +1 @@
902ca96c2f4e9bf818b06e1ed4d89c00 YAML-Syck-1.23.tar.gz 075fd0e5bcd4c67aa27788568b5f5b8b YAML-Syck-1.24.tar.gz

Loading…
Cancel
Save