Update to 6.9.0 LTS release
- https://nodejs.org/en/blog/release/v6.9.0/
This commit is contained in:
parent
fde0d7c893
commit
a4e2095b05
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
||||
/node-v6.7.0-stripped.tar.gz
|
||||
/node-v6.8.0-stripped.tar.gz
|
||||
/node-v6.8.1-stripped.tar.gz
|
||||
/node-v6.9.0-stripped.tar.gz
|
||||
|
10
nodejs.spec
10
nodejs.spec
@ -15,11 +15,11 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 6
|
||||
%global nodejs_minor 8
|
||||
%global nodejs_patch 1
|
||||
%global nodejs_minor 9
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 5
|
||||
%global nodejs_release 1
|
||||
|
||||
# == Bundled Dependency Versions ==
|
||||
# v8 - from deps/v8/include/v8-version.h
|
||||
@ -403,6 +403,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 18 2016 Stephen Gallagher <sgallagh@redhat.com> - -
|
||||
- Update to 6.9.0 LTS release
|
||||
- https://nodejs.org/en/blog/release/v6.9.0/
|
||||
|
||||
* Mon Oct 17 2016 Stephen Gallagher <sgallagh@redhat.com> - 1:6.8.1-5
|
||||
- Add dist tag to npm nodejs dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user