[nodejs/el6] new upstream release 0.10.12

T.C. Hollingsworth patches at fedoraproject.org
Wed Jun 19 03:29:09 UTC 2013


commit 6eb99a650de0c4db06abeaa56f4349909cdd3968
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Jun 18 19:49:37 2013 -0700

    new upstream release 0.10.12
    
      http://blog.nodejs.org/2013/06/18/node-v0-10-12-stable/
    (cherry picked from commit 62a5b1000ebbd6b06c58d5fb781be6408cd03253)
    
    Conflicts:
    	nodejs-tarball.sh

 .gitignore        |    1 +
 nodejs-tarball.sh |    2 +-
 nodejs.spec       |    6 +++++-
 sources           |    2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad42f26..1822b20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /node-v0.10.7-stripped.tar.gz
 /node-v0.10.8-stripped.tar.gz
 /node-v0.10.9-stripped.tar.gz
+/node-v0.10.12-stripped.tar.gz
diff --git a/nodejs-tarball.sh b/nodejs-tarball.sh
index 9732300..e7e9613 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 -c http://nodejs.org/dist/v${version}/node-v${version}.tar.gz
+wget 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 72f75a9..065382d 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -1,5 +1,5 @@
 Name: nodejs
-Version: 0.10.9
+Version: 0.10.12
 Release: 1%{?dist}
 Summary: JavaScript runtime
 License: MIT and ASL 2.0 and ISC and BSD
@@ -172,6 +172,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 %{_defaultdocdir}/%{name}-docs-%{version}
 
 %changelog
+* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.12-1
+- new upstream release 0.10.12
+  http://blog.nodejs.org/2013/06/18/node-v0-10-12-stable/
+
 * Fri May 31 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.9-1
 - new upstream release 0.10.9
   http://blog.nodejs.org/2013/05/30/node-v0-10-9-stable/
diff --git a/sources b/sources
index 55a2120..82a2e89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d93150d9cc278d2db6f7ab0f02eeb481  node-v0.10.9-stripped.tar.gz
+367784ab0d90ae6fc7311ac354aa2cfd  node-v0.10.12-stripped.tar.gz


More information about the scm-commits mailing list