[perl-YAML-Syck] Update to 1.27

Paul Howarth pghmcfc at fedoraproject.org
Tue May 21 10:25:41 UTC 2013


commit 3e706bc4d0350f2f8535cc2ec268d20ba52f4403
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue May 21 11:24:46 2013 +0100

    Update to 1.27
    
    - New upstream release 1.27
      - Fix for hash randomization in yaml-alias.t on perl 5.18.0 (CPAN RT#84882,
        CPAN RT#84466)

 perl-YAML-Syck.spec |   11 ++++++++---
 sources             |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec
index 194040b..6e916a9 100644
--- a/perl-YAML-Syck.spec
+++ b/perl-YAML-Syck.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML-Syck
-Version:        1.25
+Version:        1.27
 Release:        1%{?dist}
 Summary:        Fast, lightweight YAML loader and dumper
 License:        BSD and MIT
@@ -8,8 +8,8 @@ URL:            http://search.cpan.org/dist/YAML-Syck/
 Source0:        http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-%{version}.tar.gz
 Patch0:         0001-Recognize-all-wide-unicode-characters.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-# Keep bundled inc::Module::Install to break cycle perl-Modules-Install
-# → perl-YAML-Tiny → perl-YAML-Syck.
+# Keep bundled inc::Module::Install to break cycle
+# perl-Module-Install → perl-YAML-Tiny → perl-YAML-Syck
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
@@ -71,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/YAML::Syck.3pm*
 
 %changelog
+* Tue May 21 2013 Paul Howarth <paul at city-fan.org> 1.27-1
+- Update to 1.27
+  - Fix for hash randomization in yaml-alias.t on perl 5.18.0 (CPAN RT#84882,
+    CPAN RT#84466)
+
 * Mon Mar 11 2013 Paul Howarth <paul at city-fan.org> 1.25-1
 - Update to 1.25
   - Bump version number and release to fix a MANIFEST mistake in 1.24
diff --git a/sources b/sources
index 033c278..f638cf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-847f315cbd074b42c44f360383ac13e9  YAML-Syck-1.25.tar.gz
+8920091e68a078cfa9c42041e5759162  YAML-Syck-1.27.tar.gz


More information about the scm-commits mailing list