diff --git a/nodejs-i2c.spec b/nodejs-i2c.spec index 5104bbc..fb07269 100644 --- a/nodejs-i2c.spec +++ b/nodejs-i2c.spec @@ -3,7 +3,7 @@ Name: nodejs-i2c Version: 0.1.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Node.js native bindings for i2c-dev %if 0%{?fedora} >= 19 @@ -36,6 +36,7 @@ Plays well with Raspberry Pi and Beaglebone. %nodejs_fixdep coffee-script '~1.4' %nodejs_fixdep underscore "~1.6" +%nodejs_fixdep bindings '~1.1' #copy LICENSE file to %%{_builddir} so it works with %%doc cp %{SOURCE1} . @@ -59,6 +60,9 @@ chmod 0755 %{buildroot}%{nodejs_sitelib}/i2c/build/Release/i2c.node %doc README.md LICENSE examples %changelog +* Sun Apr 20 2014 Jamie Nguyen - 0.1.4-7 +- fix version of npm(bindings) dependency + * Fri Apr 18 2014 Jamie Nguyen - 0.1.4-6 - fix version of npm(underscore) dependency