Update to latest stable release 5.10.1
- https://github.com/nodejs/node/blob/v5.10.1/CHANGELOG.md
This commit is contained in:
parent
3e0de4b030
commit
b4761abbba
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/node-v5.9.0.tar.gz
|
||||
/node-v5.9.1-stripped.tar.gz
|
||||
/node-v5.10.0-stripped.tar.gz
|
||||
/node-v5.10.1-stripped.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
# == Node.js Version ==
|
||||
%global nodejs_major 5
|
||||
%global nodejs_minor 10
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_patch 1
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
|
||||
@ -324,7 +324,11 @@ ln -sf %{_pkgdocdir}/npm/html %{buildroot}%{_prefix}/lib/node_modules/npm/doc
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 01 2016 Stephen Gallagher <sgallagh@redhat.com> - %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}-1
|
||||
* Mon Apr 11 2016 Stephen Gallagher <sgallagh@redhat.com> - 5.10.0-1
|
||||
- Update to latest stable release 5.10.1
|
||||
- https://github.com/nodejs/node/blob/v5.10.1/CHANGELOG.md
|
||||
|
||||
* Fri Apr 01 2016 Stephen Gallagher <sgallagh@redhat.com> - 5.10.0-1
|
||||
- Update to latest security release (5.10.0)
|
||||
- Update bundled npm to 3.8.3
|
||||
- Fixes serious man-in-the-middle vulnerability with npm
|
||||
|
Loading…
Reference in New Issue
Block a user