Update to v8.2.0
https://nodejs.org/en/blog/release/v8.2.0/ Update npm to 5.3.0 Adds npx command Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
586335e630
commit
3a319438fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/node-v8.1.2-stripped.tar.gz
|
||||
/node-v8.1.3-stripped.tar.gz
|
||||
/node-v8.1.4-stripped.tar.gz
|
||||
/node-v8.2.0-stripped.tar.gz
|
||||
|
18
nodejs.spec
18
nodejs.spec
@ -17,11 +17,11 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 8
|
||||
%global nodejs_minor 1
|
||||
%global nodejs_patch 4
|
||||
%global nodejs_minor 2
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 3
|
||||
%global nodejs_release 1
|
||||
|
||||
# == Bundled Dependency Versions ==
|
||||
# v8 - from deps/v8/include/v8-version.h
|
||||
@ -57,8 +57,8 @@
|
||||
# npm - from deps/npm/package.json
|
||||
%global npm_epoch 1
|
||||
%global npm_major 5
|
||||
%global npm_minor 0
|
||||
%global npm_patch 3
|
||||
%global npm_minor 3
|
||||
%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
|
||||
@ -423,10 +423,12 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
|
||||
%files -n npm
|
||||
%{_bindir}/npm
|
||||
%{_bindir}/npx
|
||||
%{_prefix}/lib/node_modules/npm
|
||||
%ghost %{_sysconfdir}/npmrc
|
||||
%ghost %{_sysconfdir}/npmignore
|
||||
%doc %{_mandir}/man*/npm*
|
||||
%doc %{_mandir}/man*/npx*
|
||||
%doc %{_mandir}/man5/package.json.5*
|
||||
%doc %{_mandir}/man5/package-lock.json.5*
|
||||
%doc %{_mandir}/man7/removing-npm.7*
|
||||
@ -441,6 +443,12 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 20 2017 Stephen Gallagher <sgallagh@redhat.com> - 1:8.2.0-1
|
||||
- Update to v8.2.0
|
||||
- https://nodejs.org/en/blog/release/v8.2.0/
|
||||
- Update npm to 5.3.0
|
||||
- Adds npx command
|
||||
|
||||
* Tue Jul 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:8.1.4-3
|
||||
- s/BuildRequires/Requires/ for http-parser-devel%%{?_isa}
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v8.1.4-stripped.tar.gz) = c7d4482df0185d75ad82b567576fcec34c387790f764f537ac9e66aae65807fac54fbddf24e9dd37fc58fa6258b6d1c2cbf753cb57137ca05cddd283b56a11e5
|
||||
SHA512 (node-v8.2.0-stripped.tar.gz) = 51570911d2aa9bdd0f9cfd1a8daffce5cf5dfc0bc36878c44e092936592b14cd8b2a608f9f2ab8edde09253a8da0c224f5a0cb6d80525ed6cbd354ac42c036a0
|
||||
|
Loading…
Reference in New Issue
Block a user