Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python310 for openSUSE:Factory checked in at 2021-09-03 21:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python310 (Old) and /work/SRC/openSUSE:Factory/.python310.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python310" Fri Sep 3 21:26:06 2021 rev:4 rq:915061 version:3.10.0rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/python310/python310.changes 2021-08-29 21:34:02.094683341 +0200 +++ /work/SRC/openSUSE:Factory/.python310.new.1899/python310.changes 2021-09-03 21:26:53.758226189 +0200 @@ -1,0 +2,5 @@ +Mon Aug 30 12:48:25 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Switch on option --with-system-libmpdec (bsc#1189356). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python310.spec ++++++ --- /var/tmp/diff_new_pack.FV5F8G/_old 2021-09-03 21:26:55.062228768 +0200 +++ /var/tmp/diff_new_pack.FV5F8G/_new 2021-09-03 21:26:55.066228776 +0200 @@ -76,6 +76,12 @@ %if "%{_arch}" == "arm" %define armsuffix hf %endif +# Decide whether we want to use mpdecimal +%if 0%{?suse_version} >= 1550 +%bcond_without mpdecimal +%else +%bcond_with mpdecimal +%endif # pyexpat.cpython-35m-x86_64-linux-gnu # pyexpat.cpython-35m-powerpc64le-linux-gnu # pyexpat.cpython-35m-armv7-linux-gnueabihf @@ -158,6 +164,9 @@ BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libtirpc) %endif +%if %{with mpdecimal} +BuildRequires: mpdecimal-devel +%endif %if %{with doc} BuildRequires: python3-Sphinx %if 0%{?suse_version} >= 1500 @@ -445,6 +454,9 @@ %if %{with profileopt} --enable-optimizations \ %endif +%if %{with mpdecimal} + --with-system-libmpdec \ +%endif --enable-loadable-sqlite-extensions # prevent make from trying to rebuild PYTHON_FOR_GEN stuff