From 37e035e7684ee405ab3b90e4f6cc2ffe0940faa5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Apr 2021 12:23:11 -0400 Subject: [PATCH] Update to 14.16.1 Signed-off-by: Stephen Gallagher --- nodejs.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 730889d..c2d4caf 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -9,7 +9,7 @@ # This is used by both the nodejs package and the npm subpackage thar # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 3 +%global baserelease 1 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -21,7 +21,7 @@ %global nodejs_epoch 1 %global nodejs_major 14 %global nodejs_minor 16 -%global nodejs_patch 0 +%global nodejs_patch 1 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} # nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h %global nodejs_soversion 83 @@ -93,7 +93,7 @@ %global npm_epoch 1 %global npm_major 6 %global npm_minor 14 -%global npm_patch 11 +%global npm_patch 12 %global npm_version %{npm_major}.%{npm_minor}.%{npm_patch} # uvwasi - from deps/uvwasi/include/uvwasi.h @@ -675,6 +675,9 @@ end %changelog +* Thu Apr 08 2021 Stephen Gallagher - 1:14.16.1-1 +- Update to 14.16.1 + * Tue Mar 09 2021 Zuzana Svetlikova