Hello community, here is the log from the commit of package tbb for openSUSE:Factory checked in at 2020-04-04 12:18:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tbb (Old) and /work/SRC/openSUSE:Factory/.tbb.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tbb" Sat Apr 4 12:18:14 2020 rev:21 rq:789846 version:2020.2 Changes: -------- --- /work/SRC/openSUSE:Factory/tbb/tbb.changes 2019-12-23 22:42:14.945945388 +0100 +++ /work/SRC/openSUSE:Factory/.tbb.new.3248/tbb.changes 2020-04-04 12:18:17.223565475 +0200 @@ -1,0 +2,24 @@ +Mon Mar 30 15:50:42 UTC 2020 - Ismail Dönmez <[email protected]> + +- Update to version 2020.2 + * Cross-allocator copying constructor and copy assignment operator + for concurrent_vector are deprecated. + * Added input_node to the flow graph API. It acts like a source_node + except for being inactive by default; source_node is deprecated. + * Allocator template parameter for flow graph nodes is deprecated. Set + TBB_DEPRECATED_FLOW_NODE_ALLOCATOR to 1 to avoid compilation errors. + * Flow graph preview hetero-features are deprecated. + * Fixed the task affinity mechanism to prevent unlimited memory + consumption in case the number of threads is explicitly decreased. + * Fixed memory leak related NUMA support functionality in task_arena. + +------------------------------------------------------------------- +Tue Jan 21 15:25:51 UTC 2020 - Ismail Dönmez <[email protected]> + +- Update to version 2020.1 + * Fixed the issue of task_arena constraints not propagated on + copy construction. + * Fixed TBBGet.cmake script broken by TBB package name changes + (https://github.com/intel/tbb/issues/209). + +------------------------------------------------------------------- Old: ---- tbb-2020.0.tar.gz New: ---- tbb-2020.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tbb.spec ++++++ --- /var/tmp/diff_new_pack.j9GXWH/_old 2020-04-04 12:18:18.231566340 +0200 +++ /var/tmp/diff_new_pack.j9GXWH/_new 2020-04-04 12:18:18.235566344 +0200 @@ -1,7 +1,7 @@ # # spec file for package tbb # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,13 @@ %bcond_without python3 Name: tbb -Version: 2020.0 +Version: 2020.2 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://www.threadingbuildingblocks.org/ -Source0: https://github.com/intel/tbb/archive/v%{version}.tar.gz#/tbb-%{version}.tar.gz +Source0: https://github.com/oneapi-src/oneTBB/archive/v%{version}.tar.gz#/tbb-%{version}.tar.gz # PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags Patch1: optflags.patch # PATCH-FIX-OPENSUSE reproducible.patch -- Do not compile build hostname+kernel into binary @@ -115,7 +115,7 @@ This package contains the header files needed for development with tbb. %prep -%setup -q +%setup -q -n oneTBB-%{version} %autopatch -p1 %build ++++++ cmake-remove-include-path.patch ++++++ --- /var/tmp/diff_new_pack.j9GXWH/_old 2020-04-04 12:18:18.255566361 +0200 +++ /var/tmp/diff_new_pack.j9GXWH/_new 2020-04-04 12:18:18.259566365 +0200 @@ -1,23 +1,7 @@ -Index: tbb-2020.0/cmake/templates/TBBConfig.cmake.in +Index: oneTBB-2020.2/cmake/templates/TBBConfigInternal.cmake.in =================================================================== ---- tbb-2020.0.orig/cmake/templates/TBBConfig.cmake.in -+++ tbb-2020.0/cmake/templates/TBBConfig.cmake.in -@@ -57,11 +57,6 @@ foreach (_tbb_component ${TBB_FIND_COMPO - if (NOT TARGET TBB::${_tbb_component}) - add_library(TBB::${_tbb_component} SHARED IMPORTED) - -- get_filename_component(_tbb_include_dir "${CMAKE_CURRENT_LIST_DIR}/@TBB_INC_REL_PATH@" ABSOLUTE) -- set_target_properties(TBB::${_tbb_component} PROPERTIES -- INTERFACE_INCLUDE_DIRECTORIES "${_tbb_include_dir}") -- unset(_tbb_include_dir) -- - if (EXISTS "${_tbb_release_lib}") - set_target_properties(TBB::${_tbb_component} PROPERTIES - IMPORTED_LOCATION_RELEASE "${_tbb_release_lib}"@TBB_IMPLIB_RELEASE@) -Index: tbb-2020.0/cmake/templates/TBBConfigInternal.cmake.in -=================================================================== ---- tbb-2020.0.orig/cmake/templates/TBBConfigInternal.cmake.in -+++ tbb-2020.0/cmake/templates/TBBConfigInternal.cmake.in +--- oneTBB-2020.2.orig/cmake/templates/TBBConfigInternal.cmake.in ++++ oneTBB-2020.2/cmake/templates/TBBConfigInternal.cmake.in @@ -57,8 +57,6 @@ foreach (_tbb_component ${TBB_FIND_COMPO if (EXISTS "${_tbb_release_lib}" OR EXISTS "${_tbb_debug_lib}") if (NOT TARGET TBB::${_tbb_component}) ++++++ tbb-2020.0.tar.gz -> tbb-2020.2.tar.gz ++++++ ++++ 15527 lines of diff (skipped)
