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:
Paul Howarth 2016-04-19 11:30:34 +01:00
parent 4666c1447b
commit eeb73be3b1
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
fb1fada8260992bc85e126c21ffcc6d5 strictures-2.000002.tar.gz 78244cfab6168dcf196370d1e2309536 strictures-2.000003.tar.gz