From 2d16d2580525134c2bfd3848daa1aeafb75afa9b620a1d78b7a18f5f7ca1b0e1 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 21 Oct 2024 14:05:30 +0000 Subject: [PATCH] - Experiment on obs-service-roast to generate tarball from cloned repository. Note that obs-service-roast is not yet in openSUSE. I still plan to add it once other things are finalised such as managing version names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=216 --- _service | 7 ++++--- deno-2.0.2.tar.zst | 4 ++-- deno.changes | 8 ++++++++ deno.spec | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/_service b/_service index b02c988..37f1a05 100644 --- a/_service +++ b/_service @@ -13,9 +13,10 @@ \1 enable - - - deno-2.0.2.tar + + deno + deno-2.0.2.tar.zst + true diff --git a/deno-2.0.2.tar.zst b/deno-2.0.2.tar.zst index 30c1019..d9255fc 100644 --- a/deno-2.0.2.tar.zst +++ b/deno-2.0.2.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb604eef8355ef31044a3f2df65ef95180c19d2db7b519bb41b56634ba9c267e -size 98899559 +oid sha256:3fbca0f3b485ce20960fd5044d341af05bee61b5dbec56ffce664b7749f69f2e +size 98929605 diff --git a/deno.changes b/deno.changes index 8d9b031..77bf85e 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 21 14:02:42 UTC 2024 - Soc Virnyl Estela + +- Experiment on obs-service-roast to generate tarball from cloned + repository. Note that obs-service-roast is not yet in openSUSE. + I still plan to add it once other things are finalised such as + managing version names. + ------------------------------------------------------------------- Sun Oct 20 07:35:50 UTC 2024 - Soc Virnyl Estela diff --git a/deno.spec b/deno.spec index cc9e7bb..a5c30fb 100644 --- a/deno.spec +++ b/deno.spec @@ -97,7 +97,7 @@ Remote code is fetched and cached on first execution, and only updated with the --reload flag. %prep -%autosetup -a1 -p1 +%autosetup -a1 -p1 -n %{name} # From archlinux. We are using a patched v8 from our build unlink $PWD/rusty_v8 || true