From a0beb2b8b286d4db0a0bb8df149020be441edca2 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Fri, 2 May 2014 17:49:35 -0700 Subject: [PATCH 1/2] new upstream release 0.10.28 There is no dfference between 0.10.27 and 0.10.28 for Fedora, as the only thing updated was npm, which is shipped seperately. The latest was only packaged to avoid confusion. Please see the v0.10.27 changelog for relevant changes in this update: http://blog.nodejs.org/2014/05/01/node-v0-10-27-stable/ --- .gitignore | 1 + nodejs.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ffe5124..b721d71 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /node-v0.10.24-stripped.tar.gz /node-v0.10.25-stripped.tar.gz /node-v0.10.26-stripped.tar.gz +/node-v0.10.28-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 87e60c3..7686f67 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,5 @@ Name: nodejs -Version: 0.10.26 +Version: 0.10.28 Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD @@ -160,6 +160,14 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_defaultdocdir}/%{name}-docs-%{version} %changelog +* Sat May 03 2014 T.C. Hollingsworth - 0.10.28-1 +- new upstream release 0.10.28 + There is no dfference between 0.10.27 and 0.10.28 for Fedora, as the only + thing updated was npm, which is shipped seperately. The latest was only + packaged to avoid confusion. Please see the v0.10.27 changelog for relevant + changes in this update: + http://blog.nodejs.org/2014/05/01/node-v0-10-27-stable/ + * 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/ diff --git a/sources b/sources index eca8dcd..8975423 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecfd516837ce3299ed3eabbb4a219f52 node-v0.10.26-stripped.tar.gz +cedd0dabd359963dfd97c9d8dd77d8de node-v0.10.28-stripped.tar.gz From 7269177e52db86477fda6a595f1d7d12d1ab2c74 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Fri, 2 May 2014 17:51:14 -0700 Subject: [PATCH 2/2] fix old changelog entry --- nodejs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index 7686f67..41fef8d 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -169,7 +169,7 @@ cp -p common.gypi %{buildroot}%{_datadir}/node http://blog.nodejs.org/2014/05/01/node-v0-10-27-stable/ * Thu Feb 20 2014 T.C. Hollingsworth - 0.10.26-1 -- new upstream release 0.10.25 +- new upstream release 0.10.26 http://blog.nodejs.org/2014/02/18/node-v0-10-26-stable/ * Mon Jan 27 2014 T.C. Hollingsworth - 0.10.25-1