forked from pool/wxWidgets-3_2
bump sover to suse8
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=94
This commit is contained in:
parent
564bb5fb48
commit
fdb1292811
@ -9,8 +9,8 @@ In addition, because wxWidgets changes the ABI midway (for example,
|
||||
did so between 3.0.1 and 3.0.2) without changing the SONAME, we have
|
||||
to do it. As we have a vendor suffix, no filename conflicts can occur.
|
||||
|
||||
The ABI may not always change, so one needs to look at the diff
|
||||
between versions for whether or not soversion.diff needs an update.
|
||||
One needs to look at the diff between versions. If in doubt, just
|
||||
always bump.
|
||||
|
||||
diff -ru wx317/build/aclocal/bakefile.m4 wx320/build/aclocal/bakefile.m4
|
||||
--- wx317/build/aclocal/bakefile.m4 2022-07-06 16:19:50.000000000 +0200
|
||||
@ -41,7 +41,7 @@ diff -ru wx317/Makefile.in wx320/Makefile.in
|
||||
@COND_PLATFORM_WIN32_1@WXDLLNAMEPREFIXGUI = \
|
||||
@COND_PLATFORM_WIN32_1@ wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)
|
||||
-@COND_PLATFORM_WIN32_0@WXDLLVERSIONTAG = -$(WX_RELEASE)
|
||||
+@COND_PLATFORM_WIN32_0@WXDLLVERSIONTAG =
|
||||
+@COND_PLATFORM_WIN32_0@WXDLLVERSIONTAG =
|
||||
@COND_PLATFORM_WIN32_1@WXDLLVERSIONTAG =
|
||||
COND_wxUSE_REGEX_builtin___wxregex___depname = \
|
||||
$(LIBDIRNAME)/$(LIBPREFIX)wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)$(LIBEXT)
|
||||
@ -50,7 +50,7 @@ diff -ru wx317/Makefile.in wx320/Makefile.in
|
||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -0.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
|
||||
-@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).0
|
||||
+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).7.0.0
|
||||
+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).8.0.0
|
||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \
|
||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
||||
@COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \
|
||||
|
@ -67,8 +67,8 @@ Name: wxQt-3_2
|
||||
# Use default debug level, enabling exceptions
|
||||
# Other valid values: yes/no/max
|
||||
%define wx_debug %nil
|
||||
%define psonum 7_0_0
|
||||
%define sonum 7.0.0
|
||||
%define psonum 8_0_0
|
||||
%define sonum 8.0.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
%define wx_minor 3.2
|
||||
|
Loading…
Reference in New Issue
Block a user