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
6 changed files with 61 additions and 9 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.2.1</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>

Binary file not shown.

BIN
gleam-1.5.1.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
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 - 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 - 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 - Gordon 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 - 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 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -17,7 +17,7 @@
Name: gleam
Version: 1.2.1
Version: 1.5.1
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

BIN
vendor.tar.zst LFS

Binary file not shown.