SHA256
1
0
Adam Majer 2023-08-10 14:03:48 +00:00 committed by Git OBS Bridge
parent e0ade5d340
commit 548460a7f6
2 changed files with 22 additions and 20 deletions

View File

@ -28,6 +28,8 @@ Thu Aug 10 13:51:20 UTC 2023 - Adam Majer <adam.majer@suse.de>
For details see, For details see,
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.5.1 https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.5.1
versioned.patch: refreshed
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 21 11:24:39 UTC 2023 - Adam Majer <adam.majer@suse.de> Wed Jun 21 11:24:39 UTC 2023 - Adam Majer <adam.majer@suse.de>

View File

@ -8,10 +8,10 @@ management via update_alternatives.
This is also important for generation of binary This is also important for generation of binary
modules for multiple versions of NodeJS modules for multiple versions of NodeJS
Index: node-v20.3.0/Makefile Index: node-v20.5.1/Makefile
=================================================================== ===================================================================
--- node-v20.3.0.orig/Makefile --- node-v20.5.1.orig/Makefile
+++ node-v20.3.0/Makefile +++ node-v20.5.1/Makefile
@@ -76,7 +76,7 @@ BUILDTYPE_LOWER := $(shell echo $(BUILDT @@ -76,7 +76,7 @@ BUILDTYPE_LOWER := $(shell echo $(BUILDT
EXEEXT := $(shell $(PYTHON) -c \ EXEEXT := $(shell $(PYTHON) -c \
"import sys; print('.exe' if sys.platform == 'win32' else '')") "import sys; print('.exe' if sys.platform == 'win32' else '')")
@ -21,10 +21,10 @@ Index: node-v20.3.0/Makefile
NODE ?= ./$(NODE_EXE) NODE ?= ./$(NODE_EXE)
NODE_G_EXE = node_g$(EXEEXT) NODE_G_EXE = node_g$(EXEEXT)
NPM ?= ./deps/npm/bin/npm-cli.js NPM ?= ./deps/npm/bin/npm-cli.js
Index: node-v20.3.0/tools/install.py Index: node-v20.5.1/tools/install.py
=================================================================== ===================================================================
--- node-v20.3.0.orig/tools/install.py --- node-v20.5.1.orig/tools/install.py
+++ node-v20.3.0/tools/install.py +++ node-v20.5.1/tools/install.py
@@ -86,7 +86,7 @@ def uninstall(paths, dst): @@ -86,7 +86,7 @@ def uninstall(paths, dst):
try_remove(path, dst) try_remove(path, dst)
@ -113,10 +113,10 @@ Index: node-v20.3.0/tools/install.py
if sys.platform == 'zos': if sys.platform == 'zos':
zoslibinc = os.environ.get('ZOSLIB_INCLUDES') zoslibinc = os.environ.get('ZOSLIB_INCLUDES')
Index: node-v20.3.0/doc/node.1 Index: node-v20.5.1/doc/node.1
=================================================================== ===================================================================
--- node-v20.3.0.orig/doc/node.1 --- node-v20.5.1.orig/doc/node.1
+++ node-v20.3.0/doc/node.1 +++ node-v20.5.1/doc/node.1
@@ -31,24 +31,24 @@ @@ -31,24 +31,24 @@
.Dt NODE 1 .Dt NODE 1
. .
@ -146,10 +146,10 @@ Index: node-v20.3.0/doc/node.1
.Op Fl -v8-options .Op Fl -v8-options
. .
.\"====================================================================== .\"======================================================================
Index: node-v20.3.0/src/node_main.cc Index: node-v20.5.1/src/node_main.cc
=================================================================== ===================================================================
--- node-v20.3.0.orig/src/node_main.cc --- node-v20.5.1.orig/src/node_main.cc
+++ node-v20.3.0/src/node_main.cc +++ node-v20.5.1/src/node_main.cc
@@ -94,6 +94,7 @@ int wmain(int argc, wchar_t* wargv[]) { @@ -94,6 +94,7 @@ int wmain(int argc, wchar_t* wargv[]) {
// UNIX // UNIX
@ -158,10 +158,10 @@ Index: node-v20.3.0/src/node_main.cc
return node::Start(argc, argv); return node::Start(argc, argv);
} }
#endif #endif
Index: node-v20.3.0/tools/test.py Index: node-v20.5.1/tools/test.py
=================================================================== ===================================================================
--- node-v20.3.0.orig/tools/test.py --- node-v20.5.1.orig/tools/test.py
+++ node-v20.3.0/tools/test.py +++ node-v20.5.1/tools/test.py
@@ -947,7 +947,7 @@ class Context(object): @@ -947,7 +947,7 @@ class Context(object):
if self.vm is not None: if self.vm is not None:
return self.vm return self.vm
@ -171,10 +171,10 @@ Index: node-v20.3.0/tools/test.py
else: else:
name = 'out/%s.%s/node' % (arch, mode) name = 'out/%s.%s/node' % (arch, mode)
Index: node-v20.3.0/node.gyp Index: node-v20.5.1/node.gyp
=================================================================== ===================================================================
--- node-v20.3.0.orig/node.gyp --- node-v20.5.1.orig/node.gyp
+++ node-v20.3.0/node.gyp +++ node-v20.5.1/node.gyp
@@ -23,8 +23,8 @@ @@ -23,8 +23,8 @@
'node_shared_openssl%': 'false', 'node_shared_openssl%': 'false',
'node_v8_options%': '', 'node_v8_options%': '',
@ -185,4 +185,4 @@ Index: node-v20.3.0/node.gyp
+ 'node_lib_target_name%': 'libnode20', + 'node_lib_target_name%': 'libnode20',
'node_intermediate_lib_type%': 'static_library', 'node_intermediate_lib_type%': 'static_library',
'node_builtin_modules_path%': '', 'node_builtin_modules_path%': '',
# We list the deps/ files out instead of globbing them in js2c.cc since we 'linked_module_files': [