Update to 1.69

- New upstream release 1.69
  - Tests no longer print to stderr unnecessarily; this makes core perl builds
    (where this distribution is included as CPAN-Meta-YAML) a little quieter
  - The Test::More dependency has been reduced to 0.88 by emulating 'subtest'
    for those tests that need it
This commit is contained in:
Paul Howarth 2015-07-26 13:12:46 +01:00
parent 9fbc2165a3
commit 9f84c04fba
2 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-YAML-Tiny
Version: 1.67
Release: 3%{?dist}
Version: 1.69
Release: 1%{?dist}
Summary: Read/Write YAML files with as little code as possible
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/YAML-Tiny/
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
@ -31,7 +34,7 @@ BuildRequires: perl(JSON::MaybeXS) >= 1.001000
BuildRequires: perl(JSON::PP)
BuildRequires: perl(lib)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.99
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
@ -72,6 +75,13 @@ make test
%{_mandir}/man3/YAML::Tiny.3*
%changelog
* Sun Jul 26 2015 Paul Howarth <paul@city-fan.org> - 1.69-1
- Update to 1.69
- Tests no longer print to stderr unnecessarily; this makes core perl builds
(where this distribution is included as CPAN-Meta-YAML) a little quieter
- The Test::More dependency has been reduced to 0.88 by emulating 'subtest'
for those tests that need it
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.67-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
61e0abcfb2ae5e86a74887967b372922 YAML-Tiny-1.67.tar.gz
7deacd0ee428038407ccc5cd0b50f66f YAML-Tiny-1.69.tar.gz