Hello community, here is the log from the commit of package python-pyVows for openSUSE:Factory checked in at 2019-03-10 09:37:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyVows (Old) and /work/SRC/openSUSE:Factory/.python-pyVows.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyVows" Sun Mar 10 09:37:02 2019 rev:2 rq:682597 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyVows/python-pyVows.changes 2019-02-25 17:52:58.658606091 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyVows.new.28833/python-pyVows.changes 2019-03-10 09:37:04.764151757 +0100 @@ -1,0 +2,5 @@ +Thu Mar 7 15:52:32 UTC 2019 - John Vandenberg <[email protected]> + +- Add LANG="en_US.UTF-8" to fix build issue on Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyVows.spec ++++++ --- /var/tmp/diff_new_pack.LIukos/_old 2019-03-10 09:37:05.184151657 +0100 +++ /var/tmp/diff_new_pack.LIukos/_new 2019-03-10 09:37:05.188151656 +0100 @@ -52,13 +52,16 @@ sed -i '/^#!/d' pyvows/__main__.py pyvows/cli.py %build +export LANG="en_US.UTF-8" %python_build %install +export LANG="en_US.UTF-8" %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +export LANG="en_US.UTF-8" export PYTHONPATH=. export PATH=%{buildroot}%{_bindir}:$PATH %python_exec pyvows/cli.py -x tests/
