diff --git a/nodejs-tap.spec b/nodejs-tap.spec index ab55b8e..b3598f4 100644 --- a/nodejs-tap.spec +++ b/nodejs-tap.spec @@ -5,7 +5,7 @@ Name: nodejs-tap Version: 0.4.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Test Anything Protocol library Group: Development/Tools @@ -57,6 +57,7 @@ Test Anything Protocol. %nodejs_fixdep deep-equal '^1.0.1' %nodejs_fixdep glob '^6.0.3' %nodejs_fixdep inherits 1 +%nodejs_fixdep nopt '^3.0.6' #remove bundled modules rm -rf node_modules @@ -101,6 +102,9 @@ rm -rf %buildroot %doc coverage-example example README.md AUTHORS LICENSE %changelog +* Sun Jan 17 2016 Tom Hughes - 0.4.4-8 +- Update npm(nopt) dependency + * Fri Jan 1 2016 Tom Hughes - 0.4.4-7 - Update npm(glob) dependency