Erlang ver. 23.3.4.10

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2022-01-20 20:10:22 +01:00
parent 5a6d246679
commit 9973df02e8
2 changed files with 6 additions and 3 deletions

View File

@ -64,7 +64,7 @@
Name: erlang
Version: 23.3.4.9
Version: 23.3.4.10
Release: 1%{?dist}
Summary: General-purpose programming language and runtime environment
@ -1912,6 +1912,9 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
%changelog
* Thu Jan 20 2022 Peter Lemenkov <lemenkov@gmail.com> - 23.3.4.10-1
- Ver. 23.3.4.10
* Sat Nov 13 2021 Peter Lemenkov <lemenkov@gmail.com> - 23.3.4.9-1
- Ver. 23.3.4.9

View File

@ -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 9dba684cbb..b4c5a8413f 100644
index ae12e1745b..a510a3e5b1 100644
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
@@ -727,8 +727,10 @@ int main(int argc, char **argv)
@@ -728,8 +728,10 @@ int main(int argc, char **argv)
error("-man not supported on Windows");
#else
argv[i] = "man";