1
0
forked from pool/wxWidgets-3_2
Go to file
Fabian Vogt 9f35d1b7d2 Accepting request 1008085 from X11:wxWidgets
- Update to version 3.2.1:
  * Coming soon after 3.2.0, this is mostly a bug fix release, with
    just one noteworthy new feature: the addition of
    wxFileDialog::AddShortcut() function.
  * However it fixes some important regressions and other problems:
    - Fix crash in applications calling g_log_set_writer_func()
      with recent glib.
    - Several fixes to alpha channel handling in wxMSW bitmaps.
    - Generate key and focus events for wxSearchCtrl in wxOSX.
    - Fix creating wxRadioBox without any items in wxOSX.
    - Fix regression with AUI floating pane positioning.
    - Avoid new warnings given by gcc 12.
    - Fix building with MSVS 2022 standard-conforming preprocessor.
    - Work around MSVS 2022 optimizer bug that broke wxImage
      resizing.
    - NetBSD build fixes.
- Rebase soversion.diff with quilt. (forwarded request 1008004 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1008085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wxWidgets-3_2?expand=0&rev=20
2022-10-10 16:43:57 +00:00
_constraints wxWidgets development branch that will eventually become 3.2 2014-12-07 00:34:49 +00:00
_multibuild Accepting request 985562 from home:StefanBruens:branches:X11:wxWidgets 2022-06-28 15:43:38 +00:00
.gitattributes wxWidgets development branch that will eventually become 3.2 2014-12-07 00:34:49 +00:00
.gitignore wxWidgets development branch that will eventually become 3.2 2014-12-07 00:34:49 +00:00
README.SUSE wxWidgets development branch that will eventually become 3.2 2014-12-07 00:34:49 +00:00
soversion.diff Accepting request 1008004 from home:iznogood:branches:X11:wxWidgets 2022-10-05 04:13:16 +00:00
wxpython-mkdiff.sh wxWidgets development branch that will eventually become 3.2 2014-12-07 00:34:49 +00:00
wxWidgets-3_2-rpmlintrc Accepting request 985562 from home:StefanBruens:branches:X11:wxWidgets 2022-06-28 15:43:38 +00:00
wxWidgets-3_2.changes Accepting request 1008004 from home:iznogood:branches:X11:wxWidgets 2022-10-05 04:13:16 +00:00
wxWidgets-3_2.spec Accepting request 1008004 from home:iznogood:branches:X11:wxWidgets 2022-10-05 04:13:16 +00:00
wxWidgets-3.2.1.tar.bz2 Accepting request 1008004 from home:iznogood:branches:X11:wxWidgets 2022-10-05 04:13:16 +00:00

wxWidgets in SUSE
=================

There are many possible wxWidgets configurations that can be built
from a single source spec file. Depending on what options have been
chosing, the ABI changes in incompatible fashion, yet the library
filenames do not.

To counter running a program with an incompatible variant of
wxWidgets, we chose to make use of the vendor tagging mechanism.
Programs built against the SUSE wxWidgets explicitly require the
library by our name and therefore cannot inadvertently be run with an
incompatible wxWidgets from another distribution.

To run a foreign program, you will need to use the LD_LIBRARY_PATH
mechanism to point it to a directory which contains the matching
third-party wxWidgets variant.