-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Erlang to the latest versions
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|