forked from pool/gleam
Update to 1.11.0 #2
12
_service
12
_service
@@ -1,20 +1,20 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<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.10.0</param>
|
||||
<param name="revision">v1.11.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<service name="tar" mode="manual" />
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">gleam</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">false</param>
|
||||
|
BIN
gleam-1.10.0.tar.zst
(Stored with Git LFS)
BIN
gleam-1.10.0.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
gleam-1.11.0.tar.zst
(Stored with Git LFS)
Normal file
BIN
gleam-1.11.0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 12:31:41 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Replace deprecated "disabled" mode with "manual" in _service
|
||||
- Update to 1.11.0:
|
||||
* The displaying of internal types in HTML documentation has been
|
||||
improved
|
||||
* A warning is now emitted when the same module is imported
|
||||
multiple times into the same module with different aliases
|
||||
* Fixed a bug where a bit array segment matching on a floating
|
||||
point number would match with NaN or Infinity on the JavaScript
|
||||
target
|
||||
* https://github.com/gleam-lang/gleam/blob/v1.11.1/CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 09:10:09 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: gleam
|
||||
version: 1.10.0
|
||||
mtime: 1744636687
|
||||
commit: 5d13c2212ddda78c725fb358efb777c14176cd83
|
||||
version: 1.11.0
|
||||
mtime: 1748868136
|
||||
commit: bb29a3f89d3975d67ee0871d4ab268c9fe0c199d
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gleam
|
||||
Version: 1.10.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: A friendly language for building type-safe, scalable systems!
|
||||
License: Apache-2.0
|
||||
|
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