diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec index 7f935b6..0aab02a 100644 --- a/perl-MetaCPAN-Client.spec +++ b/perl-MetaCPAN-Client.spec @@ -1,13 +1,13 @@ %bcond_with network_tests Name: perl-MetaCPAN-Client -Version: 1.003000 +Version: 1.004001 Release: 1%{?dist} Summary: A comprehensive, DWIM-featured client to the MetaCPAN API Group: Development/Libraries License: GPL+ or Artistic URL: https://github.com/CPAN-API/metacpan-client -Source0: http://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/MetaCPAN-Client-%{version}.tar.gz +Source0: http://cpan.metacpan.org/authors/id/M/MI/MICKEY/MetaCPAN-Client-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: perl @@ -20,10 +20,12 @@ BuildRequires: perl(HTTP::Tiny) BuildRequires: perl(JSON::MaybeXS) BuildRequires: perl(Moo) BuildRequires: perl(Moo::Role) +BuildRequires: perl(Safe::Isa) BuildRequires: perl(strict) BuildRequires: perl(Try::Tiny) BuildRequires: perl(warnings) # Test suite +BuildRequires: perl(base) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) @@ -81,6 +83,12 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3* %changelog +* Tue May 27 2014 Paul Howarth - 1.004001-1 +- Update to 1.004001 + - Reworked ResultSet to allow RS in non-scrolled searches + - Correct rev_deps query +- This release by MICKEY -> update source URL + * Sun May 4 2014 Paul Howarth - 1.003000-1 - Update to 1.003000 - Add proper POD fetching from module/file objects. @@ -90,7 +98,7 @@ mv ./[a-z]*.t t/api/ - Add some use-case examples (examples directory) - Add 'releases' method to Author (not official so no docs yet) - GH #4: Use example with hyphen - - Related to GH #4, use Data::Printer instead of shotened name "DDP" + - Related to GH #4, use Data::Printer instead of shortened name "DDP" - This release by XSAWYERX -> update source URL * Fri Apr 25 2014 Paul Howarth - 1.002000-2 diff --git a/sources b/sources index 1a71c21..4bea8f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86d2da62baf1d35fdb2d321a96fa6327 MetaCPAN-Client-1.003000.tar.gz +3d139421f614809b6ac35a2a74127b12 MetaCPAN-Client-1.004001.tar.gz