[perl-MetaCPAN-API] Update to 0.44

Paul Howarth pghmcfc at fedoraproject.org
Mon Apr 28 14:06:22 UTC 2014


commit c72cb695a8d50c6adee95aaffabb026adf3098ab
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Apr 28 15:02:29 2014 +0100

    Update to 0.44
    
    - New upstream release 0.44
      - This module is deprecated; please use MetaCPAN::Client instead

 .gitignore             |    1 +
 perl-MetaCPAN-API.spec |   19 ++++++++++++++-----
 sources                |    2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6342008..62c9cdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MetaCPAN-API-0.43.tar.gz
+/MetaCPAN-API-0.44.tar.gz
diff --git a/perl-MetaCPAN-API.spec b/perl-MetaCPAN-API.spec
index 75525b7..9da0a5e 100644
--- a/perl-MetaCPAN-API.spec
+++ b/perl-MetaCPAN-API.spec
@@ -1,17 +1,17 @@
 Name:           perl-MetaCPAN-API
-Version:        0.43
-Release:        6%{?dist}
+Version:        0.44
+Release:        1%{?dist}
 Summary:        Comprehensive, DWIM-featured API to MetaCPAN
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MetaCPAN-API/
 Source0:        http://www.cpan.org/authors/id/X/XS/XSAWYERX/MetaCPAN-API-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(Any::Moose)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(English)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(HTTP::Tiny)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(Module::Build)
@@ -36,6 +36,11 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 This is a hopefully-complete API-compliant interface to MetaCPAN
 (https://metacpan.org) with DWIM capabilities, to make your life easier.
 
+However, it has been completely rewritten to address a multitude of problems,
+and is now available under the new official name: MetaCPAN::Client.
+
+Please do not use this module.
+
 %prep
 %setup -q -n MetaCPAN-API-%{version}
 
@@ -62,6 +67,10 @@ AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 28 2014 Paul Howarth <paul at city-fan.org> - 0.44-1
+- Update to 0.44
+  - This module is deprecated; please use MetaCPAN::Client instead
+
 * Sun Aug 04 2013 Petr Pisar <ppisar at redhat.com> - 0.43-6
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index c2ecd72..3120a74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-763a80273900c32aa7ff3aad356463cb  MetaCPAN-API-0.43.tar.gz
+36fc3f00d380473e1819354581869d0a  MetaCPAN-API-0.44.tar.gz


More information about the scm-commits mailing list