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:
parent
8201039129
commit
a2f2ffe63c
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user