diff --git a/tbb.changes b/tbb.changes index 3c07460..abd58e2 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 4 12:21:36 UTC 2016 - jengelh@inai.de + +- Update group, and description of tbbmalloc. + ------------------------------------------------------------------- Wed May 4 10:53:51 UTC 2016 - idonmez@suse.com diff --git a/tbb.spec b/tbb.spec index e5e3055..3553013 100644 --- a/tbb.spec +++ b/tbb.spec @@ -22,7 +22,7 @@ Version: 44_20160128 Release: 0 Summary: Threading Building Blocks (TBB) License: SUSE-GPL-2.0-with-linking-exception -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: https://www.threadingbuildingblocks.org/ Source0: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb%{version}oss_src_0.tgz # PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags @@ -59,12 +59,11 @@ Provides: %{name} = %{version} Obsoletes: %{name} < %{version} %description -n libtbbmalloc%{so_ver} -Threading Building Blocks (TBB) offers a rich and complete approach to -expressing parallelism in a C++ program. It is a library that helps you take -advantage of multi-core processor performance without having to be a threading -expert. Threading Building Blocks is not just a threads-replacement library. It -represents a higher-level, task-based parallelism that abstracts platform -details and threading mechanism for performance and scalability. +This subpackage contains the two TBB memory allocator templates that +are similar to the STL template class std::allocator. These two +templates, scalable_allocator and cache_aligned_allocator, +address critical issues in parallel programming: scalability and +false sharing. %package devel Summary: Development Files for Threading Building Blocks (TBB) @@ -112,16 +111,16 @@ popd %postun -n libtbbmalloc%{so_ver} -p /sbin/ldconfig %files -n libtbb%{so_ver} -%defattr(-,root,root,-) +%defattr(-,root,root) %{_libdir}/libtbb.so.%{so_ver}* %files -n libtbbmalloc%{so_ver} -%defattr(-,root,root,-) +%defattr(-,root,root) %{_libdir}/libtbbmalloc.so.%{so_ver}* %{_libdir}/libtbbmalloc_proxy.so.%{so_ver}* %files devel -%defattr(-,root,root,-) +%defattr(-,root,root) %doc CHANGES COPYING index.html %doc doc/Release_Notes.txt doc/html/ %{_includedir}/tbb/