mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-28 11:06:08 +00:00
Update to 6.4.0
This commit is contained in:
parent
3bb5686053
commit
58fd6a2fd6
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -51,3 +51,4 @@
|
||||||
/node-v6.2.2-stripped.tar.gz
|
/node-v6.2.2-stripped.tar.gz
|
||||||
/node-v6.3.0-stripped.tar.gz
|
/node-v6.3.0-stripped.tar.gz
|
||||||
/node-v6.3.1-stripped.tar.gz
|
/node-v6.3.1-stripped.tar.gz
|
||||||
|
/node-v6.4.0-stripped.tar.gz
|
||||||
|
|
12
nodejs.spec
12
nodejs.spec
|
@ -12,8 +12,8 @@
|
||||||
# feature releases that are only supported for nine months, which is shorter
|
# feature releases that are only supported for nine months, which is shorter
|
||||||
# than a Fedora release lifecycle.
|
# than a Fedora release lifecycle.
|
||||||
%global nodejs_major 6
|
%global nodejs_major 6
|
||||||
%global nodejs_minor 3
|
%global nodejs_minor 4
|
||||||
%global nodejs_patch 1
|
%global nodejs_patch 0
|
||||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
%global v8_major 5
|
%global v8_major 5
|
||||||
%global v8_minor 0
|
%global v8_minor 0
|
||||||
%global v8_build 71
|
%global v8_build 71
|
||||||
%global v8_patch 57
|
%global v8_patch 60
|
||||||
# V8 presently breaks ABI at least every x.y release while never bumping SONAME
|
# V8 presently breaks ABI at least every x.y release while never bumping SONAME
|
||||||
%global v8_abi %{v8_major}.%{v8_minor}
|
%global v8_abi %{v8_major}.%{v8_minor}
|
||||||
%global v8_version %{v8_major}.%{v8_minor}.%{v8_build}.%{v8_patch}
|
%global v8_version %{v8_major}.%{v8_minor}.%{v8_build}.%{v8_patch}
|
||||||
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
# punycode - from lib/punycode.js
|
# punycode - from lib/punycode.js
|
||||||
# Note: this was merged into the mainline since 0.6.x
|
# Note: this was merged into the mainline since 0.6.x
|
||||||
|
# Note: this will be unmerged in v7 or v8
|
||||||
%global punycode_major 2
|
%global punycode_major 2
|
||||||
%global punycode_minor 0
|
%global punycode_minor 0
|
||||||
%global punycode_patch 0
|
%global punycode_patch 0
|
||||||
|
@ -62,7 +63,7 @@ Name: nodejs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{nodejs_version}
|
Version: %{nodejs_version}
|
||||||
# Keep this release > 100 for F25+ due to a complicated npm upgrade bug
|
# Keep this release > 100 for F25+ due to a complicated npm upgrade bug
|
||||||
Release: 101%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JavaScript runtime
|
Summary: JavaScript runtime
|
||||||
License: MIT and ASL 2.0 and ISC and BSD
|
License: MIT and ASL 2.0 and ISC and BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -371,6 +372,9 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||||
%{_pkgdocdir}/npm/doc
|
%{_pkgdocdir}/npm/doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 18 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.4.0-1
|
||||||
|
- Update to 6.4.0
|
||||||
|
|
||||||
* Tue Aug 16 2016 Stephen Gallagher <sgallagh@redhat.com> - 1:6.3.1-101
|
* Tue Aug 16 2016 Stephen Gallagher <sgallagh@redhat.com> - 1:6.3.1-101
|
||||||
- Build Node.js with internationalization support
|
- Build Node.js with internationalization support
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
676f94f9f3dcb702071b5057074a3cb8 node-v6.3.1-stripped.tar.gz
|
f1a51f14113d15f78c669f2975baec80 node-v6.4.0-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue