From c7bce4c5ec00bef5d4bb87f21c3d5cd1e902d6c6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 23 Feb 2016 12:32:20 +0000 Subject: [PATCH] Update to 4.3.1 upstream LTS release --- .gitignore | 1 + nodejs.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4bd6efa..e38429c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /node-v4.2.4-stripped.tar.gz /node-v4.2.6-stripped.tar.gz /node-v4.3.0-stripped.tar.gz +/node-v4.3.1-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 4d887f9..6fee5bd 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -9,7 +9,7 @@ # == Node.js Version == %global nodejs_major 4 %global nodejs_minor 3 -%global nodejs_patch 0 +%global nodejs_patch 1 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} @@ -32,7 +32,7 @@ # http-parser - from deps/http-parser/http_parser.h %global http_parser_major 2 %global http_parser_minor 5 -%global http_parser_patch 1 +%global http_parser_patch 2 %global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch} # punycode - from lib/punycode.js @@ -44,7 +44,7 @@ Name: nodejs Version: %{nodejs_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -264,6 +264,9 @@ mv %{buildroot}/%{_datadir}/doc/node/gdbinit %{buildroot}/%{_pkgdocdir}/gdbinit %{_pkgdocdir}/html %changelog +* Tue Feb 23 2016 Tom Hughes - 4.3.1-1 +- Update to 4.3.1 upstream LTS release + * Wed Feb 10 2016 Tom Hughes - 4.3.0-3 - Verify that the built node reports the expected versions - Drop unneeded dep on http-parser-devel diff --git a/sources b/sources index 2f4acd5..a5c6c2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -675b21f124d85b42391e581d0071d92c node-v4.3.0-stripped.tar.gz +0bda97bcbe9e93d11a85d6433d07bc9e node-v4.3.1-stripped.tar.gz