forked from pool/gleam
update to 1.10.0 #1
2
_service
2
_service
@@ -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
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)
BIN
gleam-1.8.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
@@ -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
4
gleam.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: gleam
|
||||
version: 1.10.0
|
||||
mtime: 1744636687
|
||||
commit: 5d13c2212ddda78c725fb358efb777c14176cd83
|
@@ -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)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user