From d5d05ff37d42313c9ff8eedc3a0d30160dc49065f55d07ed341c59c89481fd0b Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Tue, 18 Mar 2025 23:32:58 -0400 Subject: [PATCH] switch to zst. version scheme is now 0.0.{commit_count} while under dev --- _service | 6 +++--- typescript-go-0.0.462.tar.zst | 3 +++ typescript-go-0.1.tar.xz | 3 --- typescript-go.changes | 7 +++++++ typescript-go.spec | 4 ++-- 5 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 typescript-go-0.0.462.tar.zst delete mode 100644 typescript-go-0.1.tar.xz diff --git a/_service b/_service index 2a5a1fd..ca188b3 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/microsoft/typescript-go git - 8cf4a33989a0dc18f47adb7aa63d2db2099578e4 - 0.1 + f3cf27f6970fa98b26d9413dd160c4b864d570a2 + 0.0.462 .git .github .gitignore @@ -12,7 +12,7 @@ *.tar - xz + zst diff --git a/typescript-go-0.0.462.tar.zst b/typescript-go-0.0.462.tar.zst new file mode 100644 index 0000000..598c7d8 --- /dev/null +++ b/typescript-go-0.0.462.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288b8e3cfd1763bc0584909d6dff5b68943b5a191d92332ecaf27390f214abe3 +size 37247683 diff --git a/typescript-go-0.1.tar.xz b/typescript-go-0.1.tar.xz deleted file mode 100644 index 4895ea6..0000000 --- a/typescript-go-0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:593eae1952163d3ffce37720ed85020d9adf7d9a4cc4a9ee92596a00cdeec48c -size 23783076 diff --git a/typescript-go.changes b/typescript-go.changes index 5f5c0e6..b827208 100644 --- a/typescript-go.changes +++ b/typescript-go.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 19 03:13:03 UTC 2025 - Avindra Goolcharan + +- update to f3cf27f6970fa98b26d9413dd160c4b864d570a2 +- set version to 0.0.x while under development +- use zstd for main source tarball as well + ------------------------------------------------------------------- Sat Mar 15 23:01:25 UTC 2025 - Avindra Goolcharan diff --git a/typescript-go.spec b/typescript-go.spec index 7929f1c..7aa245c 100644 --- a/typescript-go.spec +++ b/typescript-go.spec @@ -17,12 +17,12 @@ Name: typescript-go -Version: 0.1 +Version: 0.0.462 Release: 0 Summary: port of TypeScript to go License: Apache-2.0 URL: https://github.com/microsoft/typescript-go -Source0: typescript-go-%{version}.tar.xz +Source0: typescript-go-%{version}.tar.zst Source1: vendor.tar.zst BuildRequires: golang(API) >= 1.24 BuildRequires: golang-packaging