Update to 1.01
- New upstream release 1.01 - Depend on patched Test::YAML
This commit is contained in:
parent
f89cabea9c
commit
8745e79852
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user