From 55f1d96698e513616cdcbfc7d12b80ded7b703af Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 1 Oct 2008 06:29:12 +0000 Subject: [PATCH] - Update to 2.0.1, which contains many optimizations and bugfixes --- .cvsignore | 2 +- python-simplejson.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9fd6f7b..4b36322 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-1.9.3.tar.gz +simplejson-2.0.1.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index a18eee4..e319d7a 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-simplejson -Version: 1.9.3 +Version: 2.0.1 Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 01 2008 Luke Macken - 2.0.1-1 +- Update to 2.0.1, which contains many optimizations and bugfixes + * Wed Sep 24 2008 Luke Macken - 1.9.3-1 - Update to 1.9.3, which includes a significant decoding speed boost, and various bug fixes. diff --git a/sources b/sources index 6e1878c..4a504a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -321f7ad3a347e5a11814bcfecf8b9d11 simplejson-1.9.3.tar.gz +ee2d74d695dc63d188fc3d3c6aa0d90a simplejson-2.0.1.tar.gz