rpms/mod_wsgi/EL-5 .cvsignore, 1.3, 1.4 mod_wsgi.spec, 1.8, 1.9 sources, 1.5, 1.6 wsgi.conf, 1.1, 1.2

joshkayse joshkayse at fedoraproject.org
Sat Mar 13 19:40:52 UTC 2010


Author: joshkayse

Update of /cvs/pkgs/rpms/mod_wsgi/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16367

Modified Files:
	.cvsignore mod_wsgi.spec sources wsgi.conf 
Log Message:
update mod_wsgi to version 3.2
disable mod_wsgi by default and notify the administrator of why when
the administrator goes to enable it



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	5 Jan 2008 23:58:21 -0000	1.3
+++ .cvsignore	13 Mar 2010 19:40:51 -0000	1.4
@@ -1 +1 @@
-mod_wsgi-1.3.tar.gz
+mod_wsgi-3.2.tar.gz


Index: mod_wsgi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/EL-5/mod_wsgi.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mod_wsgi.spec	2 Jul 2009 20:14:15 -0000	1.8
+++ mod_wsgi.spec	13 Mar 2010 19:40:51 -0000	1.9
@@ -1,5 +1,5 @@
 Name:           mod_wsgi
-Version:        2.5
+Version:        3.2
 Release:        1%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
@@ -27,7 +27,7 @@ existing WSGI adapters for mod_python or
 
 
 %build
-%configure
+%configure --enable-shared
 make LDFLAGS="-L%{_libdir}" %{?_smp_mflags}
 
 
@@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar  9 2010 Josh Kayse <josh.kayse at gtri.gatech.edu> 3.2-1
+- update to 3.2
+- explicitly enable shared libraries
+- add a comment block to the configuration informing the administrator of 
+  incompatibilities between mod_python and mod_wsgi
+- update the configuration to disable mod_wsgi until the administrator enables
+
 * Thu Jul 02 2009 James Bowes <jbowes at redhat.com> 2.5-1
 - Update to 2.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	2 Jul 2009 20:14:15 -0000	1.5
+++ sources	13 Mar 2010 19:40:51 -0000	1.6
@@ -1 +1 @@
-43ad11c477799e2f780c50197c420afd  mod_wsgi-2.5.tar.gz
+7e4f7f443f562f21f61d1bd06defa1d8  mod_wsgi-3.2.tar.gz


Index: wsgi.conf
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/EL-5/wsgi.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- wsgi.conf	6 Jan 2008 00:14:37 -0000	1.1
+++ wsgi.conf	13 Mar 2010 19:40:51 -0000	1.2
@@ -1 +1,14 @@
-LoadModule wsgi_module modules/mod_wsgi.so
+#################################################################################
+# mod_python and mod_wsgi compatibility note
+#################################################################################
+# mod_wsgi will deadlock if run in daemon mode while mod_python is enabled
+# do not enable both mod_python and mod_wsgi if you are going to use the
+# WSGIDaemonProcess directive
+# In previous version of mod_wsgi, apache would segfault when both mod_wsgi
+# and mod_python were enabled.  This update does not guarantee that will not
+# happen.  
+#################################################################################
+# Do not enable mod_python and mod_wsgi in the same apache process.
+#################################################################################
+
+#LoadModule wsgi_module modules/mod_wsgi.so



More information about the scm-commits mailing list