From b178de1a25e38c66eba75c99a560597088f9587c Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 7 Jan 2009 05:32:10 +0000 Subject: [PATCH] Update to 2.0.7 --- .cvsignore | 2 +- python-simplejson.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2a5965c..a323ae5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-2.0.3.tar.gz +simplejson-2.0.7.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index e609a59..ab82b45 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-simplejson -Version: 2.0.3 -Release: 3%{?dist} +Version: 2.0.7 +Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 06 2009 Luke Macken 2.0.7-1 +- Update to 2.0.7 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.0.3-3 - Rebuild for Python 2.6 diff --git a/sources b/sources index 0cb6f2e..e358522 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6da5d665c9e772ac65eae9b4ce6d737b simplejson-2.0.3.tar.gz +9d02273f8615b8e3fceda891ffff10d1 simplejson-2.0.7.tar.gz