Hello community,

here is the log from the commit of package tbb for openSUSE:Factory checked in 
at 2017-03-12 20:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tbb (Old)
 and      /work/SRC/openSUSE:Factory/.tbb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tbb"

Sun Mar 12 20:01:07 2017 rev:5 rq:477056 version:2017_20170226

Changes:
--------
--- /work/SRC/openSUSE:Factory/tbb/tbb.changes  2016-12-13 19:33:46.239312346 
+0100
+++ /work/SRC/openSUSE:Factory/.tbb.new/tbb.changes     2017-03-12 
20:01:07.330189817 +0100
@@ -1,0 +2,13 @@
+Sun Mar  5 19:42:50 UTC 2017 - [email protected]
+
+- Update to 2017_20170226 release
+  * Added support for C++11 move semantics in parallel_do.
+  * Constructors for many classes, including graph nodes, concurrent
+    containers, thread-local containers, etc., are declared explicit
+    and cannot be used for implicit conversions anymore.
+  * Added a workaround for bug 16657 in the GNU C Library (glibc)
+    affecting the debug version of tbb::mutex.
+  * Fixed a crash in pool_identify() called for an object allocated in
+    another thread.
+
+-------------------------------------------------------------------

Old:
----
  tbb2017_20161128oss_src.tgz

New:
----
  2017_U5.tar.gz

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

Other differences:
------------------
++++++ tbb.spec ++++++
--- /var/tmp/diff_new_pack.2Hkqsm/_old  2017-03-12 20:01:08.434033625 +0100
+++ /var/tmp/diff_new_pack.2Hkqsm/_new  2017-03-12 20:01:08.442032493 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tbb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,17 @@
 #
 
 
+%define rel_ver 2017_U5
 %define so_ver 2
+
 Name:           tbb
-Version:        2017_20161128
+Version:        2017_20170226
 Release:        0
 Summary:        Threading Building Blocks (TBB)
 License:        Apache-2.0
 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.tgz
+Source0:        https://github.com/01org/tbb/archive/%{rel_ver}.tar.gz
 # PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
 Patch1:         optflags.patch
 BuildRequires:  gcc-c++
@@ -85,7 +87,7 @@
 This package contains the header files needed for development with tbb.
 
 %prep
-%setup -q -n %{name}%{version}oss
+%setup -q -n %{name}-%{rel_ver}
 %patch1 -p1
 
 %build


Reply via email to