[perl-Test-CPAN-Meta] Update to 0.17

Paul Howarth pghmcfc at fedoraproject.org
Sat Jul 31 15:32:40 UTC 2010


commit 8af702ecf23edd0873597db16e2b019430f99ac7
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jul 31 16:31:35 2010 +0100

    Update to 0.17
    
    - Update to 0.17
      - Fix RT#46473: license url with fragment part
      - Fix RT#47393: "optional_features" as map rather than list
      - Renamed word() to keyword()
      - Added identifier() validation
      - Changed optional_features key from a keyword to an identifier type
      - Clarified spec defined and user defined keys
      - Fixed qr// delimiters due to issues with the NOT SIGN symbol

 .gitignore               |    2 +-
 perl-Test-CPAN-Meta.spec |   14 ++++++++++++--
 sources                  |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90020f4..22a579d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Test-CPAN-Meta-0.13.tar.gz
+Test-CPAN-Meta-0.17.tar.gz
diff --git a/perl-Test-CPAN-Meta.spec b/perl-Test-CPAN-Meta.spec
index 0b85d5d..4d341cf 100644
--- a/perl-Test-CPAN-Meta.spec
+++ b/perl-Test-CPAN-Meta.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-CPAN-Meta
-Version:        0.13
-Release:        3%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        Validation of the META.yml file in a CPAN distribution
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -57,6 +57,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 0.17-1
+- Update to 0.17
+  - Fix RT#46473: license url with fragment part
+  - Fix RT#47393: "optional_features" as map rather than list
+  - Renamed word() to keyword()
+  - Added identifier() validation
+  - Changed optional_features key from a keyword to an identifier type
+  - Clarified spec defined and user defined keys
+  - Fixed qr// delimiters due to issues with the NOT SIGN symbol
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.13-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 56bb544..730c854 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af486e1d6d27c7b56d3c007911626738  Test-CPAN-Meta-0.13.tar.gz
+17fd0360083a3bee4b225b6b344db1a0  Test-CPAN-Meta-0.17.tar.gz



More information about the perl-devel mailing list