From 4f913cec196daf495e67d0aafca619bf743690f7 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Mon, 2 Nov 2020 11:32:33 +0100 Subject: [PATCH] Resolves: RHBZ#1858864, Rebase to LTS v14.15.0 --- .gitignore | 1 + nodejs.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 23cde19..9ddf9e5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /icu4c-67_1-src.tgz /node-v14.4.0-stripped.tar.gz /node-v14.11.0-stripped.tar.gz +/node-v14.15.0-stripped.tar.gz diff --git a/nodejs.spec b/nodejs.spec index 7d31933..b76f95d 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -26,7 +26,7 @@ # than a Fedora release lifecycle. %global nodejs_epoch 1 %global nodejs_major 14 -%global nodejs_minor 11 +%global nodejs_minor 15 %global nodejs_patch 0 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} %if %{?with_libs} == 1 @@ -55,18 +55,18 @@ # https://github.com/nodejs/node/pull/9332 %global c_ares_major 1 %global c_ares_minor 16 -%global c_ares_patch 0 +%global c_ares_patch 1 %global c_ares_version %{c_ares_major}.%{c_ares_minor}.%{c_ares_patch} # llhttp - from deps/llhttp/include/llhttp.h %global llhttp_major 2 %global llhttp_minor 1 -%global llhttp_patch 2 +%global llhttp_patch 3 %global llhttp_version %{llhttp_major}.%{llhttp_minor}.%{llhttp_patch} # libuv - from deps/uv/include/uv/version.h %global libuv_major 1 -%global libuv_minor 39 +%global libuv_minor 40 %global libuv_patch 0 %global libuv_version %{libuv_major}.%{libuv_minor}.%{libuv_patch} @@ -116,7 +116,7 @@ # uvwasi - from deps/uvwasi/include/uvwasi.h %global uvwasi_major 0 %global uvwasi_minor 0 -%global uvwasi_patch 10 +%global uvwasi_patch 11 %global uvwasi_version %{uvwasi_major}.%{uvwasi_minor}.%{uvwasi_patch} # histogram_c - assumed from timestamps @@ -819,6 +819,10 @@ end %changelog +* Thu Oct 29 2020 Zuzana Svetlikova - 1:14.15.0-1 +- Resolves: RHBZ#1858864 +- Update to LTS release + * Mon Sep 21 2020 Jan Staněk - 1:14.11.0-1 - Security update to 14.11.0 diff --git a/sources b/sources index 543bddc..ec94cc9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1472539dd6762b81ceb0d0c7523da200 node-v14.11.0-stripped.tar.gz +a55ace75a3320593e1e2ac45085f6607 node-v14.15.0-stripped.tar.gz c4d62b497cbd89ab2a9ca6b543e57b30 icu4c-67_1-src.tgz