diff --git a/.gitignore b/.gitignore index 1f19bdd..5e2a336 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /node-v0.10.3.tar.gz /node-v0.10.4.tar.gz /node-v0.10.5.tar.gz +/node-v0.10.6.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 255b7cb..b2dc452 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,6 @@ Name: nodejs -Version: 0.10.5 -Release: 3%{?dist} +Version: 0.10.6 +Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -188,6 +188,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_defaultdocdir}/%{name}-docs-%{version} %changelog +* Wed May 15 2013 T.C. Hollingsworth - 0.10.6-1 +- new upstream release 0.10.6 + http://blog.nodejs.org/2013/05/14/node-v0-10-6-stable/ + * Mon May 06 2013 T.C. Hollingsworth - 0.10.5-3 - nodejs-fixdep: work properly when a package has no dependencies diff --git a/sources b/sources index 48d3be0..0a17fbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6b1c363f75185d57c8486cd63c42e14 node-v0.10.5.tar.gz +ea1e256b62fe8deb21cdf24efe0da0db node-v0.10.6.tar.gz