rpms/Spawning/devel .cvsignore, 1.2, 1.3 Spawning.spec, 1.2, 1.3 sources, 1.2, 1.3

smilner smilner at fedoraproject.org
Mon Jul 19 00:59:26 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/Spawning/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5679

Modified Files:
	.cvsignore Spawning.spec sources 
Log Message:
fix for BZ#613615


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Spawning/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	30 Apr 2010 17:53:02 -0000	1.2
+++ .cvsignore	19 Jul 2010 00:59:25 -0000	1.3
@@ -1 +1,2 @@
 Spawning-0.9.3rc2.tar.gz
+spawning-without-with.patch


Index: Spawning.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Spawning/devel/Spawning.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- Spawning.spec	1 May 2010 20:23:00 -0000	1.2
+++ Spawning.spec	19 Jul 2010 00:59:25 -0000	1.3
@@ -2,19 +2,21 @@
 
 Name:           Spawning
 Version:        0.9.3
-Release:        0.rc2.4%{?dist}
+Release:        0.rc2.5%{?dist}
 Summary:        A HTTP server for hosting WSGI python web applications
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://pypi.python.org/pypi/Spawning
 Source0:        http://pypi.python.org/packages/source/S/Spawning/Spawning-0.9.3rc2.tar.gz
+Patch0:         spawning-without-with.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-Requires:	python-eventlet
+Requires:       python-eventlet
+Requires:       python-setuptools
 
 %description
 Spawning is a wsgi server which supports multiple processes, 
@@ -23,6 +25,11 @@ and automatic graceful upgrading of code
 
 %prep
 %setup -q -n Spawning-0.9.3rc2
+# This patch is needed for python versions without the with statement only
+%if 0%{?rhel} == 5 || 0%{?rhel} == 4
+%patch0 -p0
+%endif
+
 
 %build
 %{__python} setup.py build
@@ -58,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/spawning
 
 %changelog
+* Sun Jul 18 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 0.9.3-0.rc2.5
+- Applied patch from BZ#613615 removing the with statement for EPEL <= 5
+- added setuptools as a dependency
+
 * Sat May 01 2010 Kevin Fenzi <kevin at tummy.com> - 0.9.3-0.rc2.4
 - Fix permissions on doc files. 
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Spawning/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	30 Apr 2010 17:53:02 -0000	1.2
+++ sources	19 Jul 2010 00:59:25 -0000	1.3
@@ -1 +1,2 @@
 38fdc2e0f9494d9e6719223dd4cf366f  Spawning-0.9.3rc2.tar.gz
+ed148546b77dcd22bd32b0b315303721  spawning-without-with.patch



More information about the scm-commits mailing list