From d72d320698a5352aa67e27e7539edb04ec10025b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 19 Nov 2016 18:22:02 +0000 Subject: [PATCH] Update to 1.19 - New upstream release 1.19 - Add pod link to YAML::Shell (GH#164) - Fix infinite loop for aliases without a name (GH#151) - Improve error messages (GH#142, GH#162) - Trailing spaces after inline seq/map work now (GH#163) - Add test case for trailing comments (GH#154) --- perl-YAML.spec | 10 +++++++++- sources | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/perl-YAML.spec b/perl-YAML.spec index a917ffe..ea5daa3 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -1,5 +1,5 @@ Name: perl-YAML -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL+ or Artistic @@ -107,6 +107,14 @@ make test %{_mandir}/man3/YAML::Types.3* %changelog +* Sat Nov 19 2016 Paul Howarth - 1.19-1 +- Update to 1.19 + - Add pod link to YAML::Shell (GH#164) + - Fix infinite loop for aliases without a name (GH#151) + - Improve error messages (GH#142, GH#162) + - Trailing spaces after inline seq/map work now (GH#163) + - Add test case for trailing comments (GH#154) + * Sat Jul 9 2016 Paul Howarth - 1.18-1 - Update to 1.18 - List Test::More as a prereq (GH#161) diff --git a/sources b/sources index 6a0f141..4c75848 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79b6cc821fe157790a6448d1f791f6de YAML-1.18.tar.gz +1ec2e51cca7cef07fb1a2d96521888fd YAML-1.19.tar.gz