|
|
@ -2,7 +2,7 @@
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-simplejson
|
|
|
|
Name: python-simplejson
|
|
|
|
Version: 2.0.1
|
|
|
|
Version: 2.0.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
|
|
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.3-1
|
|
|
|
|
|
|
|
- update to 2.0.3
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 01 2008 Luke Macken <lmacken@redhat.com> - 2.0.1-1
|
|
|
|
* Wed Oct 01 2008 Luke Macken <lmacken@redhat.com> - 2.0.1-1
|
|
|
|
- Update to 2.0.1, which contains many optimizations and bugfixes
|
|
|
|
- Update to 2.0.1, which contains many optimizations and bugfixes
|
|
|
|
|
|
|
|
|
|
|
|