From 2aa54b2de99b193f68820f2e5e6ab1d75e7ce54e895bff8aba8998be9489a5cc Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Mon, 20 Jun 2022 18:42:12 +0000 Subject: [PATCH] update comments OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=71 --- deno.spec | 1 + revendor_source.sh | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/deno.spec b/deno.spec index 931ce5d..5a367da 100644 --- a/deno.spec +++ b/deno.spec @@ -28,6 +28,7 @@ URL: https://github.com/denoland/deno Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz Source99: revendor_source.sh +# see https://github.com/denoland/chromium_build/pull/197 Patch0: fix-cflags.patch BuildRequires: clang # gcc-c++ needed to build SPIRV-Cross diff --git a/revendor_source.sh b/revendor_source.sh index 16ac7ad..fc47f1d 100644 --- a/revendor_source.sh +++ b/revendor_source.sh @@ -1,12 +1,8 @@ #!/bin/sh set -euo pipefail -# packaging helper to workaround: -# https://github.com/rust-lang/cargo/issues/9054 -# https://github.com/rust-lang/cargo/issues/7058#issuecomment-751589229 - -# This script merges rusty_v8 into place from source, -# and nukes superfluous source objects. +# packaging helper to merge rusty_v8 in place, +# from source (i.e., avoid using the published crate). # # output is a single, merged vendor tarball