Hello community,
here is the log from the commit of package python-pycryptodomex for
openSUSE:Factory checked in at 2019-09-13 14:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycryptodomex (Old)
and /work/SRC/openSUSE:Factory/.python-pycryptodomex.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycryptodomex"
Fri Sep 13 14:58:36 2019 rev:5 rq:730127 version:3.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pycryptodomex/python-pycryptodomex.changes
2019-09-11 10:37:10.103265303 +0200
+++
/work/SRC/openSUSE:Factory/.python-pycryptodomex.new.7948/python-pycryptodomex.changes
2019-09-13 14:58:36.781277985 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 12:23:49 UTC 2019 - Thomas Bechtold <[email protected]>
+
+- Add export LC_ALL=en_US.UTF-8 to %build, %install and %check to
+ fix the build on older distros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pycryptodomex.spec ++++++
--- /var/tmp/diff_new_pack.vsVWDD/_old 2019-09-13 14:58:37.389278011 +0200
+++ /var/tmp/diff_new_pack.vsVWDD/_new 2019-09-13 14:58:37.389278011 +0200
@@ -77,14 +77,17 @@
touch .separate_namespace
%build
+export LC_ALL=en_US.UTF-8
export CFLAGS="%{optflags}"
%python_build
%install
+export LC_ALL=en_US.UTF-8
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
+export LC_ALL=en_US.UTF-8
%python_exec setup.py test
%files %{python_files}