SHA256
11
0
forked from pool/gleam

update to 1.10.0 #1

Merged
matwey merged 1 commits from amanzini/gleam:v1.10 into main 2025-05-21 21:33:35 +02:00
7 changed files with 23 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/gleam-lang/gleam.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v1.8.1</param>
<param name="revision">v1.10.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gleam-1.10.0.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gleam-1.8.1.tar.zst (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 20 09:10:09 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 1.10.0:
* Changelog: https://gleam.run/news/global-rename-and-find-references/
- skip unit tests that requires networking upon build
- Update to 1.9.0:
* Changelog: https://gleam.run/news/hello-echo-hello-git/
-------------------------------------------------------------------
Sat Feb 15 03:56:00 UTC 2025 - litma leung <pi_cla@disroot.org>

4
gleam.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: gleam
version: 1.10.0
mtime: 1744636687
commit: 5d13c2212ddda78c725fb358efb777c14176cd83

View File

@@ -17,7 +17,7 @@
Name: gleam
Version: 1.8.1
Version: 1.10.0
Release: 0
Summary: A friendly language for building type-safe, scalable systems!
License: Apache-2.0
@@ -50,7 +50,7 @@ install -D -d -m 0755 %{buildroot}%{_bindir}
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/gleam %{buildroot}%{_bindir}/gleam
%check
%{cargo_test}
%{cargo_test} -- --skip tests::echo
%files
%license LICENCE

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.