import UBI nodejs-20.20.0-1.module+el9.7.0+23895+0637d423
This commit is contained in:
parent
8a15e5e259
commit
e20a947544
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
SOURCES/cjs-module-lexer-2.1.0.tar.gz
|
||||
SOURCES/icu4c-77_1-src.tgz
|
||||
SOURCES/node-v20.19.5-stripped.tar.gz
|
||||
SOURCES/undici-6.21.2.tar.gz
|
||||
SOURCES/node-v20.20.0-stripped.tar.gz
|
||||
SOURCES/undici-6.23.0.tar.gz
|
||||
SOURCES/wasi-sdk-12.tar.gz
|
||||
SOURCES/wasi-sdk-20.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
de6568bd7b90343b2932471c446773b8e65ba1d6 SOURCES/cjs-module-lexer-2.1.0.tar.gz
|
||||
3039d3833f6359bc5f01da8f8640da5a8fcfbd3e SOURCES/icu4c-77_1-src.tgz
|
||||
eb297c9e678c5216e1f26d3062efe35a64486685 SOURCES/node-v20.19.5-stripped.tar.gz
|
||||
097218619f01200e237b6b93d0ddcb10f34883d7 SOURCES/undici-6.21.2.tar.gz
|
||||
47b0a614cdad50001d52fabc13f307096de7b202 SOURCES/node-v20.20.0-stripped.tar.gz
|
||||
dea077cc25c1b33836a79b2e8137e43061c9d150 SOURCES/undici-6.23.0.tar.gz
|
||||
5ea3a1deb65a52a36ceb41324da690f54b2a4805 SOURCES/wasi-sdk-12.tar.gz
|
||||
da40abcb73a6dddafced6174d24ed49e414cda3c SOURCES/wasi-sdk-20.tar.gz
|
||||
|
||||
@ -43,8 +43,8 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 20
|
||||
%global nodejs_minor 19
|
||||
%global nodejs_patch 5
|
||||
%global nodejs_minor 20
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
||||
%global nodejs_soversion 115
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
# c-ares - from deps/cares/include/ares_version.h
|
||||
# https://github.com/nodejs/node/pull/9332
|
||||
%global c_ares_version 1.34.5
|
||||
%global c_ares_version 1.34.6
|
||||
|
||||
# llhttp - from deps/llhttp/include/llhttp.h
|
||||
%global llhttp_version 9.3.0
|
||||
@ -131,13 +131,13 @@
|
||||
|
||||
# Node.js 16.9.1 and later comes with an experimental package management tool
|
||||
# corepack - from deps/corepack/package.json
|
||||
%global corepack_version 0.33.0
|
||||
%global corepack_version 0.34.1
|
||||
|
||||
# uvwasi - from deps/uvwasi/include/uvwasi.h
|
||||
%global uvwasi_version 0.0.21
|
||||
%global uvwasi_version 0.0.23
|
||||
|
||||
# histogram_c - from deps/histogram/include/hdr/hdr_histogram_version.h
|
||||
%global histogram_version 0.11.8
|
||||
%global histogram_version 0.11.9
|
||||
|
||||
Name: nodejs
|
||||
Epoch: %{nodejs_epoch}
|
||||
@ -179,10 +179,10 @@ Source101: cjs-module-lexer-2.1.0.tar.gz
|
||||
Source111: https://github.com/WebAssembly/wasi-sdk/archive/refs/tags/wasi-sdk-12.tar.gz
|
||||
|
||||
# Version: jq '.version' deps/undici/src/package.json
|
||||
# Original: https://github.com/nodejs/undici/archive/v6.21.2/undici-v6.21.2.tar.gz
|
||||
# Adjustments: rm -f undici-v6.21.2/lib/llhttp/llhttp*.wasm
|
||||
# Original: https://github.com/nodejs/undici/archive/v6.23.0/undici-v6.23.0.tar.gz
|
||||
# Adjustments: rm -f undici-v6.23.0/lib/llhttp/llhttp*.wasm
|
||||
# wasi-sdk version can be found in lib/llhttp/wasm_build_env.txt
|
||||
Source102: undici-6.21.2.tar.gz
|
||||
Source102: undici-6.23.0.tar.gz
|
||||
Source112: https://github.com/WebAssembly/wasi-sdk/archive/refs/tags/wasi-sdk-20.tar.gz
|
||||
Source300: test-runner.sh
|
||||
Source301: test-should-pass.txt
|
||||
@ -648,6 +648,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2026 Tomas Juhasz <tjuhasz@redhat.com> - 1:20.20.0-1
|
||||
- Update to version 20.20.0
|
||||
Resolves: RHEL-141917
|
||||
|
||||
* Mon Sep 15 2025 Andrei Radchenko <aradchen@redhat.com> - 1:20.19.5-1
|
||||
- Update to version 20.19.5
|
||||
Resolves: RHEL-114749
|
||||
|
||||
Loading…
Reference in New Issue
Block a user