From ce8bf285a713a85d62f058e8e6c32a610f00cbc7 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 9 May 2011 12:37:43 -0700 Subject: [PATCH] Update to 2.1.6 for a segfault fix --- .gitignore | 1 + python-simplejson.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c922f2a..67db1f4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ simplejson-2.1.1.tar.gz /simplejson-2.1.2.tar.gz /simplejson-2.1.3.tar.gz /simplejson-2.1.5.tar.gz +/simplejson-2.1.6.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index f236625..b196bb2 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -4,7 +4,7 @@ Name: python-simplejson -Version: 2.1.5 +Version: 2.1.6 Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -16,7 +16,7 @@ URL: http://undefined.org/python/#simplejson Source0: http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: python-setuptools-devel BuildRequires: python-nose BuildRequires: python-sphinx @@ -73,6 +73,9 @@ rm -rf %{buildroot} %changelog +* Mon May 9 2011 Toshio Kuratomi - 2.1.6-1 +- Update to 2.1.6 for a segfault fix + * Sat Apr 30 2011 Toshio Kuratomi - 2.1.5-1 - Update to 2.1.5, trivial upstream release (change makes more compact output) diff --git a/sources b/sources index deb382a..b6c121c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03b7833ea09ce2793e516be009d6b169 simplejson-2.1.5.tar.gz +2f8351f6e6fe7ef25744805dfa56c0d5 simplejson-2.1.6.tar.gz