Hello community,

here is the log from the commit of package tbb for openSUSE:Factory checked in 
at 2018-09-11 17:09:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tbb (Old)
 and      /work/SRC/openSUSE:Factory/.tbb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tbb"

Tue Sep 11 17:09:36 2018 rev:15 rq:631253 version:2018_20171205

Changes:
--------
--- /work/SRC/openSUSE:Factory/tbb/tbb.changes  2018-08-07 09:40:17.593018967 
+0200
+++ /work/SRC/openSUSE:Factory/.tbb.new/tbb.changes     2018-09-11 
17:09:40.312117974 +0200
@@ -1,0 +2,5 @@
+Fri Aug 24 04:10:21 UTC 2018 - bwiedem...@suse.com
+
+- Extend reproducible.patch to not capture build kernel version (boo#1101107)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.Z0nJ9w/_old  2018-09-11 17:09:40.796117220 +0200
+++ /var/tmp/diff_new_pack.Z0nJ9w/_new  2018-09-11 17:09:40.796117220 +0200
@@ -1,7 +1,7 @@
-Index: tbb-2018/build/version_info_linux.sh
+Index: tbb-2018_U2/build/version_info_linux.sh
 ===================================================================
---- tbb-2018.orig/build/version_info_linux.sh
-+++ tbb-2018/build/version_info_linux.sh
+--- tbb-2018_U2.orig/build/version_info_linux.sh
++++ tbb-2018_U2/build/version_info_linux.sh
 @@ -20,10 +20,10 @@
  
  # Script used to generate version info string
@@ -21,3 +21,16 @@
  echo ""
 -echo "#define __TBB_DATETIME \""`date -u`"\""
 +echo "#define __TBB_DATETIME \""`date -u -r $(dirname $0)/../CHANGES`"\""
+Index: tbb-2018_U2/build/linux.inc
+===================================================================
+--- tbb-2018_U2.orig/build/linux.inc
++++ tbb-2018_U2/build/linux.inc
+@@ -61,7 +61,7 @@ endif
+ ifndef runtime
+         export gcc_version:=$(shell gcc -dumpversion)
+         os_version:=$(shell uname -r)
+-        os_kernel_version:=$(shell uname -r | sed -e 's/-.*$$//')
++        os_kernel_version:=4.0
+         export os_glibc_version_full:=$(shell getconf GNU_LIBC_VERSION | grep 
glibc | sed -e 's/^glibc //')
+         os_glibc_version:=$(shell echo "$(os_glibc_version_full)" | sed -e 
'2,$$d' -e 's/-.*$$//')
+         export 
runtime:=cc$(gcc_version)_libc$(os_glibc_version)_kernel$(os_kernel_version)


Reply via email to