Accepting request 640127 from home:dirkmueller:branches:devel:languages:erlang:Factory
- update to 20.3.8.9: - Changes for 20.3.8.9: - http://erlang.org/download/OTP-20.3.8.9.README * Fix a regression in OTP-15204 that removed .beam file metadata - Changes for 20.3.8.8: - http://erlang.org/download/OTP-20.3.8.8.README * inets: Do not use chunked-encoding with 1xx, 204 and 304 responses when using mod_esi * inets: Add robust handling of chunked-encoded HTTP responses with an empty body (1xx, 204, 304) - Changes for 20.3.8.7: - http://erlang.org/download/OTP-20.3.8.7.README * crypto: Update the crypto engine functions to handle multiple loads of an engine * mnesia: Fixed a bug where the bag table index data was not deleted when objects were deleted. OBS-URL: https://build.opensuse.org/request/show/640127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=63
This commit is contained in:
parent
f9529948c7
commit
71e25c5c46
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74d29db888494a5ee92b0fc36a76d516af03d7798bda710d17968ca4e03700de
|
||||
size 53511111
|
3
OTP-20.3.8.9.tar.gz
Normal file
3
OTP-20.3.8.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:897dd8b66c901bfbce09ed64e0245256aca9e6e9bdf78c36954b9b7117192519
|
||||
size 53514692
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 30 07:20:57 UTC 2018 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 20.3.8.9:
|
||||
- Changes for 20.3.8.9:
|
||||
- http://erlang.org/download/OTP-20.3.8.9.README
|
||||
* Fix a regression in OTP-15204 that removed .beam file metadata
|
||||
- Changes for 20.3.8.8:
|
||||
- http://erlang.org/download/OTP-20.3.8.8.README
|
||||
* inets: Do not use chunked-encoding with 1xx, 204 and 304
|
||||
responses when using mod_esi
|
||||
* inets: Add robust handling of chunked-encoded HTTP responses
|
||||
with an empty body (1xx, 204, 304)
|
||||
- Changes for 20.3.8.7:
|
||||
- http://erlang.org/download/OTP-20.3.8.7.README
|
||||
* crypto: Update the crypto engine functions to handle multiple
|
||||
loads of an engine
|
||||
* mnesia: Fixed a bug where the bag table index data was not
|
||||
deleted when objects were deleted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 15 11:27:27 UTC 2018 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package erlang
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: erlang
|
||||
Version: 20.3.8.6
|
||||
Version: 20.3.8.9
|
||||
Release: 0
|
||||
# not set up to be built with position independend executable support
|
||||
#!BuildIgnore: gcc-PIE
|
||||
|
Loading…
x
Reference in New Issue
Block a user