Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2017-09-20 17:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_wsgi"

Wed Sep 20 17:13:45 2017 rev:23 rq:527458 version:4.5.18

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi-python3.changes    
    2016-06-07 23:49:52.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi-python3.changes
   2017-09-20 17:13:46.992329951 +0200
@@ -1,0 +2,7 @@
+Sat Sep 16 13:56:42 UTC 2017 - [email protected]
+
+- update to 4.5.18 see full changes bugfix and new features here:
+  http://modwsgi.readthedocs.io/en/latest/release-notes
+- specleanup
+
+-------------------------------------------------------------------
apache2-mod_wsgi.changes: same change

Old:
----
  mod_wsgi-4.5.2.tar.gz

New:
----
  mod_wsgi-4.5.18.tar.gz

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

Other differences:
------------------
++++++ apache2-mod_wsgi-python3.spec ++++++
--- /var/tmp/diff_new_pack.uK9Msl/_old  2017-09-20 17:13:48.672093492 +0200
+++ /var/tmp/diff_new_pack.uK9Msl/_new  2017-09-20 17:13:48.676092930 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_wsgi-python3
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,8 +17,17 @@
 
 
 %define modname mod_wsgi
+%if 0%{?suse_version}
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2-devel
+%else
+%define apache_apxs %{bindir}/apxs
+%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
+BuildRequires:  httpd
+BuildRequires:  httpd-devel
+%endif
 Name:           apache2-mod_wsgi-python3
-Version:        4.5.2
+Version:        4.5.18
 Release:        0
 Summary:        A WSGI interface for Python3 web applications in Apache
 License:        Apache-2.0
@@ -28,25 +37,16 @@
 ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479
 Patch0:         wsgi_fixVersionCheck.patch
 BuildRequires:  python3-devel
+Conflicts:      apache2-mod_wsgi
 Provides:       %{modname} = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  apache-rpm-macros
-BuildRequires:  apache2-devel
-%else
-%define apache_apxs %{bindir}/apxs
-%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
-BuildRequires:  httpd
-BuildRequires:  httpd-devel
-%endif
-%if 0%{?suse_version}
 Requires:       %{apache_mmn}
 Requires:       %{apache_suse_maintenance_mmn}
 Requires:       apache2
 %else
 Requires:       httpd
 %endif
-Conflicts:      apache2-mod_wsgi
 
 %description
 The mod_wsgi adapter is an Apacheache module that provides a WSGI compliant
@@ -55,7 +55,6 @@
 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}
 %patch0 -p1

++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.uK9Msl/_old  2017-09-20 17:13:48.696090115 +0200
+++ /var/tmp/diff_new_pack.uK9Msl/_new  2017-09-20 17:13:48.700089551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_wsgi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,8 +17,17 @@
 
 
 %define modname mod_wsgi
+%if 0%{?suse_version}
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2-devel
+%else
+%define apache_apxs %{bindir}/apxs
+%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
+BuildRequires:  httpd
+BuildRequires:  httpd-devel
+%endif
 Name:           apache2-mod_wsgi
-Version:        4.5.2
+Version:        4.5.18
 Release:        0
 Summary:        A WSGI interface for Python web applications in Apache
 License:        Apache-2.0
@@ -28,25 +37,16 @@
 ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479
 Patch0:         wsgi_fixVersionCheck.patch
 BuildRequires:  python-devel
+Conflicts:      apache2-mod_wsgi-python3
 Provides:       %{modname} = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  apache-rpm-macros
-BuildRequires:  apache2-devel
-%else
-%define apache_apxs %{bindir}/apxs
-%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
-BuildRequires:  httpd
-BuildRequires:  httpd-devel
-%endif
-%if 0%{?suse_version}
 Requires:       %{apache_mmn}
 Requires:       %{apache_suse_maintenance_mmn}
 Requires:       apache2
 %else
 Requires:       httpd
 %endif
-Conflicts:      apache2-mod_wsgi-python3
 
 %description
 The mod_wsgi adapter is an Apacheache module that provides a WSGI compliant
@@ -55,7 +55,6 @@
 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}
 %patch0 -p1

++++++ mod_wsgi-4.5.2.tar.gz -> mod_wsgi-4.5.18.tar.gz ++++++
++++ 6334 lines of diff (skipped)


Reply via email to