Hello community,
here is the log from the commit of package python-autobahn for openSUSE:Factory
checked in at 2020-08-31 16:53:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autobahn (Old)
and /work/SRC/openSUSE:Factory/.python-autobahn.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autobahn"
Mon Aug 31 16:53:19 2020 rev:14 rq:830724 version:20.7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autobahn/python-autobahn.changes
2020-08-20 22:31:34.824058539 +0200
+++
/work/SRC/openSUSE:Factory/.python-autobahn.new.3399/python-autobahn.changes
2020-08-31 16:53:40.068453838 +0200
@@ -1,0 +2,5 @@
+Mon Aug 31 10:06:55 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Fix installation path when NVX is not used (fix aarch64)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-autobahn.spec ++++++
--- /var/tmp/diff_new_pack.P4XQTK/_old 2020-08-31 16:53:40.860454222 +0200
+++ /var/tmp/diff_new_pack.P4XQTK/_new 2020-08-31 16:53:40.864454224 +0200
@@ -110,7 +110,11 @@
%python_install
%python_clone -a %{buildroot}%{_bindir}/wamp
%python_clone -a %{buildroot}%{_bindir}/xbrnetwork
+%if %{with nvx_support}
%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%else
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
%if %{with nvx_support}
# It tries to test NVX, even if disabled
@@ -131,7 +135,11 @@
%files %{python_files}
%license LICENSE
%doc README.rst
+%if %{with nvx_support}
%{python_sitearch}/*
+%else
+%{python_sitelib}/*
+%endif
%python_alternative %{_bindir}/wamp
%python_alternative %{_bindir}/xbrnetwork