Update to 11.0.0
https://nodejs.org/en/blog/release/v11.0.0/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
cd261bf1e2
commit
060018482e
18
nodejs.spec
18
nodejs.spec
@ -13,8 +13,8 @@
|
||||
# feature releases that are only supported for nine months, which is shorter
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 10
|
||||
%global nodejs_minor 13
|
||||
%global nodejs_major 11
|
||||
%global nodejs_minor 0
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
@ -22,10 +22,10 @@
|
||||
|
||||
# == Bundled Dependency Versions ==
|
||||
# v8 - from deps/v8/include/v8-version.h
|
||||
%global v8_major 6
|
||||
%global v8_minor 8
|
||||
%global v8_build 275
|
||||
%global v8_patch 32
|
||||
%global v8_major 7
|
||||
%global v8_minor 0
|
||||
%global v8_build 276
|
||||
%global v8_patch 28
|
||||
# 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}
|
||||
@ -55,7 +55,7 @@
|
||||
%global nghttp2_patch 0
|
||||
%global nghttp2_version %{nghttp2_major}.%{nghttp2_minor}.%{nghttp2_patch}
|
||||
|
||||
# ICU - from configure.py in the configure_intl() function
|
||||
# ICU - from tools/icu/current_ver.dep
|
||||
%global icu_major 62
|
||||
%global icu_minor 1
|
||||
%global icu_version %{icu_major}.%{icu_minor}
|
||||
@ -488,6 +488,10 @@ end
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Thu Nov 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:11.0.0-1
|
||||
- Update to 11.0.0
|
||||
- https://nodejs.org/en/blog/release/v11.0.0/
|
||||
|
||||
* Thu Nov 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:10.13.0-1
|
||||
- Update to 10.13.0
|
||||
- https://nodejs.org/en/blog/release/v10.13.0/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v10.13.0-stripped.tar.gz) = 2df0905571768b7f1e37ebb2446ce355f1913e56254ba06d566d7e0f3cb5a104c26a9f2fd9bf449f6910628ed785bf81c04569d6701cc1adf1be9b18cc55f22c
|
||||
SHA512 (node-v11.0.0-stripped.tar.gz) = c602431641ff61ede56e8bdfee4b350bad67360b1c07a9a2db58648a3d18a74929d4a2b4768c2e68b8ddf9cac0748570e9b85ef90c326b94e533d3d023136afa
|
||||
|
Loading…
Reference in New Issue
Block a user