Skip to content

Commit 7decf7c

Browse files
committed
Update Elixir to 1.17.0
1 parent 830f567 commit 7decf7c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

specs/elixir.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Summary: A modern approach to programming for the Erlang VM
1212
Name: elixir
13-
Version: 1.16.2
13+
Version: 1.17.0
1414
Release: 0%{?dist}
1515
License: ASL 2.0 and ERPL
1616
Group: Development/Tools
@@ -22,9 +22,9 @@ Source100: checksum.sha512
2222

2323
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2424

25-
BuildRequires: erlang24 git
25+
BuildRequires: erlang25 git
2626

27-
Requires: erlang >= 24
27+
Requires: erlang >= 25
2828

2929
Provides: %{name} = %{version}-%{release}
3030
Provides: %{name}-lang = %{version}-%{release}
@@ -82,6 +82,9 @@ rm -rf %{buildroot}
8282
################################################################################
8383

8484
%changelog
85+
* Fri Jun 14 2024 Anton Novojilov <andy@essentialkaos.com> - 1.17.0-0
86+
- https://github.com/elixir-lang/elixir/releases/tag/v1.17.0
87+
8588
* Fri Mar 22 2024 Anton Novojilov <andy@essentialkaos.com> - 1.16.2-0
8689
- https://github.com/elixir-lang/elixir/releases/tag/v1.16.2
8790

0 commit comments

Comments
 (0)