Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openvswitch for openSUSE:Factory checked in at 2022-04-26 20:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvswitch (Old) and /work/SRC/openSUSE:Factory/.openvswitch.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvswitch" Tue Apr 26 20:16:20 2022 rev:60 rq:972941 version:2.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes 2022-04-11 23:49:50.662659187 +0200 +++ /work/SRC/openSUSE:Factory/.openvswitch.new.1538/openvswitch.changes 2022-04-26 20:18:08.248787470 +0200 @@ -1,0 +2,6 @@ +Fri Apr 22 20:42:31 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Python package: Do not use C json parser on 32bit as large numbers + will overflow. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvswitch.spec ++++++ --- /var/tmp/diff_new_pack.v66pvV/_old 2022-04-26 20:18:08.848788196 +0200 +++ /var/tmp/diff_new_pack.v66pvV/_new 2022-04-26 20:18:08.848788196 +0200 @@ -402,6 +402,10 @@ %python_build %python_install popd +# Currently (version 2.17) the c parser for json is broken on 32bit (int overflow for number parsing) +%ifarch i386 i586 i686 +%python_expand rm -v %{buildroot}%{$python_sitearch}/ovs/_json*.so +%endif %python_expand %fdupes %{buildroot}%{$python_sitearch}