Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swig for openSUSE:Factory checked in at 2023-03-09 17:45:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swig (Old) and /work/SRC/openSUSE:Factory/.swig.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swig" Thu Mar 9 17:45:10 2023 rev:81 rq:1070016 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/swig/swig.changes 2022-12-02 13:12:04.481502372 +0100 +++ /work/SRC/openSUSE:Factory/.swig.new.31432/swig.changes 2023-03-09 17:45:27.442817654 +0100 @@ -1,0 +2,8 @@ +Thu Mar 2 12:42:07 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Use -fexcess-precision=fast as GCC 13 changes the default + for C++ compiler and without the change some tests fail on i586. + More info can be seen here: + https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swig.spec ++++++ --- /var/tmp/diff_new_pack.5c3nZs/_old 2023-03-09 17:45:28.054820911 +0100 +++ /var/tmp/diff_new_pack.5c3nZs/_new 2023-03-09 17:45:28.058820933 +0100 @@ -1,7 +1,7 @@ # # spec file for package swig # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -136,7 +136,7 @@ %if 0%{?suse_version} >= 1500 || 0%{?centos_version} >= 800 export PY3=true %endif -make %{?_smp_mflags} check +make %{?_smp_mflags} check EXTRA_CXXFLAGS="-fexcess-precision=fast" %install %make_install