diff --git a/nodejs-ws.spec b/nodejs-ws.spec index d70c811..15f646f 100644 --- a/nodejs-ws.spec +++ b/nodejs-ws.spec @@ -8,7 +8,7 @@ Summary: Web socket client, server and console for nodejs Name: nodejs-%{npm_name} Version: 0.4.31 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: MIT URL: https://github.com/einaros/ws @@ -37,6 +37,7 @@ up-to-date against RFC-6455 rm -f examples/fileapi/.npmignore %nodejs_fixdep commander '>=0.6.1' +%nodejs_fixdep nan '>=0.3.0' %build export CXXFLAGS="%{optflags}" @@ -66,6 +67,9 @@ make test %{_bindir}/wscat %changelog +* Fri Feb 07 2014 Troy Dawson - 0.4.31-2 +- Fix nan dependency + * Thu Feb 06 2014 Troy Dawson - 0.4.31-1 - Update to version 0.4.31 - add macro to invoke dependency generator on EL6