Accepting request 517750 from home:matwey:branches:devel:languages:erlang:Factory
- Update to 20.0.2: * asn: Fixed compilation error of generated code caused by a missing quotation of function names as part of an external call for encoding. * erts: Added missing release notes for OTP-14491 ("performance bug in pre-allocators") which was included in erts-9.0.1 (OTP-20.0.1). * erts: Fixed a bug that prevented TCP sockets from being closed properly on send timeouts. * erts: Fixed bug in operator bxor causing erroneuos result when one operand is a big *negative* integer with the lowest N*W bits as zero and the other operand not larger than N*W bits. N is an integer of 1 or larger and W is 32 or 64 depending on word size. * kernel: The documentation for the 'quiet' option in disk_log:open/1 had an incorrect default value. - erlang-gs application has been depricated OBS-URL: https://build.opensuse.org/request/show/517750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=54
This commit is contained in:
parent
14c1524807
commit
1ee6b984a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b121b38102acd43f89afd786055461741522c3a13ee17ef1a795c0dbf6aa281
|
|
||||||
size 52813358
|
|
3
OTP-20.0.2.tar.gz
Normal file
3
OTP-20.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a6020138eeecc015ac5d12ccb2b2c543e975559e669c376702723a2a67dc105
|
||||||
|
size 52809801
|
@ -1,7 +1,7 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<hardware>
|
<hardware>
|
||||||
<memory>
|
<memory>
|
||||||
<size unit="M">4000</size>
|
<size unit="M">6000</size>
|
||||||
</memory>
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 20 06:28:17 UTC 2017 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Update to 20.0.2:
|
||||||
|
* asn: Fixed compilation error of generated code caused by a
|
||||||
|
missing quotation of function names as part of an external call for
|
||||||
|
encoding.
|
||||||
|
* erts: Added missing release notes for OTP-14491 ("performance
|
||||||
|
bug in pre-allocators") which was included in erts-9.0.1 (OTP-20.0.1).
|
||||||
|
* erts: Fixed a bug that prevented TCP sockets from being
|
||||||
|
closed properly on send timeouts.
|
||||||
|
* erts: Fixed bug in operator bxor causing erroneuos result
|
||||||
|
when one operand is a big *negative* integer with the lowest N*W bits as
|
||||||
|
zero and the other operand not larger than N*W bits. N is an integer of 1
|
||||||
|
or larger and W is 32 or 64 depending on word size.
|
||||||
|
* kernel: The documentation for the 'quiet' option in
|
||||||
|
disk_log:open/1 had an incorrect default value.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 31 17:02:58 UTC 2017 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- erlang-gs application has been depricated
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 17 14:24:49 UTC 2017 - matwey.kornilov@gmail.com
|
Mon Jul 17 14:24:49 UTC 2017 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: 20.0.1
|
Version: 20.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
# not set up to be built with position independend executable support
|
# not set up to be built with position independend executable support
|
||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
@ -107,7 +107,6 @@ systems from Ericsson.
|
|||||||
Summary: A debugger for debugging and testing of Erlang programs
|
Summary: A debugger for debugging and testing of Erlang programs
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name}-gs = %{version}
|
|
||||||
Requires: %{name}-wx = %{version}
|
Requires: %{name}-wx = %{version}
|
||||||
|
|
||||||
%description debugger
|
%description debugger
|
||||||
@ -117,7 +116,6 @@ A debugger for debugging and testing of Erlang programs.
|
|||||||
Summary: A DIscrepany AnaLYZer for ERlang programs
|
Summary: A DIscrepany AnaLYZer for ERlang programs
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name}-gs = %{version}
|
|
||||||
Requires: %{name}-wx = %{version}
|
Requires: %{name}-wx = %{version}
|
||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
|
|
||||||
@ -161,7 +159,6 @@ The Erlang Port Mapper daemon acts as a name server on all hosts involved in dis
|
|||||||
Summary: An event tracer for Erlang programs
|
Summary: An event tracer for Erlang programs
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name}-gs = %{version}
|
|
||||||
Requires: %{name}-wx = %{version}
|
Requires: %{name}-wx = %{version}
|
||||||
|
|
||||||
%description et
|
%description et
|
||||||
@ -180,7 +177,6 @@ JInterface module for accessing erlang from Java
|
|||||||
Summary: A release management tool
|
Summary: A release management tool
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: %{name}-gs = %{version}
|
|
||||||
Requires: %{name}-wx = %{version}
|
Requires: %{name}-wx = %{version}
|
||||||
|
|
||||||
%description reltool
|
%description reltool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user