12 Commits

Author SHA256 Message Date
54c31b2966 Accepting request 1203926 from devel:languages:erlang
- Update to 1.5.1:
 * Fixed a bug where Erlang file paths would not be escaped on Windows.
   (Louis Pilfold)

OBS-URL: https://build.opensuse.org/request/show/1203926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=8
2024-09-27 15:10:48 +00:00
Gordon Leung
1e3b26e979 - Update to 1.5.1:
* Fixed a bug where Erlang file paths would not be escaped on Windows.
   (Louis Pilfold)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=19
2024-09-26 15:11:25 +00:00
f64985ef80 Accepting request 1202051 from devel:languages:erlang
- Update to 1.5.0:
 * Changelog: https://gleam.run/news/convenient-code-actions/

OBS-URL: https://build.opensuse.org/request/show/1202051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=7
2024-09-20 15:11:35 +00:00
Gordon Leung
348b73ee5f - Update to 1.5.0:
* Changelog: https://gleam.run/news/convenient-code-actions/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=17
2024-09-19 21:34:49 +00:00
3f3de4ef06 Accepting request 1191253 from devel:languages:erlang
- Update to 1.4.0:
 * Changelog: https://gleam.run/news/supercharged-labels/
 * Gleam now requires Rust 1.79 to build

OBS-URL: https://build.opensuse.org/request/show/1191253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=6
2024-08-03 18:04:53 +00:00
Gordon Leung
cf5320ce58 - Update to 1.4.0:
* Changelog: https://gleam.run/news/supercharged-labels/
 * Gleam now requires Rust 1.79 to build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=15
2024-08-02 18:10:35 +00:00
5be0021b5b Accepting request 1186922 from devel:languages:erlang
- 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)

- Update to 1.3.1:
 * Fixes a bug with import cycle detection when there is more than 2 imports in the cycle
   (Ameen Radwan)

OBS-URL: https://build.opensuse.org/request/show/1186922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=5
2024-07-11 18:36:53 +00:00
Gordon Leung
be03dde82e - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=13
2024-07-11 16:13:19 +00:00
Gordon Leung
b208c8d225 - Update to 1.3.1:
* Fixes a bug with import cycle detection when there is more than 2 imports in the cycle
   (Ameen Radwan)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=12
2024-07-10 11:34:07 +00:00
0697cfa70e Accepting request 1186440 from devel:languages:erlang
- Update to 1.3.0:
 * Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/

OBS-URL: https://build.opensuse.org/request/show/1186440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=4
2024-07-09 18:06:29 +00:00
Gordon Leung
7d50d29feb Remove mold
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=10
2024-07-09 15:29:45 +00:00
Gordon Leung
fcae9ee464 - Update to 1.3.0:
* Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/gleam?expand=0&rev=9
2024-07-09 15:25:00 +00:00
7 changed files with 22 additions and 86 deletions

View File

@@ -1,20 +1,20 @@
<services>
<service name="obs_scm" mode="manual">
<service mode="disabled" name="obs_scm">
<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.11.0</param>
<param name="revision">v1.5.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
<service name="cargo_vendor" mode="manual">
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="src">gleam</param>
<param name="compression">zst</param>
<param name="update">false</param>

Binary file not shown.

BIN
gleam-1.5.1.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,85 +1,25 @@
-------------------------------------------------------------------
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>
Thu Sep 26 15:10:03 UTC 2024 - Gordon 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>
Thu Sep 19 21:34:02 UTC 2024 - Gordon 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>
Fri Aug 2 18:09:24 UTC 2024 - Gordon 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>
Thu Jul 11 16:10:56 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Update to 1.3.2:
Language Server
@@ -104,13 +44,13 @@ Wed Jul 10 11:14:24 UTC 2024 - Pi-Cla <pirateclip@protonmail.com>
(Ameen Radwan)
-------------------------------------------------------------------
Tue Jul 9 15:22:20 UTC 2024 - litma Leung <pirateclip@protonmail.com>
Tue Jul 9 15:22:20 UTC 2024 - Gordon 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>
Thu May 30 20:34:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Update to 1.2.1:
* Fixed a bug where the compiler could fail to detect modules that
@@ -121,12 +61,12 @@ Thu May 30 20:34:39 UTC 2024 - litma Leung <pirateclip@protonmail.com>
array. (Giacomo Cavalieri)
-------------------------------------------------------------------
Mon May 27 22:02:42 UTC 2024 - litma Leung <pirateclip@protonmail.com>
Mon May 27 22:02:42 UTC 2024 - Gordon 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 - litma Leung <pirateclip@protonmail.com>
Tue Apr 9 05:49:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Initial commit

View File

@@ -1,4 +0,0 @@
name: gleam
version: 1.11.0
mtime: 1748868136
commit: bb29a3f89d3975d67ee0871d4ab268c9fe0c199d

View File

@@ -1,7 +1,7 @@
#
# spec file for package gleam
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 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.11.0
Version: 1.5.1
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} -- --skip tests::echo
%{cargo_test}
%files
%license LICENCE

BIN
vendor.tar.zst LFS

Binary file not shown.