diff --git a/OTP-20.3.8.6.tar.gz b/OTP-20.3.8.6.tar.gz deleted file mode 100644 index 1ba7c4f..0000000 --- a/OTP-20.3.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74d29db888494a5ee92b0fc36a76d516af03d7798bda710d17968ca4e03700de -size 53511111 diff --git a/OTP-20.3.8.9.tar.gz b/OTP-20.3.8.9.tar.gz new file mode 100644 index 0000000..54fecbd --- /dev/null +++ b/OTP-20.3.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897dd8b66c901bfbce09ed64e0245256aca9e6e9bdf78c36954b9b7117192519 +size 53514692 diff --git a/erlang.changes b/erlang.changes index 41e5d98..ad8c281 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Sep 30 07:20:57 UTC 2018 - Dirk Mueller + +- 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 diff --git a/erlang.spec b/erlang.spec index a020be0..c50d610 100644 --- a/erlang.spec +++ b/erlang.spec @@ -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 @@ -97,7 +97,7 @@ BuildRequires: wxGTK-devel >= 2.8 %if 0%{?suse_version} >=1230 BuildRequires: systemd-devel BuildRequires: pkgconfig(systemd) -%define have_systemd 1 +%define have_systemd 1 %endif %define epmd_home %{_var}/lib/epmd @@ -201,7 +201,7 @@ Requires: %{name}-wx = %{version} %description observer The observer is gui frontend containing various tools to inspect a system. It displays system information, application structures, process information, -ets or mnesia tables and a frontend for tracing with ttb. +ets or mnesia tables and a frontend for tracing with ttb. %package src Summary: Erlang/OTP applications sources