Hello community,
here is the log from the commit of package python-python-rapidjson for
openSUSE:Factory checked in at 2019-10-07 13:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-rapidjson (Old)
and /work/SRC/openSUSE:Factory/.python-python-rapidjson.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-rapidjson"
Mon Oct 7 13:49:36 2019 rev:5 rq:735631 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-rapidjson/python-python-rapidjson.changes
2019-08-28 18:38:06.617256284 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-rapidjson.new.2352/python-python-rapidjson.changes
2019-10-07 14:14:29.626827608 +0200
@@ -1,0 +2,5 @@
+Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call to run on sitearch not sitelib
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-rapidjson.spec ++++++
--- /var/tmp/diff_new_pack.kZKxmr/_old 2019-10-07 14:14:30.010826554 +0200
+++ /var/tmp/diff_new_pack.kZKxmr/_new 2019-10-07 14:14:30.010826554 +0200
@@ -52,7 +52,7 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
export LANG=en_US.UTF-8