Update to 2.000003
- New upstream release 2.000003 - Update bundled ExtUtils::HasCompiler to 0.013 to fix potential false negative (CPAN RT#113637) - List optional XS dependencies as suggests rather than recommends (CPAN RT#107393)
This commit is contained in:
parent
4666c1447b
commit
eeb73be3b1
@ -1,6 +1,6 @@
|
|||||||
Name: perl-strictures
|
Name: perl-strictures
|
||||||
Version: 2.000002
|
Version: 2.000003
|
||||||
Release: 2%{?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/
|
||||||
@ -48,7 +48,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -62,6 +62,13 @@ make test
|
|||||||
%{_mandir}/man3/strictures::extra.3*
|
%{_mandir}/man3/strictures::extra.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2016 Paul Howarth <paul@city-fan.org> - 2.000003-1
|
||||||
|
- Update to 2.000003
|
||||||
|
- Update bundled ExtUtils::HasCompiler to 0.013 to fix potential false
|
||||||
|
negative (CPAN RT#113637)
|
||||||
|
- List optional XS dependencies as suggests rather than recommends
|
||||||
|
(CPAN RT#107393)
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.000002-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.000002-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user