Hello community, here is the log from the commit of package python38 for openSUSE:Factory checked in at 2020-10-22 14:20:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python38 (Old) and /work/SRC/openSUSE:Factory/.python38.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python38" Thu Oct 22 14:20:18 2020 rev:5 rq:842170 version:3.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python38/python38.changes 2020-10-15 13:43:27.485130911 +0200 +++ /work/SRC/openSUSE:Factory/.python38.new.3463/python38.changes 2020-10-22 14:20:31.210655321 +0200 @@ -1,0 +2,6 @@ +Fri Oct 9 16:05:50 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Fix build with RPM 4.16: error: bare words are no longer + supported, please use "...": x86 == ppc. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python38.spec ++++++ --- /var/tmp/diff_new_pack.MRYISj/_old 2020-10-22 14:20:32.554656528 +0200 +++ /var/tmp/diff_new_pack.MRYISj/_new 2020-10-22 14:20:32.558656532 +0200 @@ -66,13 +66,13 @@ %define so_minor 0 %define so_version %{python_version_soname}%{abi_kind}-%{so_major}_%{so_minor} # rpm and python have different ideas about what is an arch-dependent name, so: -%if %{__isa_name} == ppc +%if "%{__isa_name}" == "ppc" %define archname %(echo %{_arch} | sed s/ppc/powerpc/) %else %define archname %{_arch} %endif # our arm has Hardware-Floatingpoint -%if %{_arch} == arm +%if "%{_arch}" == "arm" %define armsuffix hf %endif # pyexpat.cpython-35m-x86_64-linux-gnu
