Update to 11.3.0
- https://nodejs.org/en/blog/release/v11.2.0/ - https://nodejs.org/en/blog/release/v11.3.0/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
01611e2acd
commit
f11d0d2aec
11
nodejs.spec
11
nodejs.spec
@ -20,7 +20,7 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 11
|
||||
%global nodejs_minor 1
|
||||
%global nodejs_minor 3
|
||||
%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 32
|
||||
%global v8_patch 38
|
||||
# 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}
|
||||
@ -39,7 +39,7 @@
|
||||
# c-ares - from deps/cares/include/ares_version.h
|
||||
# https://github.com/nodejs/node/pull/9332
|
||||
%global c_ares_major 1
|
||||
%global c_ares_minor 14
|
||||
%global c_ares_minor 15
|
||||
%global c_ares_patch 0
|
||||
%global c_ares_version %{c_ares_major}.%{c_ares_minor}.%{c_ares_patch}
|
||||
|
||||
@ -490,6 +490,11 @@ end
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Thu Nov 29 2018 Stephen Gallagher <sgallagh@redhat.com> - 1:11.3.0-1
|
||||
- Update to 11.3.0
|
||||
- https://nodejs.org/en/blog/release/v11.2.0/
|
||||
- https://nodejs.org/en/blog/release/v11.3.0/
|
||||
|
||||
* 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/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v11.1.0-stripped.tar.gz) = 64e2fee8329db2061d4f2de0e483002657b9d3bca759b79438d4c59d44089f95d9ab85df2d49d6d92c27e514e5d357e88cfee2da74b24b7149de4e873bc7e0ff
|
||||
SHA512 (node-v11.3.0-stripped.tar.gz) = 682f99c794cf7380ae8b1f068c90ac99b77aab29315b9ea98997577ce3b5e7868d7b55d02361c4110d83f0e1ce2e035065c7d2cf165da6813260b9cf59ef8d09
|
||||
|
Loading…
Reference in New Issue
Block a user