diff --git a/.gitignore b/.gitignore index 00b6f2f..ad42f26 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /node-v0.10.6.tar.gz /node-v0.10.7-stripped.tar.gz /node-v0.10.8-stripped.tar.gz +/node-v0.10.9-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index cea9f26..a1fddb2 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,5 @@ Name: nodejs -Version: 0.10.8 +Version: 0.10.9 Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD @@ -174,6 +174,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_defaultdocdir}/%{name}-docs-%{version} %changelog +* Fri May 31 2013 T.C. Hollingsworth - 0.10.9-1 +- new upstream release 0.10.9 + http://blog.nodejs.org/2013/05/30/node-v0-10-9-stable/ + * Wed May 29 2013 T.C. Hollingsworth - 0.10.8-1 - new upstream release 0.10.8 diff --git a/sources b/sources index 210aeea..55a2120 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9a0bbc97eff282f3676fc770e0f84e8 node-v0.10.8-stripped.tar.gz +d93150d9cc278d2db6f7ab0f02eeb481 node-v0.10.9-stripped.tar.gz