Compare commits
25 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 61f201434c | |||
|
|
cefb5e862d | ||
| 8415949902 | |||
| 438f089886 | |||
| fad7c8ce69 | |||
| 64a9d4322b | |||
|
|
7c1b0d9eb3 | ||
| f32f0f6b97 | |||
|
|
70811e731d | ||
| 010c51182e | |||
|
|
cabf71e90e | ||
| f2d4db4763 | |||
|
|
965f76f802 | ||
| 94797a3908 | |||
|
|
70bc67e468 | ||
| 42579ecc2c | |||
|
|
51ef8fa486 | ||
| b2e9bd8062 | |||
|
|
b5204c612d | ||
| 500163b0b7 | |||
|
|
bd2c03d0ae | ||
|
|
8978d37d39 | ||
| bacb69b2b1 | |||
|
|
d290d7a61d | ||
|
|
40a94cb932 |
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.2.1</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.11.0.tar.zst
LFS
Normal file
BIN
gleam-1.11.0.tar.zst
LFS
Normal file
Binary file not shown.
BIN
gleam-1.2.1.tar.zst
LFS
BIN
gleam-1.2.1.tar.zst
LFS
Binary file not shown.
117
gleam.changes
117
gleam.changes
@@ -1,5 +1,116 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 20:34:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
- Update to 1.8.1:
|
||||
* Fixed a metadata caching bug where accessors for opaque types
|
||||
could sometimes be used in other modules. (Louis Pilfold)
|
||||
* Changelog: https://gleam.run/news/gleam-gets-rename-variable/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 18:11:58 UTC 2025 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.7.0:
|
||||
* Changelog: https://gleam.run/news/improved-performance-and-publishing/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 17:47:45 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.6.3:
|
||||
* Fixed a bug where Gleam would be unable to compile to BEAM
|
||||
bytecode on older versions of Erlang/OTP. (yoshi)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 22:56:41 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.6.2:
|
||||
* Fixed a bug where patterns in use expressions would not be checked
|
||||
to ensure that they were exhaustive. (Surya Rose)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 02:15:36 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.6.1:
|
||||
* fix update use_manifest logic (Jason Sipula)
|
||||
* 1.6.0 Changelog: https://gleam.run/news/context-aware-compilation/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 15:10:03 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.5.1:
|
||||
* Fixed a bug where Erlang file paths would not be escaped on Windows.
|
||||
(Louis Pilfold)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 21:34:02 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.5.0:
|
||||
* Changelog: https://gleam.run/news/convenient-code-actions/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 18:09:24 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.4.0:
|
||||
* Changelog: https://gleam.run/news/supercharged-labels/
|
||||
* Gleam now requires Rust 1.79 to build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 16:10:56 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.3.2:
|
||||
Language Server
|
||||
* The language server no longer shows completions when inside a literal string.
|
||||
(Giacomo Cavalieri)
|
||||
Bug Fixes
|
||||
* Fixed a bug where the compiler would report errors for duplicate `@external`
|
||||
attributes with inconsistent spans between Erlang and JavaScript.
|
||||
(Connor Szczepaniak)
|
||||
* Fixed a bug where `gleam add` would fail to parse version specifiers
|
||||
correctly.
|
||||
(Louis Pilfold)
|
||||
* Fixed a bug where single clause case expressions could generate JavaScript
|
||||
code with incorrectly rewritten JavaScript variable names.
|
||||
(Louis Pilfold)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 11:14:24 UTC 2024 - Pi-Cla <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.3.1:
|
||||
* Fixes a bug with import cycle detection when there is more than 2 imports in the cycle
|
||||
(Ameen Radwan)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 15:22:20 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.3.0:
|
||||
* Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 20:34:39 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.2.1:
|
||||
* Fixed a bug where the compiler could fail to detect modules that
|
||||
@@ -10,12 +121,12 @@ Thu May 30 20:34:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
array. (Giacomo Cavalieri)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 27 22:02:42 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
Mon May 27 22:02:42 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Update to 1.2.0:
|
||||
* Changelog: https://gleam.run/news/fault-tolerant-gleam/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 05:49:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
Tue Apr 9 05:49:10 UTC 2024 - litma Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Initial commit
|
||||
|
||||
4
gleam.obsinfo
Normal file
4
gleam.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: gleam
|
||||
version: 1.11.0
|
||||
mtime: 1748868136
|
||||
commit: bb29a3f89d3975d67ee0871d4ab268c9fe0c199d
|
||||
11
gleam.spec
11
gleam.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gleam
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gleam
|
||||
Version: 1.2.1
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: A friendly language for building type-safe, scalable systems!
|
||||
License: Apache-2.0
|
||||
@@ -25,8 +25,9 @@ URL: https://gleam.run/
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
# Due to dependency on pulldown-cmark
|
||||
BuildRequires: cargo >= 1.74.0
|
||||
# Due to Gleam Language Server using this feature:
|
||||
# https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html#extending-automatic-temporary-lifetime-extension
|
||||
BuildRequires: cargo >= 1.79.0
|
||||
# For tests
|
||||
BuildRequires: git-core
|
||||
Requires: erlang
|
||||
@@ -49,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
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user