This commit is contained in:
Dennis Gilmore 2012-07-19 11:41:35 -05:00
parent 82503f999c
commit 49cb6cca76

View File

@ -1,6 +1,6 @@
Name: json-c Name: json-c
Version: 0.9 Version: 0.9
Release: 4%{?dist} Release: 5%{?dist}
Summary: A JSON implementation in C Summary: A JSON implementation in C
Group: Development/Libraries Group: Development/Libraries
License: MIT License: MIT
@ -75,6 +75,9 @@ rm -rf %{buildroot}
%doc doc/html/* %doc doc/html/*
%changelog %changelog
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jan 23 2012 Jiri Pirko <jpirko@redhat.com> - 0.9-4 * Mon Jan 23 2012 Jiri Pirko <jpirko@redhat.com> - 0.9-4
- add json_tokener_parse_verbose, and return NULL on parser errors - add json_tokener_parse_verbose, and return NULL on parser errors