- Update to Nodejs 18.4.0. For detailed changes see,

https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.4.0
- refreshed: versioned.patch, linker_lto_jobs.patch, nodejs-libpath.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=2
This commit is contained in:
2022-06-28 14:02:30 +00:00
committed by Git OBS Bridge
parent 38fc9b6db2
commit 8ab8cd0016
9 changed files with 122 additions and 142 deletions

View File

@@ -1,7 +1,7 @@
Index: node-v18.2.0/tools/install.py
Index: node-v18.4.0/tools/install.py
===================================================================
--- node-v18.2.0.orig/tools/install.py
+++ node-v18.2.0/tools/install.py
--- node-v18.4.0.orig/tools/install.py
+++ node-v18.4.0/tools/install.py
@@ -7,6 +7,8 @@ import errno
import os
import shutil
@@ -49,11 +49,11 @@ Index: node-v18.2.0/tools/install.py
# behave similarly for systemtap
action(['src/node.stp'], 'share/systemtap/tapset/')
Index: node-v18.2.0/lib/internal/modules/cjs/loader.js
Index: node-v18.4.0/lib/internal/modules/cjs/loader.js
===================================================================
--- node-v18.2.0.orig/lib/internal/modules/cjs/loader.js
+++ node-v18.2.0/lib/internal/modules/cjs/loader.js
@@ -1240,7 +1240,7 @@ Module._initPaths = function() {
--- node-v18.4.0.orig/lib/internal/modules/cjs/loader.js
+++ node-v18.4.0/lib/internal/modules/cjs/loader.js
@@ -1247,7 +1247,7 @@ Module._initPaths = function() {
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..', '..');