1.30.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=92
This commit is contained in:
parent
b455d98abd
commit
2ec2b5bc49
8
_service
8
_service
@ -13,8 +13,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/deno</param>
|
<param name="url">https://github.com/denoland/deno</param>
|
||||||
<param name="revision">v1.26.2</param>
|
<param name="revision">v1.30.0</param>
|
||||||
<param name="version">1.26.2</param>
|
<param name="version">1.30.0</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
@ -37,8 +37,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="revision">v0.53.1</param>
|
<param name="revision">v0.60.1</param>
|
||||||
<param name="version">0.53.1</param>
|
<param name="version">0.60.1</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3ecead6b7a56b80181fe52c9012b8c6ced8cb0485747b30be4faab71d15e670
|
|
||||||
size 8932020
|
|
3
deno-1.30.0.tar.xz
Normal file
3
deno-1.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b6d7702172168fbc07b1f68e3918cc271f1c8a552ec6f203f169dda7c38f34d
|
||||||
|
size 9091520
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 28 23:33:53 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.30.0:
|
||||||
|
* many changes, see https://github.com/denoland/deno/compare/v1.26.2...v1.30.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 26 10:52:37 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Jan 26 10:52:37 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
@ -5,6 +11,7 @@ Thu Jan 26 10:52:37 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|||||||
- Disable LTO to build with half of the RAM (fixes build on aarch64):
|
- Disable LTO to build with half of the RAM (fixes build on aarch64):
|
||||||
* deno-disbale-lto.patch
|
* deno-disbale-lto.patch
|
||||||
- Update _constraints with current values
|
- Update _constraints with current values
|
||||||
|
- remove Cargo.lock to bypass checksum errors in rusty_v8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 17 20:29:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
Mon Oct 17 20:29:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# spec file for package deno
|
# spec file for package deno
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2020-2022 Avindra Goolcharan <avindra@opensuse.org>
|
# Copyright (c) 2020-2023 Avindra Goolcharan <avindra@opensuse.org>
|
||||||
# Copyright (c) 2018-2022 the Deno authors
|
# Copyright (c) 2018-2023 the Deno authors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.26.2
|
Version: 1.30.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure JavaScript and TypeScript runtime
|
Summary: A secure JavaScript and TypeScript runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:34009236109be902f5ac378937f9e561dd833229a537db6d1aafd4abbea472a5
|
oid sha256:7e9d988cf2965a740812b71524a3bdecd6f8d119a4707a747ee4b1d84a912583
|
||||||
size 68423588
|
size 69875340
|
||||||
|
Loading…
Reference in New Issue
Block a user