Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package embree for openSUSE:Factory checked 
in at 2021-11-25 23:05:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/embree (Old)
 and      /work/SRC/openSUSE:Factory/.embree.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "embree"

Thu Nov 25 23:05:44 2021 rev:11 rq:933735 version:3.13.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/embree/embree.changes    2021-06-01 
10:37:55.360860131 +0200
+++ /work/SRC/openSUSE:Factory/.embree.new.1895/embree.changes  2021-11-25 
23:06:06.677202189 +0100
@@ -1,0 +2,17 @@
+Tue Nov 23 21:59:02 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to version 3.13.2
+  * Avoiding spatial split positions that are slightly out of
+    geometry bounds.
+  * Introduced rtcGetGeometryThreadSafe function, which is a thread
+    safe version of rtcGetGeometry.
+  * Using more accurate rcp implementation.
+  * Bugfix to rare corner case of high quality BVH builder.
+- Embree 3.13.1
+  * Added support for ISPC+ARM.
+  * Releases upgrade to TBB 2021.3.0 and ISPC 1.16.1
+- Use internal tasking instead of TBB
+  * gh#embree/embree#348
+  * boo#1192994
+
+-------------------------------------------------------------------

Old:
----
  embree-3.13.0.tar.gz

New:
----
  embree-3.13.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ embree.spec ++++++
--- /var/tmp/diff_new_pack.YeQCko/_old  2021-11-25 23:06:07.309200009 +0100
+++ /var/tmp/diff_new_pack.YeQCko/_new  2021-11-25 23:06:07.309200009 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           embree
-Version:        3.13.0
+Version:        3.13.2
 Release:        0
 Summary:        Ray Tracing Kernels
 License:        Apache-2.0
@@ -28,7 +28,8 @@
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  tbb-devel
+# can't build static with TBB 2021
+#BuildRequires:  tbb-devel
 BuildRequires:  pkgconfig(glfw3)
 # SSE2 is required: https://github.com/embree/embree#supported-platforms
 ExclusiveArch:  x86_64 aarch64
@@ -62,9 +63,11 @@
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 export CXXFLAGS="%{optflags}"
 # blender insists in using static embree
+# Tasking system: can't build static with TBB 2021 gh#embree#embree#348
 %cmake \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DEMBREE_STATIC_LIB=ON \
+    -DEMBREE_TASKING_SYSTEM=INTERNAL \
     -DEMBREE_LIB_INSTALL_DIR=%{_libdir} \
     -DEMBREE_ISPC_SUPPORT=OFF \
     -DEMBREE_RAY_MASK=ON \
@@ -75,7 +78,7 @@
 %endif
     -DEMBREE_TUTORIALS=OFF
 
-%make_build
+%cmake_build
 
 %install
 %cmake_install

++++++ embree-3.13.0.tar.gz -> embree-3.13.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/embree/embree-3.13.0.tar.gz 
/work/SRC/openSUSE:Factory/.embree.new.1895/embree-3.13.2.tar.gz differ: char 
13, line 1

Reply via email to