Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2020-04-15 19:55:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_wsgi"

Wed Apr 15 19:55:05 2020 rev:28 rq:794038 version:4.6.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi-python3.changes    
    2020-02-18 13:30:10.396792115 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new.2738/apache2-mod_wsgi-python3.changes
      2020-04-15 19:55:21.149622188 +0200
@@ -1,0 +2,5 @@
+Thu Apr  9 11:32:59 UTC 2020 - Neal Gompa <[email protected]>
+
+- Add Python-native build so Python metadata and wrapper is present
+
+-------------------------------------------------------------------
apache2-mod_wsgi.changes: same change

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

Other differences:
------------------
++++++ apache2-mod_wsgi-python3.spec ++++++
--- /var/tmp/diff_new_pack.vbaQxg/_old  2020-04-15 19:55:22.585622835 +0200
+++ /var/tmp/diff_new_pack.vbaQxg/_new  2020-04-15 19:55:22.589622837 +0200
@@ -39,6 +39,9 @@
 BuildRequires:  apache-rex
 %apache_rex_deps
 BuildRequires:  python3-devel
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+BuildRequires:  python3-setuptools
+%endif
 Conflicts:      apache2-mod_wsgi
 Provides:       %{modname} = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -71,9 +74,15 @@
 %endif
     --with-python="python3"
 make %{?_smp_mflags}
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+%py3_build
+%endif
 
 %install
 make install DESTDIR=%{buildroot} LIBEXECDIR=%{apache_libexecdir}
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+%py3_install
+%endif
 
 %check
 %apache_rex_check -m ./src/server/.libs mod_wsgi-basic
@@ -99,5 +108,10 @@
 %doc LICENSE README.rst docs/release-notes
 %dir %{apache_libexecdir}
 %{apache_libexecdir}/%{modname}.so
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+%{python3_sitearch}/mod_wsgi-*.egg-info
+%{python3_sitearch}/mod_wsgi
+%{_bindir}/mod_wsgi-express
+%endif
 
 %changelog

++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.vbaQxg/_old  2020-04-15 19:55:22.605622844 +0200
+++ /var/tmp/diff_new_pack.vbaQxg/_new  2020-04-15 19:55:22.609622846 +0200
@@ -39,6 +39,9 @@
 BuildRequires:  apache-rex
 %apache_rex_deps
 BuildRequires:  python-devel
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+BuildRequires:  python-setuptools
+%endif
 Conflicts:      apache2-mod_wsgi-python3
 Provides:       %{modname} = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -71,9 +74,15 @@
 %endif
     --with-python="python"
 make %{?_smp_mflags}
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+%py2_build
+%endif
 
 %install
 make install DESTDIR=%{buildroot} LIBEXECDIR=%{apache_libexecdir}
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+%py2_install
+%endif
 
 %check
 %apache_rex_check -m ./src/server/.libs mod_wsgi-basic
@@ -99,5 +108,10 @@
 %doc LICENSE README.rst docs/release-notes
 %dir %{apache_libexecdir}
 %{apache_libexecdir}/%{modname}.so
+%if 0%{?suse_version} >= 1500 || 0%{?fedora} || 0%{?rhel}
+%{python2_sitearch}/mod_wsgi-*.egg-info
+%{python2_sitearch}/mod_wsgi
+%{_bindir}/mod_wsgi-express
+%endif
 
 %changelog


Reply via email to