Update to 10.2.0
https://nodejs.org/en/blog/release/v10.0.0/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
6c33c7f530
commit
65be442ab1
1
.gitignore
vendored
1
.gitignore
vendored
@ -94,3 +94,4 @@
|
||||
/node-v9.11.1-stripped.tar.gz
|
||||
/node-v10.0.0-stripped.tar.gz
|
||||
/node-v10.1.0-stripped.tar.gz
|
||||
/node-v10.2.0-stripped.tar.gz
|
||||
|
12
nodejs.spec
12
nodejs.spec
@ -20,18 +20,18 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 10
|
||||
%global nodejs_minor 1
|
||||
%global nodejs_minor 2
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 3
|
||||
%global nodejs_release 1
|
||||
|
||||
# == Bundled Dependency Versions ==
|
||||
# v8 - from deps/v8/include/v8-version.h
|
||||
%global v8_major 6
|
||||
%global v8_minor 6
|
||||
%global v8_build 346
|
||||
%global v8_patch 27
|
||||
%global v8_patch 32
|
||||
# V8 presently breaks ABI at least every x.y release while never bumping SONAME
|
||||
%global v8_abi %{v8_major}.%{v8_minor}
|
||||
%global v8_version %{v8_major}.%{v8_minor}.%{v8_build}.%{v8_patch}
|
||||
@ -52,7 +52,7 @@
|
||||
# libuv - from deps/uv/include/uv-version.h
|
||||
%global libuv_major 1
|
||||
%global libuv_minor 20
|
||||
%global libuv_patch 2
|
||||
%global libuv_patch 3
|
||||
%global libuv_version %{libuv_major}.%{libuv_minor}.%{libuv_patch}
|
||||
|
||||
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
||||
@ -486,6 +486,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules:%{buildroot}%{_prefix}/lib/nod
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Wed May 23 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:10.2.0-1
|
||||
- Update to 10.2.0
|
||||
- https://nodejs.org/en/blog/release/v10.0.0/
|
||||
|
||||
* Thu May 10 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:10.1.0-3
|
||||
- Fix incorrect rpm macro
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v10.1.0-stripped.tar.gz) = 9b85f482cd947359cae98c2b2cfb364f89712ea75b2df47b7072bfbc63a6557f3e22c013ffe1ad8267065f32f9055e9d9edfa64682e0a3efe887e13a977b977e
|
||||
SHA512 (node-v10.2.0-stripped.tar.gz) = 41f3e09adc104ca5fe264a0622013ab2667116384fc5f1018162b4bc5b7627b284926769de37b59eddb4e11ab90e61a20196469ad420707f9982d43aca1baae5
|
||||
|
Loading…
Reference in New Issue
Block a user