Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2020-08-31 16:49:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender" Mon Aug 31 16:49:19 2020 rev:141 rq:830456 version:2.83.5 Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2020-08-24 15:10:25.426608109 +0200 +++ /work/SRC/openSUSE:Factory/.blender.new.3399/blender.changes 2020-08-31 16:49:58.584346456 +0200 @@ -1,0 +2,6 @@ +Sat Aug 29 06:18:38 UTC 2020 - Hans-Peter Jansen <[email protected]> + +- openvdb >= 7.1.0 interface requires C++14 in order to build + successfully. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.ll6dS9/_old 2020-08-31 16:49:59.768347030 +0200 +++ /var/tmp/diff_new_pack.ll6dS9/_new 2020-08-31 16:49:59.772347032 +0200 @@ -244,11 +244,8 @@ export pver=$(pkg-config python3 --modversion)$(python3-config --abiflags) mkdir -p build && pushd build -# FIXME: This comes from a stupid osc spec formatter -# blender's flags are complex enough already without %%cmake macro spamming the build log. -# It also puts _smp_mflags where it shouldn't, I had to write make -j1 to stop it. # NOTE: Don't use cmake macro. -# +# openvdb >= 7.1.0 requires C++14 features # lean against build_files/cmake/config/blender_release.cmake cmake ../ \ %if 0%{?debugbuild} == 1 @@ -261,6 +258,7 @@ -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -fPIC -fopenmp " \ -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -fPIC -fopenmp" \ %endif + -DCMAKE_CXX_STANDARD=14 \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DCMAKE_EXE_LINKER_FLAGS:STRING="-pie" \
