Update to 2.57 and remove no-longer-used macros

This commit is contained in:
Emmanuel Seyman 2013-04-07 03:46:27 +02:00
parent 833715beb3
commit cbd8d94725
2 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,9 @@
Name: perl-JSON
Summary: Parse and convert to JSON (JavaScript Object Notation)
Version: 2.53
Release: 8%{?dist}
Version: 2.57
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz
URL: http://search.cpan.org/dist/JSON/
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -64,12 +64,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sun Apr 07 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 2.57-1
- Update to 2.57
- Remove no-longer-used macros
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.53-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
7db1be00d44414c4962eeac222395a76 JSON-2.53.tar.gz
64925265e8338418b551a02606836dd0 JSON-2.57.tar.gz