Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2013-01-31 16:25:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_wsgi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi.changes        
2012-12-07 14:06:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi.changes   
2013-01-31 16:25:03.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Jan 30 14:39:38 UTC 2013 - [email protected]
+
+- Update to version 3.4:
+  + New support for Apache 2.4
+  + Support for Python 3.2
+  + Is now guaranteed that mod_ssl access handler is run before
+    that for mod_wsgi so that any per request variables setup by
+    mod_ssl are available in the mod_wsgi access handler as
+    implemented by WSGIAccessScript directive.
+  + Added 'python-home' option to WSGIDaemonProcess.
+  + Added 'lang' and 'locale' options to WSGIDaemonProcess.
+  + Split combined WWW-Authenticate header returned from daemon
+    process back into separate headers.
+- Introduce build compatibility with apache 2.4: apxs2 was moved
+  from %{_sbindir} to %{_bindir}
+
+-------------------------------------------------------------------

Old:
----
  mod_wsgi-3.3.tar.gz

New:
----
  mod_wsgi-3.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.0B5VD1/_old  2013-01-31 16:25:05.000000000 +0100
+++ /var/tmp/diff_new_pack.0B5VD1/_new  2013-01-31 16:25:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_wsgi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           apache2-mod_wsgi
-Version:        3.3
+Version:        3.4
 Release:        0
 Summary:        Python WSGI adapter module for Apache
 License:        Apache-2.0
@@ -25,7 +25,12 @@
 Url:            http://code.google.com/p/modwsgi/
 Source:         http://modwsgi.googlecode.com/files/mod_wsgi-%{version}.tar.gz
 %define tarname mod_wsgi
-%define apxs /usr/sbin/apxs2
+%define apache_branch     %(rpm -q --qf %%{version} apache2 | grep -E -o 
"2\\.[0-9]+")
+%if "%{apache_branch}" == "2.4"
+  %define apxs %{_bindir}/apxs2
+%else
+  %define apxs %{_sbindir}/apxs2
+%endif
 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
 BuildRequires:  apache2-devel
 BuildRequires:  python-devel

++++++ mod_wsgi-3.3.tar.gz -> mod_wsgi-3.4.tar.gz ++++++
++++ 2015 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to