diff --git a/.gitignore b/.gitignore index 1385e70..046da54 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /node-gyp-0.8.4.tgz /node-gyp-0.9.1.tgz /node-gyp-0.9.5.tgz +/node-gyp-0.10.1.tgz diff --git a/node-gyp.spec b/node-gyp.spec index 133740f..aa3ddaf 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -1,8 +1,8 @@ %{?nodejs_find_provides_and_requires} Name: node-gyp -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.10.1 +Release: 1%{?dist} Summary: Node.js native addon build tool License: MIT Group: System Environment/Libraries @@ -73,6 +73,9 @@ rm -rf %{buildroot} %doc README.md LICENSE %changelog +* Sat Jun 22 2013 T.C. Hollingsworth - 0.10.1-1 +- new upstream release 0.10.1 + * Sat Jun 22 2013 T.C. Hollingsworth - 0.9.5-3 - restrict to compatible arches diff --git a/sources b/sources index ab5d7dd..4ea9d25 100644 --- a/sources +++ b/sources @@ -2,3 +2,4 @@ d0437427803254a369e3a32ba0431ffc node-gyp-0.8.4.tgz fc14c347421fad0e7eb990f78a5a9b84 node-gyp-0.9.1.tgz 3d8a5cf4b5b92457af68035bb0e0e96f node-gyp-0.9.5.tgz +38ba840286f98ef97e5df7d25277b37c node-gyp-0.10.1.tgz