SHA256
11
0
forked from pool/gleam

Accepting request 1237192 from devel:languages:erlang

- Update to 1.7.0:
 * Changelog: https://gleam.run/news/improved-performance-and-publishing/

OBS-URL: https://build.opensuse.org/request/show/1237192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gleam?expand=0&rev=12
This commit is contained in:
2025-01-13 16:50:36 +00:00
committed by Git OBS Bridge
6 changed files with 25 additions and 19 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.6.3</param>
<param name="revision">v1.7.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.6.3.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
gleam-1.7.0.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,46 +1,52 @@
-------------------------------------------------------------------
Tue Dec 3 17:47:45 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
Thu Jul 11 16:10:56 UTC 2024 - litma Leung <pirateclip@protonmail.com>
- Update to 1.3.2:
Language Server
@@ -65,13 +71,13 @@ Wed Jul 10 11:14:24 UTC 2024 - Pi-Cla <pirateclip@protonmail.com>
(Ameen Radwan)
-------------------------------------------------------------------
Tue Jul 9 15:22:20 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
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 - Gordon Leung <pirateclip@protonmail.com>
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
@@ -82,12 +88,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

View File

@@ -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.6.3
Version: 1.7.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)

Binary file not shown.