Update to 11.1.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
14f1ffd298
commit
01611e2acd
16
nodejs.spec
16
nodejs.spec
@ -20,7 +20,7 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 11
|
||||
%global nodejs_minor 0
|
||||
%global nodejs_minor 1
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
@ -31,7 +31,7 @@
|
||||
%global v8_major 7
|
||||
%global v8_minor 0
|
||||
%global v8_build 276
|
||||
%global v8_patch 28
|
||||
%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}
|
||||
@ -62,16 +62,12 @@
|
||||
%global nghttp2_version %{nghttp2_major}.%{nghttp2_minor}.%{nghttp2_patch}
|
||||
|
||||
# ICU - from tools/icu/current_ver.dep
|
||||
%global icu_major 62
|
||||
%global icu_major 63
|
||||
%global icu_minor 1
|
||||
%global icu_version %{icu_major}.%{icu_minor}
|
||||
|
||||
%if 0%{?fedora} >= 29
|
||||
%global icu_flag system-icu
|
||||
%else
|
||||
# Currently, we have to use the bundled copy since Fedora is still on 62.1
|
||||
%global icu_flag small-icu
|
||||
%endif
|
||||
|
||||
|
||||
# punycode - from lib/punycode.js
|
||||
# Note: this was merged into the mainline since 0.6.x
|
||||
@ -494,6 +490,10 @@ end
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 02 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:11.1.0-1
|
||||
- Update to 11.1.0
|
||||
- https://nodejs.org/en/blog/release/v11.1.0/
|
||||
|
||||
* 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/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v11.0.0-stripped.tar.gz) = c602431641ff61ede56e8bdfee4b350bad67360b1c07a9a2db58648a3d18a74929d4a2b4768c2e68b8ddf9cac0748570e9b85ef90c326b94e533d3d023136afa
|
||||
SHA512 (node-v11.1.0-stripped.tar.gz) = 64e2fee8329db2061d4f2de0e483002657b9d3bca759b79438d4c59d44089f95d9ab85df2d49d6d92c27e514e5d357e88cfee2da74b24b7149de4e873bc7e0ff
|
||||
|
Loading…
Reference in New Issue
Block a user