Update to 2.000002
- New upstream release 2.000002 - Use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder - More comprehensive testing
This commit is contained in:
parent
3cb497feba
commit
61e682e5cb
@ -1,5 +1,5 @@
|
|||||||
Name: perl-strictures
|
Name: perl-strictures
|
||||||
Version: 2.000001
|
Version: 2.000002
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Turn on strict and make most warnings fatal
|
Summary: Turn on strict and make most warnings fatal
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -11,14 +11,22 @@ BuildRequires: coreutils
|
|||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Text::ParseWords)
|
BuildRequires: perl(Text::ParseWords)
|
||||||
|
# Dependencies of bundled ExtUtils::HasCompiler
|
||||||
|
BuildRequires: perl(base)
|
||||||
|
BuildRequires: perl(Config)
|
||||||
|
BuildRequires: perl(DynaLoader)
|
||||||
|
BuildRequires: perl(Exporter)
|
||||||
|
BuildRequires: perl(File::Basename)
|
||||||
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
# Module Runtime
|
# Module Runtime
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Test Suite
|
# Test Suite
|
||||||
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
# Optional Tests
|
# Optional Tests
|
||||||
BuildRequires: perl(indirect)
|
BuildRequires: perl(indirect)
|
||||||
@ -54,6 +62,11 @@ make test
|
|||||||
%{_mandir}/man3/strictures::extra.3*
|
%{_mandir}/man3/strictures::extra.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 5 2015 Paul Howarth <paul@city-fan.org> - 2.000002-1
|
||||||
|
- Update to 2.000002
|
||||||
|
- Use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder
|
||||||
|
- More comprehensive testing
|
||||||
|
|
||||||
* Mon Jun 29 2015 Paul Howarth <paul@city-fan.org> - 2.000001-1
|
* Mon Jun 29 2015 Paul Howarth <paul@city-fan.org> - 2.000001-1
|
||||||
- Update to 2.000001
|
- Update to 2.000001
|
||||||
- Update for perl 5.22 warning categories
|
- Update for perl 5.22 warning categories
|
||||||
|
Loading…
Reference in New Issue
Block a user