commit 760b7112d46399a209eb52c4232cc1e55b7d940f Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon May 12 14:53:56 2014 +0100 Update to 1.003000 - New upstream release 1.003000 - Add proper POD fetching from module/file objects. - GH #1: Switch from JSON.pm to JSON::MaybeXS - GH #2: Remove incorrect and unnecessary check for class names - Provide "ua" attribute in the main object to override user agent - 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" - This release by XSAWYERX -> update source URL perl-MetaCPAN-Client.spec | 22 +++++++++++++++++----- sources | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) --- diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec index f9698b8..7f935b6 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.002000 -Release: 2%{?dist} +Version: 1.003000 +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/M/MI/MICKEY/MetaCPAN-Client-%{version}.tar.gz +Source0: http://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/MetaCPAN-Client-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: perl @@ -17,7 +17,7 @@ BuildRequires: perl(Carp) BuildRequires: perl(Search::Elasticsearch) >= 1.10 BuildRequires: perl(Search::Elasticsearch::Scroll) BuildRequires: perl(HTTP::Tiny) -BuildRequires: perl(JSON) +BuildRequires: perl(JSON::MaybeXS) BuildRequires: perl(Moo) BuildRequires: perl(Moo::Role) BuildRequires: perl(strict) @@ -66,7 +66,7 @@ mv ./[a-z]*.t t/api/ %endif %files -%doc Changes LICENSE README +%doc Changes LICENSE README examples/ %{perl_vendorlib}/MetaCPAN/ %{_mandir}/man3/MetaCPAN::Client.3* %{_mandir}/man3/MetaCPAN::Client::Author.3* @@ -81,6 +81,18 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3* %changelog +* Sun May 4 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.003000-1 +- Update to 1.003000 + - Add proper POD fetching from module/file objects. + - GH #1: Switch from JSON.pm to JSON::MaybeXS + - GH #2: Remove incorrect and unnecessary check for class names + - Provide "ua" attribute in the main object to override user agent + - 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" +- This release by XSAWYERX -> update source URL + * Fri Apr 25 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.002000-2 - Sanitize for Fedora submission diff --git a/sources b/sources index 46aeddb..1a71c21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f77b62d0cc4ee3d47aa3013be9af8ffa MetaCPAN-Client-1.002000.tar.gz +86d2da62baf1d35fdb2d321a96fa6327 MetaCPAN-Client-1.003000.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel