Update to 6.12.2
https://nodejs.org/en/blog/release/v6.12.2/ Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
e9f59064d0
commit
ff693e0914
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/node-v6.11.4-stripped.tar.gz
|
||||
/node-v6.11.5-stripped.tar.gz
|
||||
/node-v6.12.0-stripped.tar.gz
|
||||
/node-v6.12.2-stripped.tar.gz
|
||||
|
12
nodejs.spec
12
nodejs.spec
@ -19,7 +19,7 @@
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 6
|
||||
%global nodejs_minor 12
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_patch 2
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 1
|
||||
@ -29,7 +29,7 @@
|
||||
%global v8_major 5
|
||||
%global v8_minor 1
|
||||
%global v8_build 281
|
||||
%global v8_patch 108
|
||||
%global v8_patch 109
|
||||
# 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}
|
||||
@ -192,7 +192,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{nodejs_version}-%{nodejs_release}%{?dist}
|
||||
Requires: openssl-devel%{?_isa}
|
||||
Requires: zlib-devel%{?_isa}
|
||||
Requires: nodejs-packaging
|
||||
#%if ! 0%{?bootstrap}
|
||||
#%if ! 0%%{?bootstrap}
|
||||
%if %{with bootstrap}
|
||||
#deps are bundled
|
||||
%else
|
||||
@ -391,7 +391,7 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
%dir %{_datadir}/systemtap/tapset
|
||||
%{_datadir}/systemtap/tapset/node.stp
|
||||
|
||||
#%if ! 0%{?bootstrap}
|
||||
#%if ! 0%%{?bootstrap}
|
||||
%if %{with bootstrap}
|
||||
#no dtrace
|
||||
%else
|
||||
@ -433,6 +433,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Fri Dec 08 2017 Stephen Gallagher <sgallagh@redhat.com> - -
|
||||
- Update to 6.12.2
|
||||
- https://nodejs.org/en/blog/release/v6.12.2/
|
||||
|
||||
* Mon Nov 13 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.12.0-1
|
||||
- Update to 6.12.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v6.12.0-stripped.tar.gz) = ec64483c7aeef6901a1d77b03bd5caa4e236c6c484b879c7a5a5c041fd3fd2d0d78df96428c3e3cb08abc123e381b1cab4a111375b07189c32f4b29db9aa8c26
|
||||
SHA512 (node-v6.12.2-stripped.tar.gz) = f32733fdb2b72c7540eae8082bd9fe6afa102381924985a8ffb5961639bfc6a4e1081b79abb1cd4009828b1ee93502291cca8ca966fbaa187cf5c7568a7db2f6
|
||||
|
Loading…
Reference in New Issue
Block a user