[perl-YAML-Syck] Update to 1.24

Paul Howarth pghmcfc at fedoraproject.org
Thu Mar 7 22:04:24 UTC 2013


commit dbae81332e46a59fc2a86c6c08c8ec534d5f360e
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Mar 7 21:59:33 2013 +0000

    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)

 perl-YAML-Syck.spec |    9 ++++++++-
 sources             |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
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 <paul at 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 at city-fan.org> 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


More information about the scm-commits mailing list