diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index be62be3..dc41b3b 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -1,5 +1,5 @@ Name: perl-YAML-Syck -Version: 1.23 +Version: 1.24 Release: 1%{?dist} Summary: Fast, lightweight YAML loader and dumper License: BSD and MIT @@ -67,6 +67,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/YAML::Syck.3pm* %changelog +* Thu Mar 7 2013 Paul Howarth 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 1.23-1 - Update to 1.23 - Synchronize JSON::Syck with YAML::Syck version number diff --git a/sources b/sources index 417d75e..76ec6bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -902ca96c2f4e9bf818b06e1ed4d89c00 YAML-Syck-1.23.tar.gz +075fd0e5bcd4c67aa27788568b5f5b8b YAML-Syck-1.24.tar.gz