[committed] libphobos: Bump soname to version 6 [PR117701]

Message ID 20250113203129.20737-1-ibuclaw@gdcproject.org
State Committed
Headers
Series [committed] libphobos: Bump soname to version 6 [PR117701] |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Iain Buclaw Jan. 13, 2025, 8:31 p.m. UTC
  Hi,

This patch bumps the soname of libphobos from version 5 to version 6.

Each major release is not binary compatible with the previous.

Regstrapped on x86_64-linux-gnu, committed to mainline.

Regards,
Iain.

---
	PR d/117701

libphobos/ChangeLog:

	* configure: Regenerate.
	* configure.ac (libtool_VERSION): Update to 6:0:0.
---
 libphobos/configure    | 2 +-
 libphobos/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/libphobos/configure b/libphobos/configure
index 9b6a41879d3..b9fecbc0175 100755
--- a/libphobos/configure
+++ b/libphobos/configure
@@ -15741,7 +15741,7 @@  SPEC_PHOBOS_DEPS="$LIBS"
 
 
 # Libdruntime / phobos soname version
-libtool_VERSION=5:0:0
+libtool_VERSION=6:0:0
 
 
 # Set default flags (after DRUNTIME_WERROR!)
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index 9fcd3450482..92449feb7e9 100644
--- a/libphobos/configure.ac
+++ b/libphobos/configure.ac
@@ -258,7 +258,7 @@  SPEC_PHOBOS_DEPS="$LIBS"
 AC_SUBST(SPEC_PHOBOS_DEPS)
 
 # Libdruntime / phobos soname version
-libtool_VERSION=5:0:0
+libtool_VERSION=6:0:0
 AC_SUBST(libtool_VERSION)
 
 # Set default flags (after DRUNTIME_WERROR!)