Browse code

nodejs : updated to version 8.3.0. (Bug 2013558)

Change-Id: Ia8c06818d3c639991a63b9d87f78cc8d36b570e1
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4431
Reviewed-by: Sharath George
Tested-by: Sharath George

xiaolin-vmware authored on 2017/12/05 10:39:57
Showing 1 changed files
... ...
@@ -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
3
+Version:        8.3.0
4 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
 BuildArch:      x86_64
13 13
 
14 14
 BuildRequires:  coreutils >= 8.22, openssl-devel >= 1.0.1
... ...
@@ -28,7 +28,7 @@ The nodejs-devel package contains libraries, header files and documentation
28 28
 for developing applications that use nodejs.
29 29
 
30 30
 %prep
31
-%setup -q -n node-%{version}
31
+%setup -q -n node-v%{version}
32 32
 
33 33
 %build
34 34
 ./configure --prefix=%{_prefix} \
... ...
@@ -66,10 +66,13 @@ make  %{?_smp_mflags} test
66 66
 %files devel
67 67
 %defattr(-,root,root)
68 68
 %{_includedir}/*
69
-%{_datadir}/systemtap/tapset
70 69
 %{_docdir}/node/gdbinit
70
+%{_docdir}/node/lldb_commands.py
71
+%{_docdir}/node/lldbinit
71 72
 %{_datadir}/systemtap/tapset/node.stp
72 73
 
73 74
 %changelog
75
+*   Mon Dec 04 2017 Xiaolin Li <xiaolinl@vmware.com> 8.3.0-1
76
+-   Updated to version 8.3.0
74 77
 *   Mon Mar 20 2017 Xiaolin Li <xiaolinl@vmware.com> 7.7.4-1
75 78
 -   Initial packaging for Photon