Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tbb for openSUSE:Factory checked in 
at 2024-04-24 15:13:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tbb (Old)
 and      /work/SRC/openSUSE:Factory/.tbb.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tbb"

Wed Apr 24 15:13:31 2024 rev:36 rq:1169823 version:2021.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tbb/tbb.changes  2024-01-26 22:46:13.105931785 
+0100
+++ /work/SRC/openSUSE:Factory/.tbb.new.1880/tbb.changes        2024-04-24 
15:13:54.152148059 +0200
@@ -1,0 +2,8 @@
+Fri Apr 19 03:16:09 UTC 2024 - Alessandro de Oliveira Faria 
<cab...@opensuse.org>
+
+- Update to version 2021.11.0:
+  * Fixed parallel_for_each algorithm behavior for iterators defining
+    iterator_concept trait instead of iterator_category.
+  * Fixed the incorrect binary search order in TBBConfig.cmake.
+
+-------------------------------------------------------------------

Old:
----
  tbb-2021.11.0.tar.gz

New:
----
  tbb-2021.12.0.tar.gz

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

Other differences:
------------------
++++++ tbb.spec ++++++
--- /var/tmp/diff_new_pack.JnJ8Qx/_old  2024-04-24 15:13:55.588199341 +0200
+++ /var/tmp/diff_new_pack.JnJ8Qx/_new  2024-04-24 15:13:55.588199341 +0200
@@ -41,7 +41,7 @@
 %bcond_with python3
 %endif
 Name:           tbb
-Version:        2021.11.0
+Version:        2021.12.0
 Release:        0
 Summary:        oneAPI Threading Building Blocks (oneTBB)
 License:        Apache-2.0

++++++ tbb-2021.11.0.tar.gz -> tbb-2021.12.0.tar.gz ++++++
++++ 2541 lines of diff (skipped)

++++++ use-FORTIFY_SOURCE-from-distribution.patch ++++++
--- /var/tmp/diff_new_pack.JnJ8Qx/_old  2024-04-24 15:13:56.076216768 +0200
+++ /var/tmp/diff_new_pack.JnJ8Qx/_new  2024-04-24 15:13:56.080216911 +0200
@@ -1,9 +1,8 @@
-Index: oneTBB-2021.11.0/cmake/compilers/GNU.cmake
-===================================================================
---- oneTBB-2021.11.0.orig/cmake/compilers/GNU.cmake
-+++ oneTBB-2021.11.0/cmake/compilers/GNU.cmake
-@@ -75,7 +75,6 @@ set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMO
- if (NOT APPLE)
+diff -uNr oneTBB-2021.12.0.orig/cmake/compilers/GNU.cmake 
oneTBB-2021.12.0/cmake/compilers/GNU.cmake
+--- oneTBB-2021.12.0.orig/cmake/compilers/GNU.cmake    2024-02-13 
08:49:20.000000000 -0300
++++ oneTBB-2021.12.0/cmake/compilers/GNU.cmake 2024-04-19 03:55:56.178055557 
-0300
+@@ -75,7 +75,6 @@
+ if (NOT APPLE AND NOT MINGW)
      set(TBB_LIB_LINK_FLAGS ${TBB_LIB_LINK_FLAGS} 
-Wl,-z,relro,-z,now,-z,noexecstack)
  endif()
 -set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} 
$<$<NOT:$<CONFIG:Debug>>:-D_FORTIFY_SOURCE=2> )

Reply via email to