Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package embree for openSUSE:Factory checked in at 2022-10-29 20:17:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/embree (Old) and /work/SRC/openSUSE:Factory/.embree.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "embree" Sat Oct 29 20:17:43 2022 rev:14 rq:1032171 version:3.13.5 Changes: -------- --- /work/SRC/openSUSE:Factory/embree/embree.changes 2022-04-26 20:17:38.584751575 +0200 +++ /work/SRC/openSUSE:Factory/.embree.new.2275/embree.changes 2022-10-29 20:18:50.654766100 +0200 @@ -1,0 +2,34 @@ +Tue Oct 25 10:56:41 UTC 2022 - Hans-Peter Jansen <h...@urpla.net> + +- Remove the cmake config tweaking + +------------------------------------------------------------------- +Sat Oct 22 17:44:44 UTC 2022 - h...@urpla.net + +- Update to version 3.13.5: + * regenerated documentation + * setting version to v3.13.5 + * ci: add github actions workflows + * FastAllocator: fix the false sharing in SpinLock array + * Fixed spatial splitting for non-planar quads. + * no longer automatically starting thread nor setting affinity + * disabling thread ID affinity re-mapping as it causes issues inside LXC containers + * TBB: Stop task_scheduler_observer when TaskScheduler is destroyed + * Improved self intersection avoidance for RTC_GEOMETRY_TYPE_DISC_POINT geometry type. + * Fix compilation issues on macOS 12.5 and Apple clang version 13.1.6 + +- Update to version 3.13.4: + * Using 8-wide BVH and double pumped NEON instructions on Apple M1 gives 8% performance boost. + * Fixed binning related crash in SAH BVH builder. + * Added EMBREE_TBB_COMPONENT cmake option to define the component/library name of Intel?? TBB (default: tbb). + * Embree supports now Intel?? oneAPI DPC++/C++ Compiler 2022.0.0 + +- Switch to _service based package source +- Use simd compiler ispc + +------------------------------------------------------------------- +Sat Oct 22 16:56:52 UTC 2022 - Hans-Peter Jansen <h...@urpla.net> + +- Fix cmake devel config to reflect reality + +------------------------------------------------------------------- Old: ---- embree-3.13.3.tar.gz New: ---- _service _servicedata embree-3.13.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ embree.spec ++++++ --- /var/tmp/diff_new_pack.aQ8vTJ/_old 2022-10-29 20:18:51.694771642 +0200 +++ /var/tmp/diff_new_pack.aQ8vTJ/_new 2022-10-29 20:18:51.742771897 +0200 @@ -18,15 +18,16 @@ Name: embree -Version: 3.13.3 +Version: 3.13.5 Release: 0 Summary: Ray Tracing Kernels License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/embree/embree -Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: cmake >= 3.1.0 BuildRequires: gcc-c++ +BuildRequires: ispc BuildRequires: pkgconfig # can't build static with TBB 2021 #BuildRequires: tbb-devel @@ -67,9 +68,9 @@ %cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DEMBREE_STATIC_LIB=ON \ - -DEMBREE_TASKING_SYSTEM=INTERNAL \ -DEMBREE_LIB_INSTALL_DIR=%{_libdir} \ - -DEMBREE_ISPC_SUPPORT=OFF \ + -DEMBREE_ISPC_SUPPORT=ON \ + -DEMBREE_TASKING_SYSTEM=INTERNAL \ -DEMBREE_RAY_MASK=ON \ -DEMBREE_FILTER_FUNCTION=ON \ -DEMBREE_BACKFACE_CULLING=OFF \ @@ -82,7 +83,6 @@ %install %cmake_install -mv %{buildroot}%{_libdir}/cmake/%{name}-%{version} %{buildroot}%{_libdir}/cmake/%{name}3 rm -r %{buildroot}%{_mandir} rm -r %{buildroot}/usr/share/doc @@ -90,7 +90,7 @@ %license LICENSE.txt %doc CHANGELOG.md README.md %{_includedir}/embree3 -%{_libdir}/cmake/embree3 +%{_libdir}/cmake/%{name}-%{version} %{_libdir}/*.a %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="versionformat">@PARENT_TAG@</param> <param name="revision">refs/tags/v3.13.5</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="url">https://github.com/embree/embree.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="compression">xz</param> <param name="file">*.tar</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/embree/embree.git</param> <param name="changesrevision">698442324ccddd11725fb8875275dc1384f7fb40</param></service></servicedata> (No newline at EOF)