diff --git a/.gitignore b/.gitignore index 22af98e..ffe5124 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /node-v0.10.24.tar.gz /node-v0.10.24-stripped.tar.gz /node-v0.10.25-stripped.tar.gz +/node-v0.10.26-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 5ee32f3..f2fe5b5 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,6 @@ Name: nodejs -Version: 0.10.25 -Release: 2%{?dist} +Version: 0.10.26 +Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -166,6 +166,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_pkgdocdir}/html %changelog +* Thu Feb 20 2014 T.C. Hollingsworth - 0.10.26-1 +- new upstream release 0.10.25 + http://blog.nodejs.org/2014/02/18/node-v0-10-26-stable/ + * Fri Feb 14 2014 T.C. Hollingsworth - 0.10.25-2 - rebuild for icu-53 (via v8) diff --git a/sources b/sources index 445767f..eca8dcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0cb686d5644944b21d1ba0dd70e106d8 node-v0.10.25-stripped.tar.gz +ecfd516837ce3299ed3eabbb4a219f52 node-v0.10.26-stripped.tar.gz