Erlang ver. 22.3.4.11
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
f9aad82c4d
commit
e80ac524cd
@ -65,7 +65,7 @@
|
||||
|
||||
|
||||
Name: erlang
|
||||
Version: 22.3.4.10
|
||||
Version: 22.3.4.11
|
||||
Release: 1%{?dist}
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
|
||||
@ -1943,6 +1943,9 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Oct 4 2020 Peter Lemenkov <lemenkov@gmail.com> - 22.3.4.11-1
|
||||
- Ver. 22.3.4.11
|
||||
|
||||
* Tue Sep 1 2020 Peter Lemenkov <lemenkov@gmail.com> - 22.3.4.10-1
|
||||
- Ver. 22.3.4.10
|
||||
|
||||
|
@ -7,10 +7,10 @@ Patch allows one to use standard man path with erl -man command.
|
||||
as required by Debian policy.)
|
||||
|
||||
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
|
||||
index 681a4c1299..034f7902ae 100644
|
||||
index f634f650e0..ccc4ba6c9a 100644
|
||||
--- a/erts/etc/common/erlexec.c
|
||||
+++ b/erts/etc/common/erlexec.c
|
||||
@@ -719,8 +719,10 @@ int main(int argc, char **argv)
|
||||
@@ -720,8 +720,10 @@ int main(int argc, char **argv)
|
||||
error("-man not supported on Windows");
|
||||
#else
|
||||
argv[i] = "man";
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (otp-OTP-22.3.4.10.tar.gz) = ca91389372959da504870dd584c887250989e21bc1c813c6819c810bdd76233957e8bf90276f1fcbf2b9c8449fe279f1056c0aab049c1d170149b8db1514b764
|
||||
SHA512 (otp-OTP-22.3.4.11.tar.gz) = 0afe16053ea9928c7b1bbef91c82bbc714bdbe93a3b72eea9d7cd99cb555ce296ef54676e95bffe50757111f09b37b83a0b125741c6fb9146129a76f35550637
|
||||
|
Loading…
Reference in New Issue
Block a user