[python-turbojson13/el6] New upstream. Once again require simplejson because the speed is so much better

Toshio くらとみ toshio at fedoraproject.org
Wed Sep 7 21:13:58 UTC 2011


commit cc5c06df105ddb0553fe4f57e8f0f456309ac97e
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Sep 7 14:13:34 2011 -0700

    New upstream.  Once again require simplejson because the speed is so much better

 .gitignore              |    3 +--
 python-turbojson13.spec |   10 +++++-----
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbd4bb5..e202b6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/TurboJson-1.3.tar.gz
-/TurboJson-1.3.1.tar.gz
+/TurboJson-1.3.2.tar.gz
diff --git a/python-turbojson13.spec b/python-turbojson13.spec
index 8d930e5..e57855f 100644
--- a/python-turbojson13.spec
+++ b/python-turbojson13.spec
@@ -5,8 +5,8 @@
 %global module turbojson
 
 Name:           python-turbojson13
-Version:        1.3.1
-Release:        2%{?dist}
+Version:        1.3.2
+Release:        1%{?dist}
 Summary:        Python template plugin that supports json
 
 Group:          Development/Languages
@@ -26,11 +26,8 @@ BuildRequires: python-nose
 BuildRequires: python-sqlalchemy
 BuildRequires: python-sqlobject
 
-%if 0%{?rhel} && 0%{?rhel} <= 5
-# Python 2.6+ does not need simplejson
 BuildRequires: python-simplejson >= 1.9.1
 Requires:      python-simplejson >= 1.9.1
-%endif
 
 Requires:      python-peak-rules >= 0.5a1.dev-8.2582
 
@@ -71,6 +68,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 7 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.3.2-1
+- New upstream.  Once again require simplejson because the speed is so much better
+
 * Fri Jul 15 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.3.1-2
 - Rebuild because the previous build was not added to updates in bodhi
 
diff --git a/sources b/sources
index 2f13a63..2a75b41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e43b0735b8d4c2b574fbfc3b737ba00  TurboJson-1.3.1.tar.gz
+d5065fb6c2aaaf7fb9e56cc4561090f4  TurboJson-1.3.2.tar.gz


More information about the scm-commits mailing list