Update to 0.15

- New upstream release 0.15
  - Changes file dates changed to meet W3CDTF standards
This commit is contained in:
Paul Howarth 2013-07-21 12:52:56 +01:00
parent df548334d6
commit afa88ffa8e
4 changed files with 19 additions and 15 deletions

View File

@ -1,10 +0,0 @@
--- Test-CPAN-Meta-JSON/LICENSE
+++ Test-CPAN-Meta-JSON/LICENSE
@@ -1,6 +1,6 @@
LICENSE FOR Test-CPAN-Meta-JSON
-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

@ -0,0 +1,10 @@
--- LICENSE
+++ LICENSE
@@ -1,6 +1,6 @@
LICENSE FOR Test-CPAN-Meta-JSON
-This software is copyright © 2009-2013 Barbie for Miss Barbell Productions.
+This software is copyright © 2009-2013 Barbie for Miss Barbell Productions.
This distribution is free software; you can redistribute it and/or
modify it under the Artistic Licence v2.

View File

@ -1,12 +1,12 @@
Name: perl-Test-CPAN-Meta-JSON
Version: 0.14
Release: 3%{?dist}
Version: 0.15
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.14-utf8.patch
Patch0: Test-CPAN-Meta-JSON-0.15-utf8.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
@ -32,7 +32,7 @@ See CPAN::Meta for further details of the CPAN Meta Specification.
%setup -q -n Test-CPAN-Meta-JSON-%{version}
# Recode LICENSE as UTF-8
%patch0 -p1
%patch0
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -57,6 +57,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::CPAN::Meta::JSON::Version.3pm*
%changelog
* Sun Jul 21 2013 Paul Howarth <paul@city-fan.org> - 0.15-1
- Update to 0.15
- Changes file dates changed to meet W3CDTF standards
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.14-3
- Perl 5.18 rebuild

View File

@ -1 +1 @@
b84866b99e142d63e75bb08a55e3ad26 Test-CPAN-Meta-JSON-0.14.tar.gz
284bb6e444d3771f59346edafc079055 Test-CPAN-Meta-JSON-0.15.tar.gz