[perl-Module-ScanDeps] Update to 1.11

Paul Howarth pghmcfc at fedoraproject.org
Mon Oct 7 19:46:01 UTC 2013


commit 94324722a8c23ff3d0d096f3efc18b23fd632a4b
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Oct 7 20:43:24 2013 +0100

    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}

 .gitignore                |   10 +---------
 perl-Module-ScanDeps.spec |   30 ++++++++++++++++++++----------
 sources                   |    2 +-
 3 files changed, 22 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10f8bf8..a71a325 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Module-ScanDeps.spec b/perl-Module-ScanDeps.spec
index a3bfda0..494d158 100644
--- a/perl-Module-ScanDeps.spec
+++ b/perl-Module-ScanDeps.spec
@@ -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 at 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 at lists.fedoraproject.org> - 1.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ad20d82..10da616 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f01f36a25bf372712ff6b1e4aad8d89c  Module-ScanDeps-1.10.tar.gz
+43a0f52e7a6d12743ceab77d5349f657  Module-ScanDeps-1.11.tar.gz



More information about the perl-devel mailing list