Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gleam-1.17.0-bp160.1.1 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: gleam Distribution: SUSE Linux Enterprise 16
Version: 1.17.0 Vendor: openSUSE
Release: bp160.1.1 Build date: Wed Jun 3 12:40:39 2026
Group: Unspecified Build host: reproducible
Size: 19950669 Source RPM: gleam-1.17.0-bp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gleam.run/
Summary: A friendly language for building type-safe, scalable systems!
The power of a type system, the expressiveness of functional programming,
and the reliability of the highly concurrent, fault tolerant Erlang runtime,
with a familiar and modern syntax.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Jun 03 2026 Jan Fooken <jan.fooken@suse.com>
  - Update to 1.17.0:
    * Fixed security vulnerabilities:
    - Restrict custom documentation page `path` and `source` values so
      `gleam docs build` cannot escape the docs output directory or project
      root (bsc#1267396, CVE-2026-32685)
    - Restrict publication tarball creation so they cannot contain files
      from outside the project root (bsc#1267397, CVE-2026-42795)
    - Stricter deserialisation rules for files internal the build directory
      to reject corrupted data (bsc#1267398, CVE-2026-43965)
    * All features and bug fixes are extensively highlighted with
      examples in the upstream blog post at
      https://gleam.run/news/single-file-gleam-beam-programs-with-escript/
      and changelog at
      https://github.com/gleam-lang/gleam/blob/v1.17.0/CHANGELOG.md some of
      the highlights include:
    - Various JavaScript code generation fixes and optimization
    - Various compiler error handling improvements
    - Ability to use the `todo` keyword in constants
    - Improved handling of Git monorepos during package management
    - Ability to create escripts from Gleam programs
    - Various language server improvements like reference highlighting,
      record hovering and code actions
* Thu Apr 30 2026 Jan Fooken <jan.fooken@suse.com>
  - Update to 1.16.0:
    * Changelog v1.16.0: https://gleam.run/news/javascript-source-maps/
* Sun Mar 22 2026 Jan Fooken <jan@faulty.computer>
  - Update to 1.15.1:
    * Changelog v1.12.0: https://gleam.run/news/no-more-dependency-management-headaches/
    * Changelog v1.13.0: https://gleam.run/news/formalising-external-apis/
    * Changelog v1.14.0: https://gleam.run/news/the-happy-holidays-2025-release/
    * Changelog v1.15.0: https://gleam.run/news/upgrading-hex-security/
* Fri Jun 06 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 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 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 05 2025 litma Leung <pirateclip@protonmail.com>
  - Update to 1.7.0:
    * Changelog: https://gleam.run/news/improved-performance-and-publishing/
* Tue Dec 03 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 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 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 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 2024 litma Leung <pirateclip@protonmail.com>
  - Update to 1.5.0:
    * Changelog: https://gleam.run/news/convenient-code-actions/
* Fri Aug 02 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 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 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 09 2024 litma Leung <pirateclip@protonmail.com>
  - Update to 1.3.0:
    * Changelog: https://gleam.run/news/auto-imports-and-tolerant-expressions/
* Thu May 30 2024 litma Leung <pirateclip@protonmail.com>
  - Update to 1.2.1:
    * Fixed a bug where the compiler could fail to detect modules that
    would clash with Erlang modules. (Louis Pilfold)
    * Fixed a bug where dependency version resolution could crash for
    certain release candidate versions. (Marshall Bowers)
    * Fixed a bug where trailing comments would be moved out of a bit
    array. (Giacomo Cavalieri)
* Mon May 27 2024 litma Leung <pirateclip@protonmail.com>
  - Update to 1.2.0:
    * Changelog: https://gleam.run/news/fault-tolerant-gleam/
* Tue Apr 09 2024 litma Leung <pirateclip@protonmail.com>
  - Initial commit

Files

/usr/bin/gleam
/usr/share/licenses/gleam
/usr/share/licenses/gleam/LICENCE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 1 23:26:24 2026