File 0802-dialyzer.app.src-Bump-runtime-dependencies-to-the-OT.patch of Package erlang

From d4603f16163135aa29c8eb7ab5f346f4ad240f03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Mon, 20 Sep 2021 13:01:16 +0200
Subject: [PATCH 02/20] dialyzer.app.src: Bump runtime dependencies to the OTP
 24.0 versions

The previous dependencies were ancient. They lack functions we might
want to use, such as sets:from_list/2.
---
 lib/dialyzer/src/dialyzer.app.src | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/dialyzer/src/dialyzer.app.src b/lib/dialyzer/src/dialyzer.app.src
index 721eda0644..3090895190 100644
--- a/lib/dialyzer/src/dialyzer.app.src
+++ b/lib/dialyzer/src/dialyzer.app.src
@@ -46,6 +46,6 @@
   {registered, []},
   {applications, [compiler, gs, hipe, kernel, stdlib, wx]},
   {env, []},
-  {runtime_dependencies, ["wx-1.2","syntax_tools-1.6.14","stdlib-2.5",
-			  "kernel-3.0","hipe-3.13","erts-7.0",
-			  "compiler-5.0"]}]}.
+  {runtime_dependencies, ["wx-1.6","syntax_tools-1.7","stdlib-2.8",
+			  "kernel-4.2","hipe-3.15","erts-7.3",
+			  "compiler-6.0"]}]}.
-- 
2.31.1

openSUSE Build Service is sponsored by