forked from erlang/erlang
Accepting request 751217 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory
- Changes for 22.1.8 * http://erlang.org/download/OTP-22.1.8.README * erts: Large amounts of quickly executed dirty work could cause heavy contention on an internal spin lock. The spin lock was replaced by a mutex which behaves much better under these conditions. OBS-URL: https://build.opensuse.org/request/show/751217 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=94
This commit is contained in:
BIN
OTP-22.1.7.tar.gz
(Stored with Git LFS)
BIN
OTP-22.1.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
OTP-22.1.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
OTP-22.1.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 09:00:15 UTC 2019 - Gabriele Santomaggio <gsantomaggio@suse.de>
|
||||
|
||||
- Changes for 22.1.8
|
||||
* http://erlang.org/download/OTP-22.1.8.README
|
||||
* erts: Large amounts of quickly executed dirty work could
|
||||
cause heavy contention on an internal spin lock. The
|
||||
spin lock was replaced by a mutex which behaves much
|
||||
better under these conditions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 11:22:05 UTC 2019 - Gabriele Santomaggio <gsantomaggio@gmail.com>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
%{!?make_build:%{expand: %%global make_build %%{__make} %%{?_smp_mflags}}}
|
||||
|
||||
Name: erlang
|
||||
Version: 22.1.7
|
||||
Version: 22.1.8
|
||||
Release: 0
|
||||
# not set up to be built with position independend executable support
|
||||
#!BuildIgnore: gcc-PIE
|
||||
|
Reference in New Issue
Block a user