Update to 11.7.0
https://nodejs.org/en/blog/release/v11.7.0/ https://nodejs.org/en/blog/release/v11.6.0/ https://nodejs.org/en/blog/release/v11.5.0/ https://nodejs.org/en/blog/release/v11.4.0/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
f11d0d2aec
commit
f7fc361214
17
nodejs.spec
17
nodejs.spec
@ -20,7 +20,7 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 11
|
||||
%global nodejs_minor 3
|
||||
%global nodejs_minor 7
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
@ -51,8 +51,8 @@
|
||||
|
||||
# libuv - from deps/uv/include/uv/version.h
|
||||
%global libuv_major 1
|
||||
%global libuv_minor 23
|
||||
%global libuv_patch 2
|
||||
%global libuv_minor 24
|
||||
%global libuv_patch 1
|
||||
%global libuv_version %{libuv_major}.%{libuv_minor}.%{libuv_patch}
|
||||
|
||||
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
||||
@ -80,8 +80,8 @@
|
||||
# npm - from deps/npm/package.json
|
||||
%global npm_epoch 1
|
||||
%global npm_major 6
|
||||
%global npm_minor 4
|
||||
%global npm_patch 1
|
||||
%global npm_minor 5
|
||||
%global npm_patch 0
|
||||
%global npm_version %{npm_major}.%{npm_minor}.%{npm_patch}
|
||||
|
||||
# In order to avoid needing to keep incrementing the release version for the
|
||||
@ -490,6 +490,13 @@ end
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1:11.7.0-1
|
||||
- Update to 11.7.0
|
||||
- https://nodejs.org/en/blog/release/v11.7.0/
|
||||
- https://nodejs.org/en/blog/release/v11.6.0/
|
||||
- https://nodejs.org/en/blog/release/v11.5.0/
|
||||
- https://nodejs.org/en/blog/release/v11.4.0/
|
||||
|
||||
* 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/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v11.3.0-stripped.tar.gz) = 682f99c794cf7380ae8b1f068c90ac99b77aab29315b9ea98997577ce3b5e7868d7b55d02361c4110d83f0e1ce2e035065c7d2cf165da6813260b9cf59ef8d09
|
||||
SHA512 (node-v11.7.0-stripped.tar.gz) = 7061cc6d99ba8d9b6f791bea910cd6d801b660731d0638aa5e309328c9d77c30c909a030a9a4e19e04345399fbfb0c308c37d0f69fe0e5756d9595607ceaa1fb
|
||||
|
Loading…
Reference in New Issue
Block a user