Update to 1.10

- New upstream release 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
This commit is contained in:
Paul Howarth 2014-08-29 14:16:48 +01:00
parent 8201039129
commit a2f2ffe63c
2 changed files with 11 additions and 4 deletions

View File

@ -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 <paul@city-fan.org> 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 <jplesnik@redhat.com> - 1.09-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
209824b23b55da5a272b1b3fb1a30d21 YAML-1.09.tar.gz
d1e2f069555c29a982aef001d7fb2b70 YAML-1.10.tar.gz