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
|
||||
|
||||
Name: perl-strictures
|
||||
Version: 2.000003
|
||||
Release: 6%{?dist}
|
||||
Version: 2.000004
|
||||
Release: 1%{?dist}
|
||||
Summary: Turn on strict and make most warnings fatal
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/strictures/
|
||||
@ -17,8 +17,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
# Dependencies of bundled ExtUtils::HasCompiler
|
||||
@ -59,7 +59,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -72,6 +72,11 @@ make test
|
||||
%{_mandir}/man3/strictures::extra.3*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user