switch to zst. version scheme is now 0.0.{commit_count} while under dev

This commit is contained in:
Avindra Goolcharan 2025-03-18 23:32:58 -04:00
parent 98ccb4794a
commit d5d05ff37d
5 changed files with 15 additions and 8 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/microsoft/typescript-go</param>
<param name="scm">git</param>
<param name="revision">8cf4a33989a0dc18f47adb7aa63d2db2099578e4</param>
<param name="version">0.1</param>
<param name="revision">f3cf27f6970fa98b26d9413dd160c4b864d570a2</param>
<param name="version">0.0.462</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>
@ -12,7 +12,7 @@
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:288b8e3cfd1763bc0584909d6dff5b68943b5a191d92332ecaf27390f214abe3
size 37247683

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:593eae1952163d3ffce37720ed85020d9adf7d9a4cc4a9ee92596a00cdeec48c
size 23783076

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 19 03:13:03 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- 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 <avindra@opensuse.org>

View File

@ -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