From ab73b5d0c6d0fa9a9d9a722798a90ba3599796a3 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sun, 8 Jul 2007 22:40:05 +0000 Subject: [PATCH] 1.7.1 --- .cvsignore | 2 +- python-simplejson.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 44d1ed7..4683527 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-1.7.tar.gz +simplejson-1.7.1.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index dd10d4f..0447241 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: 1.7 -Release: 2%{?dist} +Version: 1.7.1 +Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 8 2007 Luke Macken - 1.7.1-1 +- 1.7.1 + * Wed Mar 21 2007 Luke Macken - 1.7-2 - Use python_sitearch instead of sitelib diff --git a/sources b/sources index e44c122..15c7a38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e8866f758ef8e7d5fe6ebeb1b26e4eb simplejson-1.7.tar.gz +b723d488ea43583122511263e9c2c93a simplejson-1.7.1.tar.gz