Hello community,
here is the log from the commit of package python-xmltodict for
openSUSE:Factory checked in at 2019-04-08 10:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xmltodict (Old)
and /work/SRC/openSUSE:Factory/.python-xmltodict.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmltodict"
Mon Apr 8 10:39:05 2019 rev:4 rq:691985 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xmltodict/python-xmltodict.changes
2019-03-26 15:46:06.996061546 +0100
+++
/work/SRC/openSUSE:Factory/.python-xmltodict.new.3908/python-xmltodict.changes
2019-04-08 10:40:27.079297112 +0200
@@ -1,0 +2,5 @@
+Sat Apr 6 00:00:15 UTC 2019 - John Vandenberg <[email protected]>
+
+- Add export LANG=en_US.UTF-8 to fix Leap builds
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xmltodict.spec ++++++
--- /var/tmp/diff_new_pack.a3RqcM/_old 2019-04-08 10:40:27.583297234 +0200
+++ /var/tmp/diff_new_pack.a3RqcM/_new 2019-04-08 10:40:27.587297235 +0200
@@ -44,13 +44,16 @@
sed -i '1{\@^#!%{_bindir}/env python@d}' xmltodict.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
%python_expand nosetests-%{$python_bin_suffix}
%files %{python_files}