File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
Summary: A modern approach to programming for the Erlang VM
12
12
Name: elixir
13
- Version: 1.16.2
13
+ Version: 1.17.0
14
14
Release: 0%{?dist }
15
15
License: ASL 2.0 and ERPL
16
16
Group: Development/Tools
@@ -22,9 +22,9 @@ Source100: checksum.sha512
22
22
23
23
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
24
24
25
- BuildRequires: erlang24 git
25
+ BuildRequires: erlang25 git
26
26
27
- Requires: erlang >= 24
27
+ Requires: erlang >= 25
28
28
29
29
Provides: %{name } = %{version }-%{release }
30
30
Provides: %{name }-lang = %{version }-%{release }
@@ -82,6 +82,9 @@ rm -rf %{buildroot}
82
82
################################################################################
83
83
84
84
%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
+
85
88
* Fri Mar 22 2024 Anton Novojilov <andy@essentialkaos.com> - 1.16.2-0
86
89
- https://github.com/elixir-lang/elixir/releases/tag/v1.16.2
87
90
You can’t perform that action at this time.
0 commit comments