Skip to content

Commit

Permalink
Update Erlang to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 22, 2024
1 parent 8e166ed commit 4f27e79
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion specs/erlang/erlang25.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%define eprefix %{_prefix}%{_lib32}
%define ver_maj 25
%define ver_min 3
%define ver_patch 2.14
%define ver_patch 2.15
%define ver_suffix %{ver_min}.%{ver_patch}
%define ver_string %{ver_maj}.%{ver_suffix}
%define realname erlang
Expand Down Expand Up @@ -1021,6 +1021,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Tue Oct 22 2024 Anton Novojilov <[email protected]> - 25.3.2.15-0
- https://github.com/erlang/otp/releases/tag/OTP-25.3.2.15

* Sun Aug 04 2024 Anton Novojilov <[email protected]> - 25.3.2.13-0
- https://github.com/erlang/otp/releases/tag/OTP-25.3.2.13

Expand Down
5 changes: 4 additions & 1 deletion specs/erlang/erlang26.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%define eprefix %{_prefix}%{_lib32}
%define ver_maj 26
%define ver_min 2
%define ver_patch 5.3
%define ver_patch 5.4
%define ver_suffix %{ver_min}.%{ver_patch}
%define ver_string %{ver_maj}.%{ver_suffix}
%define realname erlang
Expand Down Expand Up @@ -1021,6 +1021,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Tue Oct 22 2024 Anton Novojilov <[email protected]> - 26.2.5.4-0
- https://github.com/erlang/otp/releases/tag/OTP-26.2.5.4

* Fri Sep 20 2024 Anton Novojilov <[email protected]> - 26.2.5.3-0
- https://github.com/erlang/otp/releases/tag/OTP-26.2.5.3

Expand Down
4 changes: 4 additions & 0 deletions specs/erlang/erlang27.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
%define eprefix %{_prefix}%{_lib32}
%define ver_maj 27
%define ver_min 1
%define ver_patch 2
%define ver_suffix %{ver_min}%{?ver_patch:.%{ver_patch}}
%define ver_string %{ver_maj}.%{ver_suffix}
%define realname erlang
Expand Down Expand Up @@ -1002,6 +1003,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Tue Oct 22 2024 Anton Novojilov <[email protected]> - 27.1.2-0
- https://github.com/erlang/otp/releases/tag/OTP-27.1.2

* Fri Sep 20 2024 Anton Novojilov <[email protected]> - 27.1-0
- https://github.com/erlang/otp/releases/tag/OTP-27.1

Expand Down

0 comments on commit 4f27e79

Please sign in to comment.