diff --git a/.cvsignore b/.cvsignore index 720c6e2..44d1ed7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-1.5.tar.gz +simplejson-1.7.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index b2ef2b6..23b589e 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -3,7 +3,7 @@ Name: python-simplejson -Version: 1.5 +Version: 1.7 Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -12,7 +12,6 @@ License: MIT URL: http://undefined.org/python/#simplejson Source0: http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch BuildRequires: python-setuptools python-devel @@ -58,9 +57,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/simplejson-%{version}-py%{pyver}.egg-info %{python_sitelib}/simplejson/*.py* %{python_sitelib}/simplejson/tests/*.py* +%{python_sitelib}/simplejson/_speedups.so %changelog +* Tue Mar 20 2007 Luke Macken - 1.7 +- 1.7 (Bug #233212) + * Sat Mar 3 2007 Luke Macken - 1.5 - 1.5 diff --git a/sources b/sources index ffc0738..e44c122 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16e579c1230e7a0469f9e46b57fb53df simplejson-1.5.tar.gz +1e8866f758ef8e7d5fe6ebeb1b26e4eb simplejson-1.7.tar.gz