[perl-Module-CPANTS-Analyse] Update to 0.87 release

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 25 16:00:01 UTC 2013


commit a5983de299df5c7d2796761eeee25860ba9accd8
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 25 15:59:12 2013 +0000

    Update to 0.87 release
    
    - Update to 0.87 release
      - Fix test failures due to Test::CPAN::Meta::YAML::Version interface change
        (CPAN RT#80225)
      - Fix failure in 10_analyse.t due to hash randomization (CPAN RT#82939)
      - Module::CPANTS::Kwalitee::Manifest was broken for MANIFESTs containing
        files with spaces (CPAN RT#44796)
    - Bump version requirements for Module::ExtractUse and
      Test::CPAN::Meta::YAML::Version as per upstream

 Module-CPANTS-Analyse-0.86-metayml-spec.patch |  164 -------------------------
 perl-Module-CPANTS-Analyse.spec               |   20 ++-
 sources                                       |    2 +-
 3 files changed, 15 insertions(+), 171 deletions(-)
---
diff --git a/perl-Module-CPANTS-Analyse.spec b/perl-Module-CPANTS-Analyse.spec
index 422c16e..13e035e 100644
--- a/perl-Module-CPANTS-Analyse.spec
+++ b/perl-Module-CPANTS-Analyse.spec
@@ -1,13 +1,12 @@
 Name:           perl-Module-CPANTS-Analyse
-Version:        0.86
-Release:        6%{?dist}
+Version:        0.87
+Release:        1%{?dist}
 Summary:        Generate Kwalitee ratings for a distribution
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-CPANTS-Analyse/
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DA/DAXIM/Module-CPANTS-Analyse-%{version}.tar.gz
 Source1:        66B25843.asc
-Patch1:         Module-CPANTS-Analyse-%{version}-metayml-spec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
 BuildRequires:  perl(Archive::Any) >= 0.06
@@ -24,14 +23,14 @@ BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(IO::Capture) >= 0.05
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(LWP::Simple)
-BuildRequires:  perl(Module::ExtractUse) >= 0.18
+BuildRequires:  perl(Module::ExtractUse) >= 0.24
 BuildRequires:  perl(Module::Pluggable) >= 2.96
 BuildRequires:  perl(Module::Signature)
 BuildRequires:  perl(Pod::Simple::Checker) >= 2.02
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Set::Scalar)
 BuildRequires:  perl(Software::License) >= 0.003
-BuildRequires:  perl(Test::CPAN::Meta::YAML::Version)
+BuildRequires:  perl(Test::CPAN::Meta::YAML::Version) >= 0.21
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
@@ -66,7 +65,6 @@ metadata for all distributions on CPAN.
 
 %prep
 %setup -q -n Module-CPANTS-Analyse-%{version}
-%patch1 -p1
 
 # Fix line endings
 sed -i -e 's/\r$//' bin/cpants_lint.pl Changes README TODO
@@ -124,6 +122,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Module::CPANTS::Kwalitee::Version.3pm*
 
 %changelog
+* Mon Feb 25 2013 Paul Howarth <paul at city-fan.org> - 0.87-1
+- Update to 0.87 release
+  - Fix test failures due to Test::CPAN::Meta::YAML::Version interface change
+    (CPAN RT#80225)
+  - Fix failure in 10_analyse.t due to hash randomization (CPAN RT#82939)
+  - Module::CPANTS::Kwalitee::Manifest was broken for MANIFESTs containing
+    files with spaces (CPAN RT#44796)
+- Bump version requirements for Module::ExtractUse and
+  Test::CPAN::Meta::YAML::Version as per upstream
+
 * Fri Feb 22 2013 Daniel P. Berrange <berrange at redhat.com> - 0.86-6
 - Fix test suite for newer metayml spec (rhbz #914299)
 
diff --git a/sources b/sources
index 013f7ee..b7ee925 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eecc7d1564a3ce37ca87263de8f4224a  Module-CPANTS-Analyse-0.86.tar.gz
+a1b6af999b6bc68fdab56266eeabf424  Module-CPANTS-Analyse-0.87.tar.gz


More information about the scm-commits mailing list