bump to rev 512

This commit is contained in:
Avindra Goolcharan 2025-04-02 15:48:46 -04:00
parent f0f84c44e3
commit 842e78795e
5 changed files with 25 additions and 15 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">ffa058269dbc4a3749c1f0494a3eb0c8d6b96517</param>
<param name="version">0.0.471</param>
<param name="revision">3ab630d865af74daac9c372af6ceacce10d167bd</param>
<param name="version">0.0.512</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

View File

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

BIN
typescript-go-0.0.512.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,9 +1,19 @@
-------------------------------------------------------------------
Wed Apr 2 19:46:06 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to version 0.0.512:
* @ 3ab630d865af74daac9c372af6ceacce10d167bd
- use default packaging macros for go
- add tests to %check section
-------------------------------------------------------------------
Wed Mar 19 20:52:43 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to version 0.0.471:
* @ ffa058269dbc4a3749c1f0494a3eb0c8d6b96517
- set Group, fix Summary: lint
- fix rpm lints:
* set `Group`
* format `Summary`
-------------------------------------------------------------------
Wed Mar 19 03:13:03 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -15,9 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global provider_prefix github.com/microsoft/typescript-go
%global import_path %{provider_prefix}
Name: typescript-go
Version: 0.0.471
Version: 0.0.512
Release: 0
Summary: Port of TypeScript compiler to go
License: Apache-2.0
@ -36,15 +37,14 @@ typescript-go is an experimental port of the TypeScript compiler to Go.
%autosetup -a1
%build
go build -mod vendor \
%ifnarch riscv64 ppc64
-buildmode=pie \
%endif
-ldflags "-s -w" ./cmd/tsgo
%{goprep} %{import_path}
%{gobuild} -mod=vendor ./cmd/tsgo
%install
mkdir -p %{buildroot}/%{_bindir}
install -Dm755 tsgo %{buildroot}/%{_bindir}/tsgo
%{goinstall}
%check
%{gotest} ./...
%files
%license LICENSE