[perl-Test-CPAN-Meta] 0.21 bump

Petr Pisar ppisar at fedoraproject.org
Fri Apr 27 11:31:44 UTC 2012


commit 06b1849e3759baa2ad940518294f54a2859bbcfd
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Apr 27 13:31:17 2012 +0200

    0.21 bump

 .gitignore               |    1 +
 perl-Test-CPAN-Meta.spec |   12 ++++++++----
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22a579d..140934d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-CPAN-Meta-0.17.tar.gz
+/Test-CPAN-Meta-0.21.tar.gz
diff --git a/perl-Test-CPAN-Meta.spec b/perl-Test-CPAN-Meta.spec
index f4e0550..12bdecd 100644
--- a/perl-Test-CPAN-Meta.spec
+++ b/perl-Test-CPAN-Meta.spec
@@ -1,14 +1,15 @@
 Name:           perl-Test-CPAN-Meta
-Version:        0.17
-Release:        5%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 Summary:        Validation of the META.yml file in a CPAN distribution
-License:        GPL+ or Artistic
+License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-CPAN-Meta/
 Source0:        http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Parse::CPAN::Meta) >= 0.02
 BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::Builder::Tester)
@@ -52,11 +53,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Artistic Changes LICENSE README examples/
+%doc Changes LICENSE README examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 27 2012 Petr Pisar <ppisar at redhat.com> - 0.21-1
+- 0.21 bump
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 730c854..59e9832 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17fd0360083a3bee4b225b6b344db1a0  Test-CPAN-Meta-0.17.tar.gz
+949b5867708c1fe5a3ac51cdcb25eaea  Test-CPAN-Meta-0.21.tar.gz


More information about the scm-commits mailing list