From 1e98ee1e438cdcc084dfe61a30cded5074ef4a28 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Feb 14 2014 13:40:35 +0000 Subject: Update to 1.60 - New upstream release 1.60 - Numeric values are now quoted whenever they've been used as a string, which fixes inconsistent behaviour seen with numeric values, due to differences between the XS and pure-perl variants of Data::Dumper (GitHub Issue #24) - Numeric hash keys are now always quoted --- diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index 3153f0f..d732d60 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -1,5 +1,5 @@ Name: perl-YAML-Tiny -Version: 1.58 +Version: 1.60 Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic @@ -10,8 +10,8 @@ BuildArch: noarch # Module Build BuildRequires: perl(Module::Build::Tiny) >= 0.034 # Module Runtime +BuildRequires: perl(B) BuildRequires: perl(Carp) -BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exporter) BuildRequires: perl(Fcntl) BuildRequires: perl(Scalar::Util) @@ -70,6 +70,14 @@ perl Build.PL --installdirs=vendor %{_mandir}/man3/YAML::Tiny.3pm* %changelog +* Fri Feb 14 2014 Paul Howarth 1.60-1 +- Update to 1.60 + - Numeric values are now quoted whenever they've been used as a string, + which fixes inconsistent behaviour seen with numeric values, due to + differences between the XS and pure-perl variants of Data::Dumper + (GitHub Issue #24) + - Numeric hash keys are now always quoted + * Wed Feb 5 2014 Paul Howarth 1.58-1 - Update to 1.58 - 1.57 omitted a change entry for the following change: diff --git a/sources b/sources index 6e8a424..c0e5f16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b206daf7e3cbf1be15e069081a09ff29 YAML-Tiny-1.58.tar.gz +939881813a08b58648bd99e8d6092029 YAML-Tiny-1.60.tar.gz