From 66182fb1f6f20e95a7cc6529a01b967a67ec0dbd Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 2 Dec 2016 10:40:56 -0700 Subject: [PATCH] Rebase to 2017 update 3. Drop upstreamed s390x patch. --- sources | 2 +- tbb-2017-64bit.patch | 13 ------------- tbb.spec | 14 ++++++-------- 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 tbb-2017-64bit.patch diff --git a/sources b/sources index 7e47171..1ed08ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffa0ae5e69d3b81ee4680cb9f526056a tbb2017_20161004oss_src.tgz +bd71c82574927ce5507abcbcd3be2c1c tbb2017_20161128oss_src.tgz diff --git a/tbb-2017-64bit.patch b/tbb-2017-64bit.patch deleted file mode 100644 index df79a5c..0000000 --- a/tbb-2017-64bit.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up tbb2017_20160916oss/build/linux.inc.s390x tbb2017_20160916oss/build/linux.inc ---- tbb2017_20160916oss/build/linux.inc.s390x 2016-10-07 13:54:30.422343446 +0200 -+++ tbb2017_20160916oss/build/linux.inc 2016-10-07 13:54:53.002343446 +0200 -@@ -102,6 +102,9 @@ endif - ifeq ($(arch),sparc) - def_prefix = lin64 - endif -+ifeq ($(arch),s390x) -+ def_prefix = lin64 -+endif - ifeq ($(arch),armv7) - def_prefix = lin32 - endif diff --git a/tbb.spec b/tbb.spec index a9870f3..bcd9d48 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,4 +1,4 @@ -%global releasedate 20161004 +%global releasedate 20161128 %if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 @@ -7,7 +7,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2017 -Release: 4.%{releasedate}%{?dist} +Release: 5.%{releasedate}%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://threadingbuildingblocks.org/ @@ -35,11 +35,6 @@ Patch2: tbb-4.0-mfence.patch # Related: https://bugzilla.redhat.com/show_bug.cgi?id=1037347 Patch3: tbb-4.3-dont-snip-Wall.patch -# Fix detection of s390x as 64-bit arch, it affects the version script used -# for symbols in the public library -# Related: https://bugzilla.redhat.com/show_bug.cgi?id=1379632 -Patch4: tbb-2017-64bit.patch - BuildRequires: gcc-c++ BuildRequires: python2-devel BuildRequires: swig @@ -103,7 +98,6 @@ Python 3 TBB module. %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 # For repeatable builds, don't query the hostname or architecture sed -i 's/`hostname -s`" ("`uname -m`/fedorabuild" ("%{_arch}/' \ @@ -228,6 +222,10 @@ popd %endif %changelog +* Fri Dec 2 2016 Jerry James - 2017-5.20161128 +- Rebase to 2017 update 3 +- Drop upstreamed s390x patch + * Wed Nov 2 2016 Jerry James - 2017-4.20161004 - Rebase to 2017 update 2