Merge branch 'master' into epel7
This commit is contained in:
commit
8b99aedb3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
||||
/node-v6.3.1-stripped.tar.gz
|
||||
/node-v6.4.0-stripped.tar.gz
|
||||
/node-v6.5.0-stripped.tar.gz
|
||||
/node-v6.6.0-stripped.tar.gz
|
||||
|
@ -14,7 +14,7 @@
|
||||
# feature releases that are only supported for nine months, which is shorter
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_major 6
|
||||
%global nodejs_minor 5
|
||||
%global nodejs_minor 6
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
@ -24,7 +24,7 @@
|
||||
%global v8_major 5
|
||||
%global v8_minor 1
|
||||
%global v8_build 281
|
||||
%global v8_patch 81
|
||||
%global v8_patch 83
|
||||
# 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}
|
||||
@ -385,6 +385,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 16 2016 Stephen Gallagher <sgallagh@redhat.com> - -104
|
||||
- Update to 6.6.0
|
||||
- https://github.com/nodejs/node/blob/v6.6.0/doc/changelogs/CHANGELOG_V6.md#6.6.0
|
||||
|
||||
* Mon Sep 12 2016 Stephen Gallagher <sgallagh@redhat.com> - 1:6.5.0-104
|
||||
- Update to 6.5.0
|
||||
- Add support for building on EPEL 7 against OpenSSL 1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user