mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Update to v6.9.2
This commit is contained in:
parent
e7cfbb014b
commit
eca509f163
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -59,3 +59,4 @@
|
|||
/node-v6.8.1-stripped.tar.gz
|
||||
/node-v6.9.0-stripped.tar.gz
|
||||
/node-v6.9.1-stripped.tar.gz
|
||||
/node-v6.9.2-stripped.tar.gz
|
||||
|
|
13
nodejs.spec
13
nodejs.spec
|
@ -16,17 +16,17 @@
|
|||
%global nodejs_epoch 1
|
||||
%global nodejs_major 6
|
||||
%global nodejs_minor 9
|
||||
%global nodejs_patch 1
|
||||
%global nodejs_patch 2
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 4
|
||||
%global nodejs_release 1
|
||||
|
||||
# == Bundled Dependency Versions ==
|
||||
# v8 - from deps/v8/include/v8-version.h
|
||||
%global v8_major 5
|
||||
%global v8_minor 1
|
||||
%global v8_build 281
|
||||
%global v8_patch 84
|
||||
%global v8_patch 88
|
||||
# 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}
|
||||
|
@ -55,7 +55,7 @@
|
|||
%global npm_epoch 1
|
||||
%global npm_major 3
|
||||
%global npm_minor 10
|
||||
%global npm_patch 8
|
||||
%global npm_patch 9
|
||||
%global npm_version %{npm_major}.%{npm_minor}.%{npm_patch}
|
||||
|
||||
# In order to avoid needing to keep incrementing the release version for the
|
||||
|
@ -199,7 +199,7 @@ Development headers for the Node.js JavaScript runtime.
|
|||
Summary: Node.js Package Manager
|
||||
Epoch: %{npm_epoch}
|
||||
Version: %{npm_version}
|
||||
Release: %{npm_release}%{?dist}
|
||||
Release: %{npm_release}%{?dist}.1
|
||||
|
||||
# We used to ship npm separately, but it is so tightly integrated with Node.js
|
||||
# (and expected to be present on all Node.js systems) that we ship it bundled
|
||||
|
@ -403,6 +403,9 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
|||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 08 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.9.2-1
|
||||
- Update to v6.9.2
|
||||
|
||||
* Tue Nov 08 2016 Stephen Gallagher <sgallagh@redhat.com> - 1:6.9.1-4
|
||||
- Fix incorrect Conflicts for nodejs-docs
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
a2649b6bb0e100067817fde1bc17f826 node-v6.9.1-stripped.tar.gz
|
||||
8b4ce5ab5e6d1eec9b1b767c5e8a4dca node-v6.9.2-stripped.tar.gz
|
||||
|
|
Loading…
Reference in a new issue