diff --git a/.gitignore b/.gitignore index 794ad06..48f0f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /node-v0.10.19-stripped.tar.gz /node-v0.10.20-stripped.tar.gz /node-v0.10.21-stripped.tar.gz +/node-v0.10.22-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index ab59144..f0e8439 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,5 @@ Name: nodejs -Version: 0.10.21 +Version: 0.10.22 Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD @@ -166,6 +166,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_defaultdocdir}/%{name}-docs-%{version} %changelog +* Tue Nov 12 2013 T.C. Hollingsworth - 0.10.22-1 +- new upstream release 0.10.22 + http://blog.nodejs.org/2013/11/12/node-v0-10-22-stable/ + * Fri Oct 18 2013 T.C. Hollingsworth - 0.10.21-1 - new upstream release 0.10.21 http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/ diff --git a/sources b/sources index 8d0a82d..225e499 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26bb21ec7b63b11d07fc6383836dd119 node-v0.10.21-stripped.tar.gz +60a9abb2608df8ba9806e7426a1def91 node-v0.10.22-stripped.tar.gz