Update to 0.019
- New upstream release 0.019 - Accept --pureperl-only - Bump perl(ExtUtils::Helpers) version requirement to 0.020
This commit is contained in:
parent
8758c87811
commit
919b19f96c
@ -1,6 +1,6 @@
|
|||||||
Summary: A tiny replacement for Module::Build
|
Summary: A tiny replacement for Module::Build
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.018
|
Version: 0.019
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -11,7 +11,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl(CPAN::Meta)
|
BuildRequires: perl(CPAN::Meta)
|
||||||
BuildRequires: perl(Exporter) >= 5.57
|
BuildRequires: perl(Exporter) >= 5.57
|
||||||
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
||||||
BuildRequires: perl(ExtUtils::Helpers) >= 0.019
|
BuildRequires: perl(ExtUtils::Helpers) >= 0.020
|
||||||
BuildRequires: perl(ExtUtils::Install)
|
BuildRequires: perl(ExtUtils::Install)
|
||||||
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
@ -64,6 +64,11 @@ RELEASE_TESTING=1 ./Build test
|
|||||||
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 30 2013 Paul Howarth <paul@city-fan.org> - 0.019-1
|
||||||
|
- Update to 0.019
|
||||||
|
- Accept --pureperl-only
|
||||||
|
- Bump perl(ExtUtils::Helpers) version requirement to 0.020
|
||||||
|
|
||||||
* Thu Apr 25 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
|
* Thu Apr 25 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
|
||||||
- Update to 0.018
|
- Update to 0.018
|
||||||
- Lazily load Pod::Man and TAP::Harness
|
- Lazily load Pod::Man and TAP::Harness
|
||||||
|
Loading…
Reference in New Issue
Block a user