Update to 0.14

- New upstream release 0.14
  - Added minimum perl version (5.006)
  - Reworked Makefile.PL for clarity
  - Implemented Perl::Critic suggestions
  - Added meta_json_ok test and example
  - Several Version.pm updates
- Update UTF8 patch
This commit is contained in:
Paul Howarth 2012-08-21 20:27:32 +01:00
parent 5c2d93dd97
commit 10c7e3fe61
3 changed files with 15 additions and 6 deletions

View File

@ -3,8 +3,8 @@
@@ -1,6 +1,6 @@
LICENSE FOR Test-CPAN-Meta-JSON
-This software is copyright © 2009-2011 Barbie for Miss Barbell Productions.
+This software is copyright © 2009-2011 Barbie for Miss Barbell Productions.
-This software is copyright © 2009-2012 Barbie for Miss Barbell Productions.
+This software is copyright © 2009-2012 Barbie for Miss Barbell Productions.
This library is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.

View File

@ -1,12 +1,12 @@
Name: perl-Test-CPAN-Meta-JSON
Version: 0.13
Release: 3%{?dist}
Version: 0.14
Release: 1%{?dist}
Summary: Validate a META.json file within a CPAN distribution
Group: Development/Libraries
License: Artistic 2.0
URL: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
Source0: http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-JSON-%{version}.tar.gz
Patch0: Test-CPAN-Meta-JSON-0.10-utf8.patch
Patch0: Test-CPAN-Meta-JSON-0.14-utf8.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
@ -57,6 +57,15 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::CPAN::Meta::JSON::Version.3pm*
%changelog
* Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14
- Added minimum perl version (5.006)
- Reworked Makefile.PL for clarity
- Implemented Perl::Critic suggestions
- Added meta_json_ok test and example
- Several Version.pm updates
- Update UTF8 patch
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
0f72ac7b339fc9dc6af0e9c1a80a2305 Test-CPAN-Meta-JSON-0.13.tar.gz
b84866b99e142d63e75bb08a55e3ad26 Test-CPAN-Meta-JSON-0.14.tar.gz