import UBI nodejs-24.19.0-1.module+el8.10.0+24711+b610b202

This commit is contained in:
AlmaLinux RelEng Bot 2026-09-02 09:17:51 -04:00
parent b8516a1286
commit a64fe1a449
5 changed files with 186 additions and 3236 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/icu4c-78.3-data-bin-b.zip
SOURCES/icu4c-78.3-data-bin-l.zip
SOURCES/node-v24.18.0-stripped.tar.gz
SOURCES/node-v24.19.0-stripped.tar.gz
SOURCES/packaging-scripts.tar.gz

View File

@ -1,4 +1,4 @@
0a91aee64ba400d52034769301104cc843474a22 SOURCES/icu4c-78.3-data-bin-b.zip
913f6682015287483a035af160ea4d919c0a3ca5 SOURCES/icu4c-78.3-data-bin-l.zip
da316582d493179edd255e531bf75e0b21e48512 SOURCES/node-v24.18.0-stripped.tar.gz
6e8f1ba9711b7e816a4f8840ee012d413d701842 SOURCES/node-v24.19.0-stripped.tar.gz
eb3cf16f39f950f185ebf460a279bb27293dabe2 SOURCES/packaging-scripts.tar.gz

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -3,51 +3,51 @@
%{load:%{_sourcedir}/nodejs.srpm.macros}
# === Versions of any software shipped in the main nodejs tarball
%nodejs_define_version node 1:24.18.0-3%{?dist} -p
%nodejs_define_version node 1:24.19.0-1%{?dist} -p
# The following ones are generated via script;
# expect anything between the markers to be overwritten on any update.
# BEGIN automatic-version-macros # DO NOT REMOVE THIS LINE!
# Version from node-v24.18.0/src/node_version.h
# Version from node-v24.19.0/src/node_version.h
%global node_soversion 137
# Version from node-v24.18.0/deps/ada/ada.h
# Version from node-v24.19.0/deps/ada/ada.h
%nodejs_define_version ada 3.4.4
# Version from node-v24.18.0/deps/brotli/c/common/version.h
# Version from node-v24.19.0/deps/brotli/c/common/version.h
%nodejs_define_version brotli 1.2.0
# Version from node-v24.18.0/deps/cares/include/ares_version.h
# Version from node-v24.19.0/deps/cares/include/ares_version.h
%nodejs_define_version c_ares 1.34.6
# Version from node-v24.18.0/deps/histogram/include/hdr/hdr_histogram_version.h
# Version from node-v24.19.0/deps/histogram/include/hdr/hdr_histogram_version.h
%nodejs_define_version histogram 0.11.9
# Version from node-v24.18.0/tools/icu/current_ver.dep
# Version from node-v24.19.0/tools/icu/current_ver.dep
%nodejs_define_version icu 78.3 -p
# Version from node-v24.18.0/deps/uv/include/uv/version.h
# Version from node-v24.19.0/deps/uv/include/uv/version.h
%nodejs_define_version libuv 1.52.1
# Version from node-v24.18.0/deps/llhttp/include/llhttp.h
%nodejs_define_version llhttp 9.4.2
# Version from node-v24.18.0/deps/merve/merve.h
# Version from node-v24.19.0/deps/llhttp/include/llhttp.h
%nodejs_define_version llhttp 9.4.3
# Version from node-v24.19.0/deps/merve/merve.h
%nodejs_define_version merve 1.2.2
# Version from node-v24.18.0/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
# Version from node-v24.19.0/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
%nodejs_define_version nghttp2 1.69.0
# Version from node-v24.18.0/deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
# Version from node-v24.19.0/deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
%nodejs_define_version nghttp3 1.14.0
# Version from node-v24.18.0/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
# Version from node-v24.19.0/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
%nodejs_define_version ngtcp2 1.15.1
# Version from node-v24.18.0/lib/punycode.js
# Version from node-v24.19.0/lib/punycode.js
%nodejs_define_version nodejs-punycode 2.1.0
# Version from node-v24.18.0/deps/undici/src/package.json
%nodejs_define_version nodejs-undici 7.28.0
# Version from node-v24.18.0/deps/npm/package.json
%nodejs_define_version npm 1:11.16.0
# Version from node-v24.18.0/deps/sqlite/sqlite3.h
# Version from node-v24.19.0/deps/undici/src/package.json
%nodejs_define_version nodejs-undici 7.29.0
# Version from node-v24.19.0/deps/npm/package.json
%nodejs_define_version npm 1:11.17.0
# Version from node-v24.19.0/deps/sqlite/sqlite3.h
%nodejs_define_version sqlite 3.53.4
# Version from node-v24.18.0/deps/uvwasi/include/uvwasi.h
# Version from node-v24.19.0/deps/uvwasi/include/uvwasi.h
%nodejs_define_version uvwasi 0.0.23
# Version from node-v24.18.0/deps/v8/include/v8-version.h
# Version from node-v24.19.0/deps/v8/include/v8-version.h
%nodejs_define_version v8 3:13.6.233.17 -p
# Version from node-v24.18.0/deps/zlib/zlib.h
%nodejs_define_version zlib 1.3.1
# Version from node-v24.19.0/deps/zlib/zlib.h
%nodejs_define_version zlib 1.3.2.1-motley
# END automatic-version-macros # DO NOT REMOVE THIS LINE!
# Special release for sub-packages with their own version string.
@ -325,8 +325,6 @@ readonly -a configure_flags=(
%if %{without bundled_nodejs_undici}
--shared-builtin-undici/undici-path=%{nodejs_common_sitelib}/undici/loader.js
%endif
# Enable LTO where possible
--enable-lto
# Compile with small icu, extendable via full-i18n subpackage
--with-intl=small-icu --with-icu-default-data-dir=%{nodejs_datadir}/icudata
# Do not ship corepack