rpms/python-turbojson/devel python-turbojson.spec,1.5,1.6

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Sat Feb 2 17:46:31 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-turbojson/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27739

Modified Files:
	python-turbojson.spec 
Log Message:
* Sat Feb 2 2008 Toshio Kuratomi <tkuratom at redhat.com> 1.1.2-2
- Backport fix for 1.1.2's SQLAlchemy breakage.



Index: python-turbojson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/devel/python-turbojson.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-turbojson.spec	27 Nov 2007 20:23:53 -0000	1.5
+++ python-turbojson.spec	2 Feb 2008 17:45:55 -0000	1.6
@@ -5,13 +5,16 @@
 
 Name:           python-turbojson
 Version:        1.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python template plugin that supports json
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://cheeseshop.python.org/pypi/TurboJson
 Source0:        http://pypi.python.org/packages/source/T/TurboJson/TurboJson-%{version}.tar.gz
+# Backport of upstream patch to fix SQLAlchemy support::
+# http://trac.turbogears.org/changeset/3749?format=diff&new=3749
+Patch0:         python-turbojson-SAfix-r3749.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -26,6 +29,7 @@
 
 %prep
 %setup -q -n TurboJson-%{version}
+%patch0 -p0
 
 %build
 %{__python} setup.py build
@@ -33,8 +37,7 @@
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install --skip-build --root=%{buildroot} \
-    --single-version-externally-managed
+%{__python} setup.py install --skip-build --root=%{buildroot}
 
 
 %clean
@@ -48,6 +51,9 @@
 
 
 %changelog
+* Sat Feb 2 2008 Toshio Kuratomi <tkuratom at redhat.com> 1.1.2-2
+- Backport fix for 1.1.2's SQLAlchemy breakage.
+
 * Tue Nov 27 2007 Luke Macken <lmacken at redhat.com> 1.1.2-1
 - 1.1.2
 




More information about the fedora-extras-commits mailing list