Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package boost for openSUSE:Factory checked in at 2026-06-10 15:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boost (Old) and /work/SRC/openSUSE:Factory/.boost.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boost" Wed Jun 10 15:45:43 2026 rev:181 rq:1358142 version:1.91.0 Changes: -------- --- /work/SRC/openSUSE:Factory/boost/boost.changes 2026-05-08 16:42:16.921476966 +0200 +++ /work/SRC/openSUSE:Factory/.boost.new.2375/boost.changes 2026-06-10 15:46:26.220019269 +0200 @@ -1,0 +2,6 @@ +Mon Jun 8 14:15:41 UTC 2026 - Josef Melcr <[email protected]> + +- Force remove boost_atomic directory to fix the failing build + with GCC 16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boost.spec ++++++ --- /var/tmp/diff_new_pack.DjDKYM/_old 2026-06-10 15:46:30.112180558 +0200 +++ /var/tmp/diff_new_pack.DjDKYM/_new 2026-06-10 15:46:30.112180558 +0200 @@ -1364,7 +1364,9 @@ rm -r %{buildroot}%{_libdir}/cmake/boost_container-%{version} rm -f %{buildroot}%{_libdir}/libboost_container.so* %if %{with mpi} -rm -r %{buildroot}%{_libdir}/cmake/boost_atomic-%{version} +# atomic is a header-only library with GCC 16, force remove it +# so the build doesn't fail when the directory is missing +rm -rf %{buildroot}%{_libdir}/cmake/boost_atomic-%{version} rm -f %{buildroot}%{_libdir}/libboost_atomic.so* rm -r %{buildroot}%{_libdir}/cmake/boost_filesystem-%{version} rm -f %{buildroot}%{_libdir}/libboost_filesystem.so*
