Update to 2.000004
- New upstream release 2.000004 - Update bundled ExtUtils::HasCompiler to 0.021 - Update internal list of warnings (no behavior change)
This commit is contained in:
parent
f5e43b87bc
commit
fba7809a86
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-strictures
|
Name: perl-strictures
|
||||||
Version: 2.000003
|
Version: 2.000004
|
||||||
Release: 6%{?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
|
||||||
URL: http://search.cpan.org/dist/strictures/
|
URL: http://search.cpan.org/dist/strictures/
|
||||||
@ -17,8 +17,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Text::ParseWords)
|
BuildRequires: perl(Text::ParseWords)
|
||||||
# Dependencies of bundled ExtUtils::HasCompiler
|
# Dependencies of bundled ExtUtils::HasCompiler
|
||||||
@ -59,7 +59,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -72,6 +72,11 @@ make test
|
|||||||
%{_mandir}/man3/strictures::extra.3*
|
%{_mandir}/man3/strictures::extra.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 20 2018 Paul Howarth <paul@city-fan.org> - 2.000004-1
|
||||||
|
- Update to 2.000004
|
||||||
|
- Update bundled ExtUtils::HasCompiler to 0.021
|
||||||
|
- Update internal list of warnings (no behavior change)
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.000003-6
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.000003-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user