From 727d8ef2fd0781d914d96c7010305d750bc53e65 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Sun, 14 Apr 2013 18:19:38 -0700 Subject: [PATCH] new upstream release 0.10.4 http://blog.nodejs.org/2013/04/11/node-v0-10-4-stable/ --- .gitignore | 1 + nodejs.spec | 8 ++++++-- sources | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9ac8ed..7b00f37 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /node-v0.10.1.tar.gz /node-v0.10.2.tar.gz /node-v0.10.3.tar.gz +/node-v0.10.4.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 50f3eeb..b8c2ef3 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,6 @@ Name: nodejs -Version: 0.10.3 -Release: 2%{?dist} +Version: 0.10.4 +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 +* Mon Apr 15 2013 T.C. Hollingsworth - 0.10.4-1 +- new upstream release 0.10.4 + http://blog.nodejs.org/2013/04/11/node-v0-10-4-stable/ + * Thu Apr 04 2013 T.C. Hollingsworth - 0.10.3-2 - nodejs-symlink-deps: symlink unconditionally in the buildroot diff --git a/sources b/sources index b274326..92f3911 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 4daca92618515708a4631e98a8e8c779 node-v0.10.3.tar.gz +a4554450864af89c4420c54349b62295 node-v0.10.4.tar.gz