Update to 1.16

- New upstream release 1.16
  - Drop inconsistent $VERSION from YAML::Mo (GH#158)
This commit is contained in:
Paul Howarth 2016-07-03 19:44:08 +01:00
parent dd6a579d20
commit ed14c293a4
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-YAML
Version: 1.15
Release: 7%{?dist}
Version: 1.16
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,6 +8,8 @@ URL: http://search.cpan.org/dist/YAML/
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
@ -105,6 +107,11 @@ make test
%{_mandir}/man3/YAML::Types.3*
%changelog
* Sun Jul 3 2016 Paul Howarth <paul@city-fan.org> - 1.16-1
- Update to 1.16
- Drop inconsistent $VERSION from YAML::Mo (GH#158)
- BR: perl-generators
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-7
- Perl 5.24 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
17bd31310367173b411b31c09a755e3e YAML-1.15.tar.gz
5ece8fa2d8aca3b6ca46bef36fefdf08 YAML-1.16.tar.gz