Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2016-06-07 23:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_wsgi"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi-python3.changes    
    2016-03-07 13:24:11.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi-python3.changes
   2016-06-07 23:49:52.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jun  3 13:36:04 UTC 2016 - [email protected]
+
+- update to 4.5.2
+  * Upstream release notes:
+    + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.5.2.html
+    + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.5.1.html
+    + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.5.0.html
+    + http://modwsgi.readthedocs.io/en/latest/release-notes/version-4.4.23.html
+- minimized delta between spec files
+- use the #/ trick for the source url
+
+-------------------------------------------------------------------
apache2-mod_wsgi.changes: same change

Old:
----
  mod_wsgi-4.4.22.tar.gz

New:
----
  mod_wsgi-4.5.2.tar.gz

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

Other differences:
------------------
++++++ apache2-mod_wsgi-python3.spec ++++++
--- /var/tmp/diff_new_pack.Lj76MB/_old  2016-06-07 23:49:53.000000000 +0200
+++ /var/tmp/diff_new_pack.Lj76MB/_new  2016-06-07 23:49:53.000000000 +0200
@@ -18,14 +18,13 @@
 
 %define modname mod_wsgi
 Name:           apache2-mod_wsgi-python3
-Version:        4.4.22
+Version:        4.5.2
 Release:        0
 Summary:        A WSGI interface for Python3 web applications in Apache
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
 Url:            https://github.com/GrahamDumpleton/mod_wsgi
-#Source:        
https://github.com/GrahamDumpleton/mod_wsgi/archive/%%{version}.tar.gz
-Source:         %{modname}-%{version}.tar.gz
+Source:         
https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479
 Patch0:         wsgi_fixVersionCheck.patch
 BuildRequires:  python3-devel

++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.Lj76MB/_old  2016-06-07 23:49:53.000000000 +0200
+++ /var/tmp/diff_new_pack.Lj76MB/_new  2016-06-07 23:49:53.000000000 +0200
@@ -18,14 +18,13 @@
 
 %define modname mod_wsgi
 Name:           apache2-mod_wsgi
-Version:        4.4.22
+Version:        4.5.2
 Release:        0
-Summary:        Python WSGI adapter module for Apache
+Summary:        A WSGI interface for Python web applications in Apache
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
 Url:            https://github.com/GrahamDumpleton/mod_wsgi
-#Source:        
https://github.com/GrahamDumpleton/mod_wsgi/archive/%%{version}.tar.gz
-Source:         %{modname}-%{version}.tar.gz
+Source:         
https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479
 Patch0:         wsgi_fixVersionCheck.patch
 BuildRequires:  python-devel
@@ -50,8 +49,12 @@
 Conflicts:      apache2-mod_wsgi-python3
 
 %description
-The aim of mod_wsgi is to implement a simple to use Apache module which can
-host any Python application which supports the Python WSGI interface.
+The mod_wsgi adapter is an Apacheache module that provides a WSGI compliant
+interface for hosting Python based web applications within Apache. The
+adapter is writtentten completely in C code against the Apache C runtime and
+for hosting WSGI applications within Apache has a lower overhead than using
+existing WSGI adapters for mod_python or CGI.
+
 
 %prep
 %setup -q -n %{modname}-%{version}
@@ -71,6 +74,14 @@
 %install
 make install DESTDIR=%{buildroot} LIBEXECDIR=%{apache_libexecdir}
 
+%if 0%{?suse_version} >= 1330
+# don't exist for <= Leap 42.1
+%check
+set +x
+%apache_test_module_load -m wsgi
+set -x
+%endif
+
 %post
 %if 0%{?suse_version}
 if ! %{_sbindir}/a2enmod -q wsgi; then
@@ -87,14 +98,6 @@
 fi
 %endif
 
-%if 0%{?suse_version} >= 1330
-# don't exist for <= Leap 42.1
-%check
-set +x
-%apache_test_module_load -m wsgi
-set -x
-%endif
-
 %files
 %defattr(-,root,root)
 %doc LICENSE README.rst docs/release-notes

++++++ mod_wsgi-4.4.22.tar.gz -> mod_wsgi-4.5.2.tar.gz ++++++
++++ 2141 lines of diff (skipped)


Reply via email to