diff --git a/perl-YAML.spec b/perl-YAML.spec index 176276c..5813d5d 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -1,5 +1,5 @@ Name: perl-YAML -Version: 1.10 +Version: 1.11 Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL+ or Artistic @@ -98,7 +98,12 @@ make test %{_mandir}/man3/YAML::Types.3pm* %changelog -* Fri Aug 29 2014 Paul Howarth 1.10-1 +* Tue Sep 2 2014 Paul Howarth - 1.11-1 +- Update to 1.11 + - Apply PR/139: + - Remove die() that can't be called (regex always matches) + +* Fri Aug 29 2014 Paul Howarth - 1.10-1 - Update to 1.10 - Apply PR/138: - Report an error message mentioning indentation when choking on non-space diff --git a/sources b/sources index f950e5e..d586c7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1e2f069555c29a982aef001d7fb2b70 YAML-1.10.tar.gz +be1adf76064537fe4730f52aa9e02127 YAML-1.11.tar.gz