Hello community, here is the log from the commit of package python-authheaders for openSUSE:Factory checked in at 2020-01-20 22:54:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-authheaders (Old) and /work/SRC/openSUSE:Factory/.python-authheaders.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-authheaders" Mon Jan 20 22:54:31 2020 rev:2 rq:765757 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-authheaders/python-authheaders.changes 2019-12-04 14:19:56.950416341 +0100 +++ /work/SRC/openSUSE:Factory/.python-authheaders.new.26092/python-authheaders.changes 2020-01-20 22:54:34.359323387 +0100 @@ -1,0 +2,5 @@ +Fri Jan 10 17:54:29 UTC 2020 - [email protected] + +- fix build in SLE-15: set en_US.UTF-8 encoding + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-authheaders.spec ++++++ --- /var/tmp/diff_new_pack.83wbb1/_old 2020-01-20 22:54:35.535323839 +0100 +++ /var/tmp/diff_new_pack.83wbb1/_new 2020-01-20 22:54:35.535323839 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-authheaders # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if 0%{?suse_version} <= 1500 +BuildRequires: %{python_module cffi} +%endif Requires: python-authres >= 1.0.1 Requires: python-dkimpy >= 0.7.1 Requires: python-dnspython @@ -49,6 +52,7 @@ %setup -q -n authheaders-%{version} %build +export LANG=en_US.UTF-8 %python_build %install @@ -56,6 +60,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +export LANG=en_US.UTF-8 %pytest %files %{python_files}
