This commit is contained in:
Dennis Gilmore 2013-02-13 21:02:08 -06:00
parent b3e33ebf19
commit a854aaeb57

View File

@ -1,6 +1,6 @@
Name: json-c
Version: 0.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A JSON implementation in C
Group: Development/Libraries
License: MIT
@ -79,6 +79,9 @@ rm -rf %{buildroot}
%doc doc/html/*
%changelog
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Nov 24 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0.10-2
- Compile and install json_object_iterator using Remi Collet's fix (BZ #879771).