mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Update to 6.6.0
- https://github.com/nodejs/node/blob/v6.6.0/doc/changelogs/CHANGELOG_V6.md#6.6.0
This commit is contained in:
parent
5d0271a529
commit
6e5b49a8c9
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -53,3 +53,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
|
||||
- Add support for building on EPEL 7 against OpenSSL 1.0.1
|
||||
- Modify v8_abi autorequires to avoid unnecessary rebuilds
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
563d1513c33a047f0b5bb8bd82d8663f node-v6.5.0-stripped.tar.gz
|
||||
1639577a3bb818c7cdc2ca95dd8407f7 node-v6.6.0-stripped.tar.gz
|
||||
|
|
Loading…
Reference in a new issue