Change-Id: I290d4431474ac7fc443c0bf890ec23fc5074ea57
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4787
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine. |
| 2 | 2 |
Name: nodejs |
| 3 |
-Version: 7.7.4 |
|
| 4 |
-Release: 4%{?dist}
|
|
| 3 |
+Version: 8.3.0 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: MIT |
| 6 | 6 |
Group: Applications/System |
| 7 | 7 |
Vendor: VMware, Inc. |
| 8 | 8 |
Distribution: Photon |
| 9 | 9 |
URL: https://github.com/nodejs/node |
| 10 |
-Source0: node-%{version}.tar.gz
|
|
| 11 |
-%define sha1 node=31f7b14476b90037516449aec233c68d9b21edd3 |
|
| 10 |
+Source0: https://nodejs.org/download/release/v8.3.0/node-v%{version}.tar.xz
|
|
| 11 |
+%define sha1 node=62969b076013b20370fd42b7441b3c7ab7ac924f |
|
| 12 | 12 |
|
| 13 | 13 |
BuildRequires: coreutils >= 8.22, openssl-devel >= 1.0.1 |
| 14 | 14 |
Requires: (coreutils >= 8.22 or toybox) |
| ... | ... |
@@ -27,7 +27,7 @@ The nodejs-devel package contains libraries, header files and documentation |
| 27 | 27 |
for developing applications that use nodejs. |
| 28 | 28 |
|
| 29 | 29 |
%prep |
| 30 |
-%setup -q -n node-%{version}
|
|
| 30 |
+%setup -q -n node-v%{version}
|
|
| 31 | 31 |
|
| 32 | 32 |
%build |
| 33 | 33 |
./configure --prefix=%{_prefix} \
|
| ... | ... |
@@ -64,11 +64,14 @@ make cctest |
| 64 | 64 |
%files devel |
| 65 | 65 |
%defattr(-,root,root) |
| 66 | 66 |
%{_includedir}/*
|
| 67 |
-%{_datadir}/systemtap/tapset
|
|
| 67 |
+%{_docdir}/node/lldb_commands.py
|
|
| 68 |
+%{_docdir}/node/lldbinit
|
|
| 68 | 69 |
%{_docdir}/node/gdbinit
|
| 69 | 70 |
%{_datadir}/systemtap/tapset/node.stp
|
| 70 | 71 |
|
| 71 | 72 |
%changelog |
| 73 |
+* Wed Feb 14 2018 Xiaolin Li <xiaolinl@vmware.com> 8.3.0-1 |
|
| 74 |
+- Updated to version 8.3.0 |
|
| 72 | 75 |
* Fri Oct 13 2017 Alexey Makhalov <amakhalov@vmware.com> 7.7.4-4 |
| 73 | 76 |
- Remove BuildArch |
| 74 | 77 |
* Mon Sep 18 2017 Alexey Makhalov <amakhalov@vmware.com> 7.7.4-3 |