diff --git a/json-c.spec b/json-c.spec index c0c0cc9..9131188 100644 --- a/json-c.spec +++ b/json-c.spec @@ -1,14 +1,13 @@ Name: json-c -Version: 0.9 +Version: 0.10 Release: 1%{?dist} Summary: A JSON implementation in C Group: Development/Libraries License: MIT -URL: http://oss.metaparadigm.com/json-c/ -Source0: http://oss.metaparadigm.com/json-c/json-c-%{version}.tar.gz +URL: https://github.com/json-c/json-c/wiki +Source0: https://github.com/downloads/json-c/json-c/json-c-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - %description JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse @@ -74,5 +73,20 @@ rm -rf %{buildroot} %doc doc/html/* %changelog +* Sat Nov 24 2012 Jussi Lehtola - 0.10-1 +- Update to 0.10 (BZ #879771). + +* Thu Jul 19 2012 Fedora Release Engineering - 0.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jan 23 2012 Jiri Pirko - 0.9-4 +- add json_tokener_parse_verbose, and return NULL on parser errors + +* Fri Jan 13 2012 Fedora Release Engineering - 0.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Tue Apr 06 2010 Jussi Lehtola - 0.9-1 - First release. diff --git a/sources b/sources index 28d3e60..76cb614 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a13d264528dcbaf3931b0cede24abae json-c-0.9.tar.gz +a4edc79410eb894f08d7d52ca9f88732 json-c-0.10.tar.gz