[perl-Module-CPANTS-Analyse] Update to 0.96

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 24 10:24:46 UTC 2014


commit b0670a45d11284b9568b9d2fa03207183231532f
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Nov 24 10:22:48 2014 +0000

    Update to 0.96
    
    - New upstream release 0.96
      - Added an import option to load extra Kwalitee plugins
      - has_readme now accepts README.pod as well (CPAN RT#100512)
      - Improved no_abstract_stub_in_pod to detect "The great new" as a boilerplate
      - Switched to File::Find::Object

 perl-Module-CPANTS-Analyse.spec |   50 +++++++++++++++++++++++---------------
 sources                         |    2 +-
 2 files changed, 31 insertions(+), 21 deletions(-)
---
diff --git a/perl-Module-CPANTS-Analyse.spec b/perl-Module-CPANTS-Analyse.spec
index ec51eeb..18a85c5 100644
--- a/perl-Module-CPANTS-Analyse.spec
+++ b/perl-Module-CPANTS-Analyse.spec
@@ -1,8 +1,8 @@
 #TODO: BR:/R: perl(WorePAN) ≥ 0.09 when available
 
 Name:           perl-Module-CPANTS-Analyse
-Version:        0.95
-Release:        2%{?dist}
+Version:        0.96
+Release:        1%{?dist}
 Summary:        Generate Kwalitee ratings for a distribution
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Module-CPANTS-Analyse/
@@ -27,6 +27,7 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Find::Object) >= 0.2.1
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::stat)
 BuildRequires:  perl(File::Temp)
@@ -67,6 +68,7 @@ Requires:       perl(CPAN::DistnameInfo) >= 0.06
 Requires:       perl(CPAN::Meta::Validator) >= 2.133380
 Requires:       perl(CPAN::Meta::YAML) >= 0.008
 Requires:       perl(Exporter)
+Requires:       perl(File::Find::Object) >= 0.2.1
 Requires:       perl(IO::Capture) >= 0.05
 Requires:       perl(Module::CPANfile)
 Requires:       perl(Module::Pluggable) >= 2.96
@@ -81,6 +83,7 @@ Requires:       perl(version) >= 0.73
 %global __requires_exclude %__requires_exclude|^perl\\(CPAN::DistnameInfo\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::Validator\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::YAML\\)$
+%global __requires_exclude %__requires_exclude|^perl\\(File::Find::Object\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(Module::Pluggable\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(version\\)$
 
@@ -113,26 +116,33 @@ make test TEST_FILES="xt/*.t"
 %{perl_vendorlib}/Module/CPANTS/Kwalitee.pm
 %dir %{perl_vendorlib}/Module/CPANTS/Kwalitee/
 %{perl_vendorlib}/Module/CPANTS/Kwalitee/*.pm
-%{_mandir}/man3/Module::CPANTS::Analyse.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::BrokenInstaller.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::CpantsErrors.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Distname.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Distros.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Files.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::FindModules.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::License.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Manifest.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::MetaYML.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::NeedsCompiler.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Pod.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Prereq.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Repackageable.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Signature.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Uses.3pm*
-%{_mandir}/man3/Module::CPANTS::Kwalitee::Version.3pm*
+%{_mandir}/man3/Module::CPANTS::Analyse.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::BrokenInstaller.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::CpantsErrors.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Distname.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Distros.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Files.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::FindModules.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::License.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Manifest.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::MetaYML.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::NeedsCompiler.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Pod.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Prereq.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Repackageable.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Signature.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Uses.3*
+%{_mandir}/man3/Module::CPANTS::Kwalitee::Version.3*
 
 %changelog
+* Mon Nov 24 2014 Paul Howarth <paul at city-fan.org> - 0.96-1
+- Update to 0.96
+  - Added an import option to load extra Kwalitee plugins
+  - has_readme now accepts README.pod as well (CPAN RT#100512)
+  - Improved no_abstract_stub_in_pod to detect "The great new" as a boilerplate
+  - Switched to File::Find::Object
+
 * Tue Oct  7 2014 Paul Howarth <paul at city-fan.org> - 0.95-2
 - BR:/R: perl(Software::License::CC_BY_SA_3_0)
 
diff --git a/sources b/sources
index fcdcc17..ba28457 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c245bfcb33d6d53e982a60c22c10605  Module-CPANTS-Analyse-0.95.tar.gz
+1c51541921219eb16be22a26581f5b36  Module-CPANTS-Analyse-0.96.tar.gz


More information about the scm-commits mailing list