commit bf9f69ae69238686cee11a5b50e779f1b4a961d8 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Aug 19 16:11:35 2014 +0100 Update to 1.007000 - New upstream release 1.007000 - Ensure passing user-specified ua values to all parts internally, including to Elasticsearch (GH #17, CPAN RT#95796) - Entity-consuming roles now have a 'client' attribute that will lazy build, or reference the MetaCPAN::Client that created them via new_from_request (GH #17) - Use %license - Upstream dropped switching to filters document - Skip the release tests for now because of missing optional test dependencies and failing Pod Coverage test with Moo ≥ 1.005 (#1124400, https://github.com/CPAN-API/metacpan-client/issues/16) perl-MetaCPAN-Client.spec | 25 +++++++++++++++++++++---- sources | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) --- diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec index c2b636d..ca34d12 100644 --- a/perl-MetaCPAN-Client.spec +++ b/perl-MetaCPAN-Client.spec @@ -1,7 +1,9 @@ %bcond_with network_tests +# TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when available + Name: perl-MetaCPAN-Client -Version: 1.006000 +Version: 1.007000 Release: 1%{?dist} Summary: A comprehensive, DWIM-featured client to the MetaCPAN API Group: Development/Libraries @@ -11,7 +13,7 @@ Source0: http://cpan.metacpan.org/authors/id/M/MI/MICKEY/MetaCPAN-Client-%{versi BuildArch: noarch # Build BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) # Module BuildRequires: perl(Carp) BuildRequires: perl(Search::Elasticsearch) >= 1.10 @@ -31,6 +33,7 @@ BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Requires) # Author/Release tests BuildRequires: perl(English) BuildRequires: perl(Pod::Coverage::TrustPod) @@ -61,14 +64,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \; mv t/api/[a-z]*.t ./ %endif -make test AUTHOR_TESTING=1 RELEASE_TESTING=1 +make test AUTHOR_TESTING=1 # RELEASE_TESTING=1 %if !%{with network_tests} mv ./[a-z]*.t t/api/ %endif %files -%doc Changes LICENSE README examples/ switching_to_filters +%license LICENSE +%doc Changes README examples/ %{perl_vendorlib}/MetaCPAN/ %{_mandir}/man3/MetaCPAN::Client.3* %{_mandir}/man3/MetaCPAN::Client::Author.3* @@ -84,6 +88,19 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3* %changelog +* Tue Aug 19 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.007000-1 +- Update to 1.007000 + - Ensure passing user-specified ua values to all parts internally, including + to Elasticsearch (GH #17, CPAN RT#95796) + - Entity-consuming roles now have a 'client' attribute that will lazy build, + or reference the MetaCPAN::Client that created them via new_from_request + (GH #17) +- Use %%license +- Upstream dropped switching to filters document +- Skip the release tests for now because of missing optional test dependencies + and failing Pod Coverage test with Moo ≥ 1.005 + (#1124400, https://github.com/CPAN-API/metacpan-client/issues/16) + * Tue Jun 24 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.006000-1 - Update to 1.006000 - Add 'recent' functionality (latest releases) diff --git a/sources b/sources index edbb4a3..ed51b2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8e6fce5f31e18f058944277d596fed9 MetaCPAN-Client-1.006000.tar.gz +94002efef79adb465c081abb67d4dac2 MetaCPAN-Client-1.007000.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