Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package assimp for openSUSE:Factory checked in at 2022-05-12 23:00:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/assimp (Old) and /work/SRC/openSUSE:Factory/.assimp.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "assimp" Thu May 12 23:00:18 2022 rev:17 rq:976440 version:5.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/assimp/assimp.changes 2022-03-20 20:55:41.594538949 +0100 +++ /work/SRC/openSUSE:Factory/.assimp.new.1538/assimp.changes 2022-05-12 23:00:40.776822521 +0200 @@ -1,0 +2,5 @@ +Wed May 11 15:37:28 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Don't use -Werror to prevent build issues with GCC 12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ assimp.spec ++++++ --- /var/tmp/diff_new_pack.dOsiyz/_old 2022-05-12 23:00:41.576823595 +0200 +++ /var/tmp/diff_new_pack.dOsiyz/_new 2022-05-12 23:00:41.580823601 +0200 @@ -71,6 +71,9 @@ %prep %autosetup -p1 +# Breaks the build with gcc12 (gh#assimp/assimp#4433) +sed -i '/Werror/d' code/CMakeLists.txt + %build %cmake
