rpms/TurboGears/devel TurboGears.spec,1.39,1.40

Luke Macken lmacken at fedoraproject.org
Thu Sep 18 07:11:30 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/TurboGears/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31796

Modified Files:
	TurboGears.spec 
Log Message:
Add a patch to allow newer versions of TurboJson



Index: TurboGears.spec
===================================================================
RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- TurboGears.spec	18 Sep 2008 00:32:33 -0000	1.39
+++ TurboGears.spec	18 Sep 2008 07:10:59 -0000	1.40
@@ -3,7 +3,7 @@
 
 Name:           TurboGears
 Version:        1.0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -11,6 +11,7 @@
 URL:            http://www.turbogears.org
 Source0:        http://pypi.python.org/packages/source/T/%{name}/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-cherrypyreq.patch
+Patch1:         %{name}-%{version}-setup.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -67,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -b .cherrypyreq
+%patch1 -b .setup
 
 
 %build
@@ -90,6 +92,9 @@
 %{python_sitelib}/turbogears/
 
 %changelog
+* Wed Sep 17 2008 Luke Macken <lmacken at redhat.com> 1.0.7-2
+- Add a patch to allow newer versions of TurboJson
+
 * Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.0.7-1
 - Update to the latest upstream release
 - Utilize the test suite




More information about the fedora-extras-commits mailing list