Skip to content

Commit

Permalink
Update Erlang 25, 26, and 27
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Aug 4, 2024
1 parent bc1e47c commit 81ceda7
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.12
%define ver_patch 2.13
%define ver_suffix %{ver_min}.%{ver_patch}
%define ver_string %{ver_maj}.%{ver_suffix}
%define realname erlang
Expand Down Expand Up @@ -1033,6 +1033,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* 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

* Wed May 22 2024 Anton Novojilov <[email protected]> - 25.3.2.12-0
- https://github.com/erlang/otp/releases/tag/OTP-25.3.2.12
- LibreSSL updated to 3.9.2
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
%define ver_patch 5.2
%define ver_suffix %{ver_min}.%{ver_patch}
%define ver_string %{ver_maj}.%{ver_suffix}
%define realname erlang
Expand Down Expand Up @@ -1033,6 +1033,9 @@ rm -rf %{buildroot}
################################################################################

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

* Wed May 22 2024 Anton Novojilov <[email protected]> - 26.2.5-0
- https://github.com/erlang/otp/releases/tag/OTP-26.2.5
- LibreSSL updated to 3.9.2
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 0
%define ver_patch 1
%define ver_suffix %{ver_min}%{?ver_patch:.%{ver_patch}}
%define ver_string %{ver_maj}.%{ver_suffix}
%define realname erlang
Expand Down Expand Up @@ -1014,5 +1015,8 @@ rm -rf %{buildroot}
################################################################################

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

* Wed May 22 2024 Anton Novojilov <[email protected]> - 27.0-0
- https://github.com/erlang/otp/releases/tag/OTP-27.0

0 comments on commit 81ceda7

Please sign in to comment.