forked from pool/deno
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
ba66683714 | ||
|
e31b802c2c | ||
|
cd1e96e525 | ||
|
490ce68e30 | ||
|
51c5cf8586 | ||
|
7d3b9b3bf4 | ||
|
50507428e2 | ||
|
270d0150dc | ||
|
d9ed097277 | ||
|
a54bf50d31 | ||
|
7e6192fa34 | ||
|
3e02fa4602 |
26
_service
26
_service
@@ -3,28 +3,18 @@
|
||||
-->
|
||||
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v2.2.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="update">false</param>
|
||||
<param name="update-crate">keyring@4.0.0-rc.1</param>
|
||||
<param name="respect-lockfile">true</param>
|
||||
<param name="method">registry</param>
|
||||
<param name="src">deno</param>
|
||||
</service>
|
||||
<service name="roast" mode="manual">
|
||||
<param name="target">deno</param>
|
||||
<param name="outfile">deno-2.2.2.tar.zst</param>
|
||||
<param name="preserve-root">true</param>
|
||||
<param name="reproducible">true</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">v2.4.3</param>
|
||||
<param name="versionrewriteregex">^v?(.*)</param>
|
||||
<param name="versionrewritepattern">$1</param>
|
||||
<param name="changesgenerate">true</param>
|
||||
<param name="changesauthor">Soc Virnyl Estela</param>
|
||||
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b771fee1293b290caadb3a0df3fcebd5bbe5af327a76e37ee6293ced09461ee
|
||||
size 103373741
|
BIN
deno-2.4.3.tar.zst
(Stored with Git LFS)
Normal file
BIN
deno-2.4.3.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,14 +1,14 @@
|
||||
--- deno-2.0.0/Cargo.toml.orig 2024-10-11 10:48:05.784147338 +0200
|
||||
+++ deno-2.0.0/Cargo.toml 2024-10-11 10:48:41.196337140 +0200
|
||||
@@ -231,7 +231,6 @@ winres = "=0.1.12"
|
||||
--- a/Cargo.toml.orig 2025-07-18 13:10:15.182788420 +0800
|
||||
+++ b/Cargo.toml 2025-07-18 13:11:10.652425382 +0800
|
||||
@@ -402,7 +402,6 @@
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
incremental = true
|
||||
-lto = true
|
||||
opt-level = 'z' # Optimize for size
|
||||
|
||||
# Build release with debug symbols: cargo build --profile=release-with-debug
|
||||
@@ -243,7 +242,6 @@ debug = true
|
||||
split-debuginfo = "packed"
|
||||
debug = "line-tables-only"
|
||||
@@ -416,7 +415,6 @@
|
||||
[profile.release-lite]
|
||||
inherits = "release"
|
||||
codegen-units = 128
|
||||
|
81
deno.changes
81
deno.changes
@@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 00:36:41 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.4.3:
|
||||
* 2.4.3 (#30251)
|
||||
* fix(tsconfig): don't use tsc-compatible defaults for deno.json compiler options (#30242)
|
||||
* perf(buffer): optimize Buffer.subarray and Buffer.prototype.utf8Slice (#30213)
|
||||
* fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/pipe_wrap.ts` (#30241)
|
||||
* fix: reduce change of corrupt lockfile error when updating dependencies in the config file (#30239)
|
||||
* chore: regression where excluded path stopped being excluded (#30238)
|
||||
* fix(http): catch more tunnel close errors (#30236)
|
||||
* refactor: remove more allocations querying for permissions (#30237)
|
||||
* fix: ensure coverage dir is stored absolute to prevent issues when cwd changes (#30225)
|
||||
* fix: use 'deno_signals' crate for signal handling (#30204)
|
||||
* fix: don't invoke `Proxy` getter trap on `console.log` (#30230)
|
||||
* refactor: use Cow<Path> more in permissions (#30227)
|
||||
* fix(publish): improve diagnostic when importing from another package using a relative import (#30203)
|
||||
* refactor: remove usages of to_string_lossy().to_string() (#30224)
|
||||
* chore: remove redundant operations from README.md (#30228)
|
||||
* refactor: remove some allocations in op_require_x ops (#30212)
|
||||
* fix(ext/node): validate `fd` is integer on `fsync` and `fdatasync` (#30215)
|
||||
* fix(ext/node): use Zlib base for brotli handles (#30112)
|
||||
* refactor(node): remove some duplicate code and unnecessary allocations in node_resolver (#30209)
|
||||
* refactor: update to deno_path_util 0.5.2 (#30211)
|
||||
* fix: update setTimeout and setInterval callback type to support strin… (#30183)
|
||||
* fix(lib/node): change ERR_INVALID_PACKAGE_TARGET to ERR_PACKAGE_PATH_NOT_EXPORTED when no package.json#exports condition matches (#29841)
|
||||
* chore(bench): add missing commas in Extension struct literal (#30206)
|
||||
* fix(regression): do not error when specifying `--config` flag with `../` component (#30208)
|
||||
* fix(ext/node): fix segmentation fault when spkac is empty (#30207)
|
||||
* fix(bundle): don't force managed npm resolution (#30200)
|
||||
* fix: support package.json imports in a Deno workspace (#30198)
|
||||
* docs: Fix broken Getting Started link in CONTRIBUTING.md (#30194)
|
||||
* test: avoid race condition on node compat test runner (#30201)
|
||||
* Revert "fix(unstable): always require --allow-read permissions for raw imports (#30184)" (#30196)
|
||||
* fix(compile): do not include managed npm deps when graph does not have any npm pkgs (#30189)
|
||||
* fix(compile): do not error including npm packages that don't match current system (#30188)
|
||||
* fix: tunnels in processes that don't listen (#30178)
|
||||
* chore: mark some node compat tests as flaky (#30190)
|
||||
* fix(unstable): always require --allow-read permissions for raw imports (#30184)
|
||||
* fix(check): ensure module not found errors are surfaced (#30181)
|
||||
* fix(ext/node): implement tls.checkServerIdentitiy (#30148)
|
||||
* fix(ext/node): implement TLSSocket.getPeerCertificate (#30146)
|
||||
* fix: do not panic deserializing config with invalid number value (#30171)
|
||||
* refactor: upgrade to deno_core 0.353.0 (#30164)
|
||||
* fix(ext/node): `fs.read` and `fs.write` promisify compatibility (#30152)
|
||||
* chore: fix flaky dynamic_npm_resolution_failure (#30165)
|
||||
* fix(task): improve parsing of quotes in command substitution (#30162)
|
||||
* feat(unstable): add useful metadata to tunnel (#30161)
|
||||
* test: add ability to mark Node compat tests as flaky (#30158)
|
||||
* test: de-flake 'wasm_unreachable' test (#30157)
|
||||
* fix(lsp): improve renaming a file with bytes or text imports (#30142)
|
||||
* fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/_listen.ts` (#30100)
|
||||
* chore: update deno_tunnel (#30154)
|
||||
* fix(ext/node): add process._rawDebug (#30141)
|
||||
* fix(lsp): do not error for bytes or text import of json module (#30137)
|
||||
* fix(task): show package name of task when --recursive (#30136)
|
||||
* fix(task): `--recursive` - order tasks by package dependencies (#30129)
|
||||
* refactor(lsp): move workspace_resolver to LspResolver (#30127)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 04:42:52 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.4.2:
|
||||
* fix(bundle): default "jsxImportSource" to "react" (#30082)
|
||||
* fix(check): temporarily ignore ERR_TYPES_NOT_FOUND (#29926)
|
||||
* fix(ext/node): don't throw error on invalid path input on exists and
|
||||
* existsSync (#29971)
|
||||
* fix(ext/node): validate path parameters on link and linkSync (#30061)
|
||||
* fix(lint): do not panic for many overlapping lint fixes (#30104)
|
||||
* fix(lsp): tsconfig features for 'deno check' parity (#30007)
|
||||
* fix(tsconfig): prioritize deno.json if it has compiler options (#30056)
|
||||
* fix(tsconfig): use tsc defaults for 'strict' and 'noImplicitOverride' (#30045)
|
||||
* fix(unstable): support importing files in npm packages as bytes and text
|
||||
* (#30065)
|
||||
* fix: global global should be writeable (#30032)
|
||||
* fix: early init logging (#30034)
|
||||
* fix: new signal handling (#30029)
|
||||
* fix: upgrade deno_core to 0.352.1 (#30119)
|
||||
* All other changes listed here: https://github.com/denoland/deno/compare/v2.2.2...v2.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 03:08:09 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
@@ -6043,4 +6123,3 @@ Sat Dec 19 08:57:04 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
Fri Dec 4 02:20:19 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- init pkg at v1.5.4
|
||||
|
||||
|
@@ -19,9 +19,9 @@
|
||||
|
||||
|
||||
%global _lto_cflags %nil
|
||||
%global _v8_version 134.4.0
|
||||
%global _v8_version 137.2.1
|
||||
Name: deno
|
||||
Version: 2.2.2
|
||||
Version: 2.4.3
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
@@ -104,7 +104,7 @@ Remote code is fetched and cached on first execution, and only
|
||||
updated with the --reload flag.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n %{name}
|
||||
%autosetup -a1 -p1
|
||||
|
||||
unlink rusty_v8 || true
|
||||
ln -sf %{_libdir}/crates/rusty_v8/ $PWD/rusty_v8
|
||||
@@ -128,6 +128,7 @@ export CXXFLAGS="%{optflags}"
|
||||
|
||||
# https://www.chromium.org/developers/gn-build-configuration
|
||||
export GN_ARGS="clang_version=${CLANG_VERSION} use_lld=true enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0"
|
||||
%{__cargo} update v8 --offline
|
||||
%{cargo_build}
|
||||
|
||||
%install
|
||||
|
BIN
registry.tar.zst
(Stored with Git LFS)
BIN
registry.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user