diff --git a/perl-YAML.spec b/perl-YAML.spec index 8f43bbe..176276c 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -1,6 +1,6 @@ Name: perl-YAML -Version: 1.09 -Release: 2%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL+ or Artistic Group: Development/Libraries @@ -51,7 +51,7 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} %check -# Avoid circular build deps Test::YAML > Test::Base > YAML when bootstrapping +# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping %if !%{defined perl_bootstrap} make test %endif @@ -98,6 +98,13 @@ make test %{_mandir}/man3/YAML::Types.3pm* %changelog +* 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 + indentation + - die() should be called as a method of $self + * Wed Aug 27 2014 Jitka Plesnikova - 1.09-2 - Perl 5.20 rebuild diff --git a/sources b/sources index c63e82e..f950e5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -209824b23b55da5a272b1b3fb1a30d21 YAML-1.09.tar.gz +d1e2f069555c29a982aef001d7fb2b70 YAML-1.10.tar.gz