File 0529-Postpone-the-removal-of-slave-to-OTP-29.patch of Package erlang

From 52c2e9003c09d0fda333705ac2388ce86cedb150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Thu, 2 Nov 2023 16:14:26 +0100
Subject: [PATCH] Postpone the removal of slave to OTP 29

Fixes #7629
---
 bootstrap/lib/stdlib/ebin/otp_internal.beam | Bin 6120 -> 6124 bytes
 lib/stdlib/src/otp_internal.erl             |   2 +-
 system/doc/general_info/DEPRECATIONS        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index 5bc0704b68..4a919e75e0 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -230,7 +230,7 @@ obsolete(filename, find_src, _) ->
 obsolete(ssl, ssl_accept, _) ->
     {removed, "use ssl_handshake/1,2,3 instead"};
 obsolete(ct_slave, _, _) ->
-    {deprecated, "use ?CT_PEER(), or the 'peer' module instead", "OTP 27"};
+    {deprecated, "use ?CT_PEER(), or the 'peer' module instead", "OTP 29"};
 obsolete(erts_alloc_config, _, _) ->
     {deprecated, "this module will be removed in OTP 26.0. See the documentation for details", "OTP 26"};
 obsolete(gen_fsm, _, _) ->
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index a576881e5d..52da530ede 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -28,7 +28,7 @@ dbg:stop_clear/0 since=26 remove=27
 # Added in OTP 25.
 #
 slave:_/_ since=25 remove=27
-ct_slave:_/_ since=25 remove=27
+ct_slave:_/_ since=25 remove=29
 httpd_util:encode_hex/1 since=25 remove=26
 httpd_util:decode_hex/1 since=25 remove=26
 
-- 
2.35.3

openSUSE Build Service is sponsored by