Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
3 changed files with 7 additions and 8 deletions
|
|
@ -9,12 +9,12 @@
|
|||
%bcond wasm_opt %[0%{?fedora} > 39]
|
||||
|
||||
%global llhttp_version_major 9
|
||||
%global llhttp_version_minor 3
|
||||
%global llhttp_version_minor 2
|
||||
%global llhttp_version_patch 0
|
||||
|
||||
Name: nodejs-%{npm_name}
|
||||
Summary: An HTTP/1.1 client, written from scratch for Node.js
|
||||
Version: 7.16.0
|
||||
Version: 7.7.0
|
||||
Release: %autorelease
|
||||
|
||||
License: MIT
|
||||
|
|
|
|||
8
sources
8
sources
|
|
@ -1,4 +1,4 @@
|
|||
SHA512 (undici-7.16.0-stripped.tar.gz) = 6ed7e439cc3241089137c9e9e420764cd659337d71c4fbaeec7214df6df31d1d7f0d799215b8ded7dddd7556b80fa5e60b66beeed17136db507d1c0ebd9e354a
|
||||
SHA512 (undici-7.16.0-nm-prod.tgz) = 53d709c53a27eaca553515246106385c29d27993af969903c14cc6bef26826ea78f84e6b31753ccf06fef0d6e5b5830d53352451e75cc3b68ff51362a3f812ce
|
||||
SHA512 (undici-7.16.0-nm-dev.tgz) = 0263dcb0ad3e64c8e798e03b4aebb07c265dc03fa538dc58c44fcea818bfbc71928adf38bc1a89696bed699423b30225101ba3f9fb214da177061a8a660813d7
|
||||
SHA512 (undici-7.16.0-bundled-licenses.txt) = 3e591adb16e09b1c6fb75eb97a6ac51cd06e0aeae2bd5950a15902346e2c9626cb50203bfd0e15c7e8c98af8f24b81c1ce6617c359e7c0e7d0a6366457c844ba
|
||||
SHA512 (undici-7.7.0-stripped.tar.gz) = f4285089b80e806f9114e7251729cae5db7ff3116e637dae8015813f0dd8e6ee0cbabf920ae432f9af708f8438a0f2ac8e257b5487b006f3af496dd0b38c6a33
|
||||
SHA512 (undici-7.7.0-nm-prod.tgz) = ef32ee38f5cb6c2068067305d2bc9d2531093e8eda9b004836e3a29fdeb4f4fd7d5df34c424b41023ad3a2670416c00bf9e154c6510d3d4b74dca9f55c859045
|
||||
SHA512 (undici-7.7.0-nm-dev.tgz) = 46f5ba337466b6db0adc4b12af5e7f1502c3cb7f6ba3ec6972e2a4bb1af3c27269287f63997d3c83794210d12f962d6d2a73702b034efe353590f8d2d4b43535
|
||||
SHA512 (undici-7.7.0-bundled-licenses.txt) = 3e591adb16e09b1c6fb75eb97a6ac51cd06e0aeae2bd5950a15902346e2c9626cb50203bfd0e15c7e8c98af8f24b81c1ce6617c359e7c0e7d0a6366457c844ba
|
||||
|
|
|
|||
|
|
@ -7,9 +7,8 @@ declare -a ignored_tests=(
|
|||
"test/https.js" # -/-
|
||||
"test/https2.js" # -/-
|
||||
"test/connect-pre-shared-session.js" # -/-
|
||||
"test/h2c-client.js" # -/-
|
||||
"test/h2c-client.js" # -/-
|
||||
"test/connect-timeout.js" # Nodejs side issue. AssertionError [ERR_ASSERTION]: Failed
|
||||
"test/pool.js" # @jstanek: fails in Koji, works on my laptop. ¯\_(ツ)_/¯
|
||||
)
|
||||
|
||||
# Conditional architecture-specific ignores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue