forked from erlang/erlang
Accepting request 431243 from home:NicoK:branches:devel:languages:erlang:Factory
update to 19.1 OBS-URL: https://build.opensuse.org/request/show/431243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
0db5eb2729
commit
c824d27342
BIN
OTP-19.0.4.tar.gz
(Stored with Git LFS)
BIN
OTP-19.0.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
OTP-19.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
OTP-19.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 09:27:58 UTC 2016 - kruber@zib.de
|
||||
|
||||
- Update to 19.1:
|
||||
* erts: Improved dirty scheduler support. A purge of a module
|
||||
will not have to wait for completion of all ongoing dirty
|
||||
NIF calls
|
||||
* erts: Improved accuracy of timeouts on MacOS X
|
||||
* kernel: Add net_kernel:setopts/2 and net_kernel:getopts/2 to
|
||||
control options for distribution sockets in runtime
|
||||
* asn1: Compiling multiple ASN.1 modules in the same directory
|
||||
with parallel make (make -j) should now be safe
|
||||
* httpd: support for PUT and DELETE in mod_esi
|
||||
* ~30 contributions since 19.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 18:20:31 UTC 2016 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: erlang
|
||||
Version: 19.0.4
|
||||
Version: 19.1
|
||||
Release: 0
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
License: Apache-2.0
|
||||
@@ -464,7 +464,7 @@ getent passwd epmd || /usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port
|
||||
%doc README.SUSE
|
||||
%endif
|
||||
%doc %{_libdir}/erlang/PR.template
|
||||
%doc %{_libdir}/erlang/README
|
||||
%doc %{_libdir}/erlang/README.md
|
||||
%doc %{_libdir}/erlang/COPYRIGHT
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/dialyzer
|
||||
|
Reference in New Issue
Block a user