Update to version 24.7.0 (rhbz#2391378)
This commit is contained in:
parent
5a2f5642d6
commit
49ea202b6c
2 changed files with 22 additions and 22 deletions
|
|
@ -3,7 +3,7 @@
|
|||
%{load:%{_sourcedir}/nodejs.srpm.macros}
|
||||
|
||||
# === Versions of any software shipped in the main nodejs tarball
|
||||
%nodejs_define_version node 1:24.6.0-%{autorelease} -p
|
||||
%nodejs_define_version node 1:24.7.0-%{autorelease} -p
|
||||
|
||||
# Special release for sub-packages with their own version string.
|
||||
# The complex release string ensures that the subpackage release is always increasing,
|
||||
|
|
@ -15,44 +15,44 @@
|
|||
# expect anything between the markers to be overwritten on any update.
|
||||
|
||||
# BEGIN automatic-version-macros # DO NOT REMOVE THIS LINE!
|
||||
# Version from node-v24.6.0/src/node_version.h
|
||||
# Version from node-v24.7.0/src/node_version.h
|
||||
%global node_soversion 137
|
||||
|
||||
# Version from node-v24.6.0/deps/ada/ada.h
|
||||
# Version from node-v24.7.0/deps/ada/ada.h
|
||||
%nodejs_define_version ada 3.2.7
|
||||
# Version from node-v24.6.0/deps/brotli/c/common/version.h
|
||||
# Version from node-v24.7.0/deps/brotli/c/common/version.h
|
||||
%nodejs_define_version brotli 1.1.0
|
||||
# Version from node-v24.6.0/deps/cares/include/ares_version.h
|
||||
# Version from node-v24.7.0/deps/cares/include/ares_version.h
|
||||
%nodejs_define_version c_ares 1.34.5
|
||||
# Version from node-v24.6.0/deps/histogram/include/hdr/hdr_histogram_version.h
|
||||
# Version from node-v24.7.0/deps/histogram/include/hdr/hdr_histogram_version.h
|
||||
%nodejs_define_version histogram 0.11.8
|
||||
# Version from node-v24.6.0/tools/icu/current_ver.dep
|
||||
# Version from node-v24.7.0/tools/icu/current_ver.dep
|
||||
%nodejs_define_version icu 77.1 -p
|
||||
# Version from node-v24.6.0/deps/uv/include/uv/version.h
|
||||
# Version from node-v24.7.0/deps/uv/include/uv/version.h
|
||||
%nodejs_define_version libuv 1.51.0
|
||||
# Version from node-v24.6.0/deps/llhttp/include/llhttp.h
|
||||
# Version from node-v24.7.0/deps/llhttp/include/llhttp.h
|
||||
%nodejs_define_version llhttp 9.3.0
|
||||
# Version from node-v24.6.0/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
||||
# Version from node-v24.7.0/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
||||
%nodejs_define_version nghttp2 1.66.0
|
||||
# Version from node-v24.6.0/deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
|
||||
# Version from node-v24.7.0/deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
|
||||
%nodejs_define_version nghttp3 1.6.0
|
||||
# Version from node-v24.6.0/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
|
||||
# Version from node-v24.7.0/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
|
||||
%nodejs_define_version ngtcp2 1.11.0
|
||||
# Version from node-v24.6.0/deps/cjs-module-lexer/src/package.json
|
||||
# Version from node-v24.7.0/deps/cjs-module-lexer/src/package.json
|
||||
%nodejs_define_version nodejs-cjs-module-lexer 2.1.0
|
||||
# Version from node-v24.6.0/lib/punycode.js
|
||||
# Version from node-v24.7.0/lib/punycode.js
|
||||
%nodejs_define_version nodejs-punycode 2.1.0
|
||||
# Version from node-v24.6.0/deps/undici/src/package.json
|
||||
%nodejs_define_version nodejs-undici 7.13.0
|
||||
# Version from node-v24.6.0/deps/npm/package.json
|
||||
# Version from node-v24.7.0/deps/undici/src/package.json
|
||||
%nodejs_define_version nodejs-undici 7.14.0
|
||||
# Version from node-v24.7.0/deps/npm/package.json
|
||||
%nodejs_define_version npm 1:11.5.1-%{nodejs_subpackage_release}
|
||||
# Version from node-v24.6.0/deps/sqlite/sqlite3.h
|
||||
# Version from node-v24.7.0/deps/sqlite/sqlite3.h
|
||||
%nodejs_define_version sqlite 3.50.4
|
||||
# Version from node-v24.6.0/deps/uvwasi/include/uvwasi.h
|
||||
# Version from node-v24.7.0/deps/uvwasi/include/uvwasi.h
|
||||
%nodejs_define_version uvwasi 0.0.21
|
||||
# Version from node-v24.6.0/deps/v8/include/v8-version.h
|
||||
# Version from node-v24.7.0/deps/v8/include/v8-version.h
|
||||
%nodejs_define_version v8 3:13.6.233.10-%{nodejs_subpackage_release} -p
|
||||
# Version from node-v24.6.0/deps/zlib/zlib.h
|
||||
# Version from node-v24.7.0/deps/zlib/zlib.h
|
||||
%nodejs_define_version zlib 1.3.1
|
||||
# END automatic-version-macros # DO NOT REMOVE THIS LINE!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue