From d600a572fdd09f338b713a3e580bdeee75fcb66eb03f9b54c0c8e1e266d215ba Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Tue, 19 Feb 2019 12:35:10 +0000 Subject: [PATCH] Accepting request 677349 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory - Update to 21.2.6: - Changes for 21.2.6: * http://erlang.org/download/OTP-21.2.6.README * erts: When using the {linger,{true,T}} option; gen_tcp:listen/2 used the full linger time before returning for example eaddrinuse. This bug has now been corrected. * stdlib: Optimize pretty printing of terms. The slower behaviour was introduced in Erlang/OTP 20. OBS-URL: https://build.opensuse.org/request/show/677349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=74 --- OTP-21.2.5.tar.gz | 3 --- OTP-21.2.6.tar.gz | 3 +++ erlang.changes | 13 +++++++++++++ erlang.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 OTP-21.2.5.tar.gz create mode 100644 OTP-21.2.6.tar.gz diff --git a/OTP-21.2.5.tar.gz b/OTP-21.2.5.tar.gz deleted file mode 100644 index 6a103ba..0000000 --- a/OTP-21.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff578ab020a714be25d6787b81938df016db375692d4126a28f1303e6e9c165 -size 53957249 diff --git a/OTP-21.2.6.tar.gz b/OTP-21.2.6.tar.gz new file mode 100644 index 0000000..ee6afef --- /dev/null +++ b/OTP-21.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5 +size 53956256 diff --git a/erlang.changes b/erlang.changes index f43f70c..da648ba 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 19 10:37:44 UTC 2019 - Gabriele Santomaggio + +- Update to 21.2.6: +- Changes for 21.2.6: + * http://erlang.org/download/OTP-21.2.6.README + * erts: When using the {linger,{true,T}} option; + gen_tcp:listen/2 used the full linger time before + returning for example eaddrinuse. This bug has now been + corrected. + * stdlib: Optimize pretty printing of terms. The slower behaviour + was introduced in Erlang/OTP 20. + ------------------------------------------------------------------- Thu Feb 7 18:20:58 UTC 2019 - matwey.kornilov@gmail.com diff --git a/erlang.spec b/erlang.spec index 3eefbbb..163d190 100644 --- a/erlang.spec +++ b/erlang.spec @@ -26,7 +26,7 @@ %endif Name: erlang -Version: 21.2.5 +Version: 21.2.6 Release: 0 # not set up to be built with position independend executable support #!BuildIgnore: gcc-PIE