[perl-MetaCPAN-Client] Update to 1.007001

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 9 19:32:04 UTC 2014


commit 5653dd83dcab423ed8bc3dde4e0b23cb88c6fe45
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 9 20:31:11 2014 +0100

    Update to 1.007001
    
    - New upstream release 1.007001
      - GH#18: HTTP::Tiny::Mech and WWW::Mechanize::Cached downgraded to being
        non-essential for tests
      - GH#19: Include 'metadata' in known_fields for ::Release
    - Make the POD tests author tests instead of release tests so we can run them

 perl-MetaCPAN-Client.spec |   16 ++++++++++++++--
 sources                   |    2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec
index e9fae5f..ae19fab 100644
--- a/perl-MetaCPAN-Client.spec
+++ b/perl-MetaCPAN-Client.spec
@@ -3,8 +3,8 @@
 # TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when available
 
 Name:		perl-MetaCPAN-Client
-Version:	1.007000
-Release:	2%{?dist}
+Version:	1.007001
+Release:	1%{?dist}
 Summary:	A comprehensive, DWIM-featured client to the MetaCPAN API
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -50,6 +50,11 @@ This is a hopefully-complete API-compliant interface to MetaCPAN
 %prep
 %setup -q -n MetaCPAN-Client-%{version}
 
+# Run the POD tests too; don't want to enable RELEASE_TESTING because
+# Test::Requires then makes optional tests non-optional, and we don't
+# have all of the dependencies we need to run the optional tests
+sed -i -e 's|RELEASE_TESTING|AUTHOR_TESTING|' t/release-pod-{coverage,syntax}.t
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -88,6 +93,13 @@ mv ./[a-z]*.t t/api/
 %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3*
 
 %changelog
+* Thu Oct  9 2014 Paul Howarth <paul at city-fan.org> - 1.007001-1
+- Update to 1.007001
+  - GH#18: HTTP::Tiny::Mech and WWW::Mechanize::Cached downgraded to being
+    non-essential for tests
+  - GH#19: Include 'metadata' in known_fields for ::Release
+- Make the POD tests author tests instead of release tests so we can run them
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.007000-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ed51b2e..ed6cbdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94002efef79adb465c081abb67d4dac2  MetaCPAN-Client-1.007000.tar.gz
+aa0f86d4d20e9f82ad820e0fe2440b05  MetaCPAN-Client-1.007001.tar.gz



More information about the perl-devel mailing list