From 40e380662dd78dd5da9d2cc6f0e96abb3312081e9a7436d61f05abb8a336a543 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Feb 2018 00:34:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=42 --- soversion.diff | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/soversion.diff b/soversion.diff index cc1c96e..8b0f273 100644 --- a/soversion.diff +++ b/soversion.diff @@ -15,7 +15,8 @@ Record of names used in openSUSE: wxWidgets 3.0.2: libwx_*-suse.so.1 wxWidgets 3.1.0~g61143(dp only): libwx_*-suse.so.2 wxWidgets 3.1.0.g2244(dp only): libwx_*-suse.so.4 - wxWidgets 3.1.1~2640(dp only): libwx_*-suse.so.5 + wxWidgets 3.1.1~2640: libwx_*-suse.so.5 + wxWidgets 3.1.1.g3: libwx_*-suse.so.6 Since SOVERLINUX does not support TWOSYMLINKS=0, patch and use a bit on SOVERSOLARIS instead. @@ -50,7 +51,7 @@ Index: wxWidgets-3.1.0.2244/Makefile.in @COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -1.$(SO_SUFFIX) @COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX) -@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).1 -+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).5 ++@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).6 @COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \ @COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) @COND_wxUSE_LIBTIFF_builtin@__INC_TIFF_BUILD_p_66 \