Update to 1.01

- New upstream release 1.01
  - Depend on patched Test::YAML
This commit is contained in:
Paul Howarth 2014-08-08 16:19:34 +01:00
parent f89cabea9c
commit 8745e79852
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML
Version: 1.00
Version: 1.01
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
@ -21,7 +21,7 @@ BuildRequires: perl(Test::More) >= 0.88
%if 0%{!?perl_bootstrap:1}
BuildRequires: perl(Test::Pod) >= 1.41
%endif
BuildRequires: perl(Test::YAML) >= 0.99
BuildRequires: perl(Test::YAML) >= 1.01
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
@ -96,6 +96,10 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%{_mandir}/man3/YAML::Types.3pm*
%changelog
* Fri Aug 8 2014 Paul Howarth <paul@city-fan.org> - 1.01-1
- Update to 1.01
- Depend on patched Test::YAML
* Fri Aug 8 2014 Paul Howarth <paul@city-fan.org> - 1.00-1
- Update to 1.00
- Switch to external Test::Base

View File

@ -1 +1 @@
4ef2c69e81f2267450794dd38725db03 YAML-1.00.tar.gz
274eb90f9d665dbef55219f4eea4d239 YAML-1.01.tar.gz