Hello community, here is the log from the commit of package v8 for openSUSE:Factory checked in at 2016-06-25 02:23:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/v8 (Old) and /work/SRC/openSUSE:Factory/.v8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "v8" Changes: -------- --- /work/SRC/openSUSE:Factory/v8/v8.changes 2016-06-12 18:54:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes 2016-06-25 02:23:20.000000000 +0200 @@ -1,0 +2,15 @@ +Thu Jun 23 10:22:42 UTC 2016 - [email protected] + +- Updated the GCC6 patch to prevent possible crashes + +------------------------------------------------------------------- +Fri Jun 17 13:35:25 UTC 2016 - [email protected] + +- Add memory constraint to 6GB. + +------------------------------------------------------------------- +Thu Jun 16 11:49:15 UTC 2016 - [email protected] + +- Add v8-gcc6.patch: Fix build with gcc6. + +------------------------------------------------------------------- New: ---- v8-gcc6.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ v8.spec ++++++ --- /var/tmp/diff_new_pack.L2M58k/_old 2016-06-25 02:23:23.000000000 +0200 +++ /var/tmp/diff_new_pack.L2M58k/_new 2016-06-25 02:23:23.000000000 +0200 @@ -39,6 +39,8 @@ Source9: test.benchmarks.data-00.tar.bz2 Source10: trace_event-00.tar.bz2 Patch1: add_ppc64le_arch.patch +# PATCH-FIX-UPSTREAM v8-gcc6.patch [email protected] -- Fix build with GCC6 +Patch2: v8-gcc6.patch BuildRequires: gcc-c++ BuildRequires: gyp BuildRequires: libicu-devel >= 4.0 @@ -108,6 +110,7 @@ tar --strip-components=1 -xvf %{SOURCE10} popd %patch1 -p1 +%patch2 -p1 %build ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.L2M58k/_old 2016-06-25 02:23:23.000000000 +0200 +++ /var/tmp/diff_new_pack.L2M58k/_new 2016-06-25 02:23:23.000000000 +0200 @@ -3,6 +3,9 @@ <disk> <size unit="M">4500</size> </disk> + <physicalmemory> + <size unit="M">6000</size> + </physicalmemory> </hardware> <overwrite> <conditions> ++++++ v8-gcc6.patch ++++++ diff -r -u /var/tmp/build-root/standard-x86_64/home/abuild/rpmbuild/BUILD/v8-5.3.171/gypfiles/standalone.gypi /tmp/v8-5.3.171/gypfiles/standalone.gypi --- v8-5.3.171/gypfiles/standalone.gypi 2016-06-08 12:55:12.000000000 +0200 +++ v8-5.3.171/gypfiles/standalone.gypi 2016-06-16 13:33:15.054190529 +0200 @@ -688,6 +688,7 @@ '-pedantic', '-Wmissing-field-initializers', '-Wno-gnu-zero-variadic-macro-arguments', + '-Wno-unused-function' ], 'cflags_cc': [ '-Wnon-virtual-dtor', + '-fno-delete-null-pointer-checks', '-fno-exceptions', '-fno-rtti', '-std=gnu++11',
