Update to 1.11

- New upstream release 1.11
  - Fix test broken by indirect base.pm disuse (CPAN RT#89000)
  - New %Preload rule for Net::HTTPS (e.g. used by LWP::Protocol::https)
    - Look for IO::Socket::SSL or Net::SSL
  - New %Preload rule for YAML::Any
    - Try to figure out what YAML::Any would have used
      (using YAML::Any->implementation)
    - As fallback, include anything below YAML
- Make %files list more explicit
- Drop redundant %{?perl_default_filter}
This commit is contained in:
Paul Howarth 2013-10-07 20:43:24 +01:00
parent 207c98faf3
commit 94324722a8
3 changed files with 22 additions and 20 deletions

10
.gitignore vendored
View File

@ -1,9 +1 @@
Module-ScanDeps-0.97.tar.gz
/Module-ScanDeps-0.98.tar.gz
/Module-ScanDeps-1.02.tar.gz
/Module-ScanDeps-1.04.tar.gz
/Module-ScanDeps-1.05.tar.gz
/Module-ScanDeps-1.06.tar.gz
/Module-ScanDeps-1.07.tar.gz
/Module-ScanDeps-1.08.tar.gz
/Module-ScanDeps-1.10.tar.gz
/Module-ScanDeps-[0-9.]*.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Module-ScanDeps
Summary: Recursively scan Perl code for dependencies
Version: 1.10
Release: 4%{?dist}
Version: 1.11
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-%{version}.tar.gz
@ -37,11 +37,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
Requires: perl(Encode)
Requires: perl(File::Find)
%{?perl_default_filter}
%description
This module scans potential modules used by perl programs and returns a
hash reference. Its keys are the module names as appears in %%INC (e.g.
hash reference. Its keys are the module names as they appear in %%INC (e.g.
Test/More.pm). The values are hash references.
%prep
@ -54,19 +52,31 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}/*
%{_fixperms} %{buildroot}
%check
make test
%files
%doc AUTHORS Changes README
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/scandeps.pl
%{perl_vendorlib}/Module/
%{_mandir}/man1/scandeps.pl.1*
%{_mandir}/man3/Module::ScanDeps.3pm*
%changelog
* Mon Oct 7 2013 Paul Howarth <paul@city-fan.org> - 1.11-1
- Update to 1.11
- Fix test broken by indirect base.pm disuse (CPAN RT#89000)
- New %%Preload rule for Net::HTTPS (e.g. used by LWP::Protocol::https)
- Look for IO::Socket::SSL or Net::SSL
- New %%Preload rule for YAML::Any
- Try to figure out what YAML::Any would have used
(using YAML::Any->implementation)
- As fallback, include anything below YAML
- Make %%files list more explicit
- Drop redundant %%{?perl_default_filter}
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
f01f36a25bf372712ff6b1e4aad8d89c Module-ScanDeps-1.10.tar.gz
43a0f52e7a6d12743ceab77d5349f657 Module-ScanDeps-1.11.tar.gz