From dda0d8b328a9e880f06842f8d42b9f352d097717 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 18 2016 12:29:25 +0000 Subject: Update to latest stable release 6.2.0 - https://github.com/nodejs/node/blob/v6.2.0/doc/changelogs/CHANGELOG_V6.md#6.2.0 --- diff --git a/.gitignore b/.gitignore index 95f8637..10af8ab 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /node-v5.10.1-stripped.tar.gz /node-v5.11.0-stripped.tar.gz /node-v6.1.0-stripped.tar.gz +/node-v6.2.0-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index bb08461..79101ee 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -12,7 +12,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 1 +%global nodejs_minor 2 %global nodejs_patch 0 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} @@ -22,7 +22,7 @@ %global v8_major 5 %global v8_minor 0 %global v8_build 71 -%global v8_patch 35 +%global v8_patch 47 # 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} @@ -49,7 +49,7 @@ # npm - from deps/npm/package.json %global npm_major 3 %global npm_minor 8 -%global npm_patch 6 +%global npm_patch 9 %global npm_version %{npm_major}.%{npm_minor}.%{npm_patch} # Filter out the NPM bundled dependencies so we aren't providing them @@ -335,6 +335,10 @@ ln -sf %{_pkgdocdir}/npm/html %{buildroot}%{_prefix}/lib/node_modules/npm/doc %{_pkgdocdir}/npm/doc %changelog +* Wed May 18 2016 Stephen Gallagher - 1:6.2.0-1 +- Update to latest stable release 6.2.0 +- https://github.com/nodejs/node/blob/v6.2.0/doc/changelogs/CHANGELOG_V6.md#6.2.0 + * Mon May 09 2016 Stephen Gallagher - 1:6.1.0-1 - Update to latest stable release 6.1.0 - https://github.com/nodejs/node/blob/v6.1.0/CHANGELOG.md diff --git a/sources b/sources index 42181b0..5d9cc1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a3cd9d9db224a3ca52fa95205c315af node-v6.1.0-stripped.tar.gz +ec22375b409798bfb30129522674bbc9 node-v6.2.0-stripped.tar.gz