This commit is contained in:
Dennis Gilmore 2013-02-14 09:26:03 -06:00
parent 10c7e3fe61
commit a5d7afae28

View File

@ -1,6 +1,6 @@
Name: perl-Test-CPAN-Meta-JSON
Version: 0.14
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Validate a META.json file within a CPAN distribution
Group: Development/Libraries
License: Artistic 2.0
@ -57,6 +57,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::CPAN::Meta::JSON::Version.3pm*
%changelog
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14
- Added minimum perl version (5.006)