diff --git a/node-gyp.spec b/node-gyp.spec index 29d4413..339d20f 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -2,7 +2,7 @@ Name: node-gyp Version: 3.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Node.js native addon build tool License: MIT Group: System Environment/Libraries @@ -20,7 +20,7 @@ ExclusiveArch: %{nodejs_arches} noarch # gyp is the actual build framework node-gyp uses Requires: gyp # this is the standard set of headers expected to build any node native module -Requires: nodejs-devel v8-devel libuv-devel http-parser-devel +Requires: nodejs-devel libuv-devel http-parser-devel # we also need a C++ compiler to actually build stuff ;-) Requires: gcc-c++ @@ -83,6 +83,9 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node- %changelog +* Wed Jan 20 2016 Peter Robinson 3.2.1-4 +- Drop v8-devel requires, bundled with nodejs + * Tue Jan 19 2016 Tom Hughes - 3.2.1-3 - Build with node 4 compatible include path