4 Commits

6 changed files with 27 additions and 9 deletions

Binary file not shown.

Binary file not shown.

BIN
elixir-1.17.2-doc.zip LFS Normal file

Binary file not shown.

BIN
elixir-1.17.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jul 7 09:23:37 UTC 2024 - Alessio Biancalana <alessio.biancalana@suse.com>
- Upgrade to Elixir 1.17.2:
* Changelog available at https://hexdocs.pm/elixir/1.17.2/changelog.html
-------------------------------------------------------------------
Tue Jun 18 16:33:41 UTC 2024 - Alessio Biancalana <alessio.biancalana@suse.com>
- Upgrade to Elixir 1.17.1:
* Changelog available at https://hexdocs.pm/elixir/1.17.1/changelog.html
-------------------------------------------------------------------
Thu Jun 13 17:30:06 UTC 2024 - Alessio Biancalana <alessio.biancalana@suse.com>
- Upgrade to Elixir 1.17.0:
* Changelog available at https://hexdocs.pm/elixir/1.17.0/changelog.html
-------------------------------------------------------------------
Sun May 26 16:29:58 UTC 2024 - Alessio Biancalana <alessio.biancalana@suse.com>

View File

@@ -19,7 +19,7 @@
%define elixirdir %{_prefix}/lib/elixir
Name: elixir
Version: 1.16.3
Version: 1.17.2
Release: 0
Summary: Functional meta-programming aware language built atop Erlang
License: Apache-2.0
@@ -31,8 +31,8 @@ Source2: macros.elixir
BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: make
Requires: erlang >= 24
BuildRequires: erlang >= 24
Requires: erlang >= 25
BuildRequires: erlang >= 25
BuildRequires: erlang-dialyzer
BuildRequires: erlang-src
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)