Update to 1.20

- New upstream release 1.20
 - Allow quoted map keys in arrays (GH#146)
 - B::Deparse is loaded at runtime now
 - New feature $YAML::Preserve (GH#9)
- This release by INGY → update source URL
This commit is contained in:
Paul Howarth 2016-12-03 21:24:11 +00:00
parent d72d320698
commit 5c451a8e09
2 changed files with 13 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Name: perl-YAML
Version: 1.19
Version: 1.20
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/YAML/
Source0: http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
@ -14,6 +14,8 @@ BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
# Module Runtime
BuildRequires: perl(B)
BuildRequires: perl(B::Deparse)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
@ -23,7 +25,6 @@ BuildRequires: perl(warnings)
# Test Suite
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
%if !%{defined perl_bootstrap}
BuildRequires: perl(B::Deparse)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Find)
BuildRequires: perl(lib)
@ -34,6 +35,7 @@ BuildRequires: perl(utf8)
%endif
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B::Deparse)
Requires: perl(Carp)
# Filter private provides:
@ -107,6 +109,13 @@ make test
%{_mandir}/man3/YAML::Types.3*
%changelog
* Sat Dec 3 2016 Paul Howarth <paul@city-fan.org> - 1.20-1
- Update to 1.20
- Allow quoted map keys in arrays (GH#146)
- B::Deparse is loaded at runtime now
- New feature $YAML::Preserve (GH#9)
- This release by INGY update source URL
* Sat Nov 19 2016 Paul Howarth <paul@city-fan.org> - 1.19-1
- Update to 1.19
- Add pod link to YAML::Shell (GH#164)

View File

@ -1 +1 @@
1ec2e51cca7cef07fb1a2d96521888fd YAML-1.19.tar.gz
f4fa57c10f62fd9aea813d273b2202fd YAML-1.20.tar.gz