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:
parent
5c2d93dd97
commit
10c7e3fe61
@ -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.
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user