[nodejs/el6] new upstream release 0.10.8

T.C. Hollingsworth patches at fedoraproject.org
Wed May 29 03:45:39 UTC 2013


commit 90ab25f727f614ebb479362323600a139941e276
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue May 28 20:42:06 2013 -0700

    new upstream release 0.10.8

 .gitignore        |    1 +
 nodejs-tarball.sh |    2 +-
 nodejs.spec       |    5 ++++-
 sources           |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 103dbeb..8fbc2ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /node-v0.10.6.tar.gz
 /node-v0.10.7-stripped.tar.gz
 >>>>>>> 9e89193... add the new stripped tarball to sources
+/node-v0.10.8-stripped.tar.gz
diff --git a/nodejs-tarball.sh b/nodejs-tarball.sh
index e8d3cdf..9732300 100755
--- a/nodejs-tarball.sh
+++ b/nodejs-tarball.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 version=$(rpm -q --specfile --qf='%{version}\n' nodejs.spec | head -n1)
-#wget http://nodejs.org/dist/v${version}/node-v${version}.tar.gz
+wget -c http://nodejs.org/dist/v${version}/node-v${version}.tar.gz
 tar -zxf node-v${version}.tar.gz
 rm -rf node-v${version}/deps/openssl
 tar -zcf node-v${version}-stripped.tar.gz node-v${version}
diff --git a/nodejs.spec b/nodejs.spec
index 32a1aba..f936d84 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -1,5 +1,5 @@
 Name: nodejs
-Version: 0.10.7
+Version: 0.10.8
 Release: 1%{?dist}
 Summary: JavaScript runtime
 License: MIT and ASL 2.0 and ISC and BSD
@@ -172,6 +172,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 %{_defaultdocdir}/%{name}-docs-%{version}
 
 %changelog
+* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.8-1
+- new upstream release 0.10.8
+
 * Wed May 29 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.7-1
 - new upstream release 0.10.7
 - strip openssl from the tarball; it contains prohibited code (RHBZ#967736)
diff --git a/sources b/sources
index e27ebcf..210aeea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-423b68616b60db6d0277bfb7195917a7  node-v0.10.7-stripped.tar.gz
+d9a0bbc97eff282f3676fc770e0f84e8  node-v0.10.8-stripped.tar.gz


More information about the scm-commits mailing list