7
0
forked from pool/rusty_v8
2022-06-21 19:34:33 +00:00
committed by Git OBS Bridge
parent 4d4080689f
commit 9a1b7d81d2
6 changed files with 25 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v0.44.1</param>
<param name="version">0.44.1</param>
<param name="revision">v0.44.2</param>
<param name="version">0.44.2</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

BIN
rusty_v8-0.44.1.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
rusty_v8-0.44.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 21 19:26:37 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.44.2:
* build: fix flags for Clang 13 and 14 (#1009)
* Rolling to V8 10.4.132.8 (#1010)
* chore: upgrade 'regex' crate (#1011)
- remove python 2
-------------------------------------------------------------------
Sat Jun 18 20:52:42 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: rusty_v8
Version: 0.44.1
Version: 0.44.2
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT
@@ -32,8 +32,7 @@ BuildRequires: lld
BuildRequires: llvm
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: python3-setuptools
BuildRequires: python3-base
BuildRequires: rust-packaging
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
@@ -54,6 +53,13 @@ Chromium, etc.
%{cargo_prep}
%build
# workaround to use python3
# where "python" is invoked
mkdir -p "$(pwd)/bin"
ln -sf %{_bindir}/python3 "$(pwd)/bin/python"
export PATH="$PATH:$(pwd)/bin"
#https://github.com/denoland/rusty_v8/#build-v8-from-source
export V8_FROM_SOURCE=1
export CLANG_BASE_PATH=%{_prefix}

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.