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

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


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

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

 .gitignore            |    1 +
 python-turbojson.spec |    9 +++++----
 sources               |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f36f839..5640f42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 TurboJson-1.2.1.tar.gz
 /TurboJson-1.3.tar.gz
 /TurboJson-1.3.1.tar.gz
+/TurboJson-1.3.2.tar.gz
diff --git a/python-turbojson.spec b/python-turbojson.spec
index 135f248..506aa17 100644
--- a/python-turbojson.spec
+++ b/python-turbojson.spec
@@ -5,8 +5,8 @@
 %global module turbojson
 
 Name:           python-turbojson
-Version:        1.3.1
-Release:        2%{?dist}
+Version:        1.3.2
+Release:        1%{?dist}
 Summary:        Python template plugin that supports json
 
 Group:          Development/Languages
@@ -23,10 +23,8 @@ BuildRequires: python-nose
 BuildRequires: python-sqlalchemy
 BuildRequires: python-sqlobject
 
-%if 0%{?rhel} && 0%{?rhel} <= 5
 BuildRequires: python-simplejson >= 1.9.1
 Requires:      python-simplejson >= 1.9.1
-%endif
 
 Requires:      python-peak-rules >= 0.5a1.dev-0.2600
 
@@ -61,6 +59,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
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
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