From edb6f7bb5e85f1c27264d8f68932c1bf297a516d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 17 Oct 2015 23:05:17 +0300 Subject: [PATCH] use patched v8 for SetAbortOnUncaughtException support fixing this error: ../src/node.cc:2979:17: error: 'class v8::Isolate' has no member named 'SetAbortOnUncaughtException' --- nodejs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 9f918c4..3166f59 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -9,7 +9,7 @@ Summary: Asynchronous JavaScript Engine Name: nodejs Version: 0.10.40 -Release: 0.1 +Release: 1 License: BSD and MIT and Apache v2.0 and GPL v3 Group: Development/Languages Source0: https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz @@ -40,7 +40,7 @@ BuildRequires: python-jsmin BuildRequires: rpm >= 4.4.9-56 BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: sed >= 4.0 -%{?with_system_v8:BuildRequires: v8-devel >= 3.15.11.10} +%{?with_system_v8:BuildRequires: v8-devel >= 3.15.11.18-2} BuildRequires: zlib-devel Requires: ca-certificates Obsoletes: nodejs-waf -- 2.44.0