new upstream release 0.10.12
http://blog.nodejs.org/2013/06/18/node-v0-10-12-stable/
This commit is contained in:
parent
30653ec3f2
commit
62a5b1000e
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/node-v0.10.7-stripped.tar.gz
|
/node-v0.10.7-stripped.tar.gz
|
||||||
/node-v0.10.8-stripped.tar.gz
|
/node-v0.10.8-stripped.tar.gz
|
||||||
/node-v0.10.9-stripped.tar.gz
|
/node-v0.10.9-stripped.tar.gz
|
||||||
|
/node-v0.10.12-stripped.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version=$(rpm -q --specfile --qf='%{version}\n' nodejs.spec | head -n1)
|
version=$(rpm -q --specfile --qf='%{version}\n' nodejs.spec | head -n1)
|
||||||
#wget 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
|
tar -zxf node-v${version}.tar.gz
|
||||||
rm -rf node-v${version}/deps/openssl
|
rm -rf node-v${version}/deps/openssl
|
||||||
tar -zcf node-v${version}-stripped.tar.gz node-v${version}
|
tar -zcf node-v${version}-stripped.tar.gz node-v${version}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.9
|
Version: 0.10.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JavaScript runtime
|
Summary: JavaScript runtime
|
||||||
License: MIT and ASL 2.0 and ISC and BSD
|
License: MIT and ASL 2.0 and ISC and BSD
|
||||||
@ -174,6 +174,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|||||||
%{_defaultdocdir}/%{name}-docs-%{version}
|
%{_defaultdocdir}/%{name}-docs-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@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@gmail.com> - 0.10.9-1
|
* Fri May 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.9-1
|
||||||
- new upstream release 0.10.9
|
- new upstream release 0.10.9
|
||||||
http://blog.nodejs.org/2013/05/30/node-v0-10-9-stable/
|
http://blog.nodejs.org/2013/05/30/node-v0-10-9-stable/
|
||||||
|
Loading…
Reference in New Issue
Block a user