From 5c27ee95668793820e7aa2a3dca0a3e67f6db38273cf367f2dab45a6249add37 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Fri, 21 Feb 2020 16:16:41 +0000 Subject: [PATCH] Accepting request 777387 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory - Changes for 22.2.7: * compiler: Fixed a bug that could cause the compiler to reject valid code that used the is_map_key/2 BIF. * compiler: Fixed a bug that could cause the compiler to reject valid code that matched the same map key several times. * compiler: The compiler could crash when compiling a convoluted receive statement. * compiler: The compiler could crash when a fun was created but never used. The compiler could crash when compiling the expression true = 0 / X. - jsc#SLE-10913 OBS-URL: https://build.opensuse.org/request/show/777387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=102 --- OTP-22.2.6.tar.gz | 3 --- OTP-22.2.7.tar.gz | 3 +++ erlang.changes | 16 ++++++++++++++++ erlang.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 OTP-22.2.6.tar.gz create mode 100644 OTP-22.2.7.tar.gz diff --git a/OTP-22.2.6.tar.gz b/OTP-22.2.6.tar.gz deleted file mode 100644 index c81968e..0000000 --- a/OTP-22.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cf44ed12f657c309a2c00e7806f36f56a88e5b74de6814058796561f3842f66 -size 55746963 diff --git a/OTP-22.2.7.tar.gz b/OTP-22.2.7.tar.gz new file mode 100644 index 0000000..f46adbe --- /dev/null +++ b/OTP-22.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29487837a2dd6e3184257cdec067cd3f5c0cd9517fbfb2ffc962589d46afbf75 +size 55748754 diff --git a/erlang.changes b/erlang.changes index 78d8b7e..79ee8c2 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 19 14:06:40 UTC 2020 - g.santomaggio@gmail.com + +- Changes for 22.2.7: + * compiler: Fixed a bug that could cause the compiler to reject + valid code that used the is_map_key/2 BIF. + * compiler: Fixed a bug that could cause the compiler to reject + valid code that matched the same map key several times. + * compiler: The compiler could crash when compiling a convoluted + receive statement. + * compiler: The compiler could crash when a fun was created but + never used. The compiler could crash when compiling the + expression true = 0 / X. + +- jsc#SLE-10913 + ------------------------------------------------------------------- Sat Feb 15 09:40:37 UTC 2020 - matwey.kornilov@gmail.com diff --git a/erlang.spec b/erlang.spec index e3cb596..ca451d2 100644 --- a/erlang.spec +++ b/erlang.spec @@ -28,7 +28,7 @@ %{!?make_build:%{expand: %%global make_build %%{__make} %%{?_smp_mflags}}} Name: erlang -Version: 22.2.6 +Version: 22.2.7 Release: 0 # not set up to be built with position independend executable support #!BuildIgnore: gcc-PIE