Changelog for
libwx_gtk2u_html-suse-nostl3_0_5-3.0.5.1-5.2.x86_64.rpm :
* Thu May 16 2024 Antonio Teixeira
- Add autoconf-2_72.diff
* Wed May 24 2023 Jan Engelhardt - Use more pkgconfig(..) in BuildRequires- Remove pre-SLE15 building blocks- Drop nostl changelog since package is now multibuild and should source the main .changes file.
* Thu May 04 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Fri Feb 11 2022 Bjørn Lie - Drop gnome-vfs2-devel and no longer pass with-gnomevfs to configure, gnome-vfs2 is deprecated many many years ago, and slated for removal from openSUSE Factory. It is currently only used for associating MIME types (in wxWidgets), and we can live without that.
* Sun Jan 03 2021 Antoine Belvire - Update to 3.0.5.1 (boo#1180492):
* Workaround for the problem with overflowing maximum command line length in MinGW builds not using configure.
* Fix for a problem with wxSpinCtrl in wxGTK, see https://trac.wxwidgets.org/ticket/18688.- Changes from version 3.0.5:
* Bug fixes, see https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt.- Refresh soversion.diff.- Remove 0001-spinctrl.patch: Merged upstream.
* Mon Feb 03 2020 Dave Plater - Build wxWidgets-3_0-nostl variant with LTO disabled to fix boo#1162418.
* Tue Jul 10 2018 jengelhAATTinai.de- Update relax-abi.diff for new upstream patch.
* Tue Apr 17 2018 jengelhAATTinai.de- Bump soversion.diff for 3.0.4
* Mon Apr 16 2018 ecsosAATTopensuse.org- update to 3.0.4
* Don\'t crash on trailing \'%\' in wxDateTime::Format().
* Fix various problems when parsing invalid ZIP files.
* Fix generic wxTimePickerCtrl to accept max values from keyboard.
* Multiple surrogate-related fixes in UTF-16 support.
* Fix reading wide character data in wxFile::ReadAll().
* Make parsing WAV data more robust.
* Fix copy ctor in numeric validators classes.
* Fix memory leak when wxDataViewCtrl is deleted.
* Avoid some GTK+ run-time errors when using wx{File,Dir}PickerCtrl.- rebase patch soversion.diff
* Sat Feb 17 2018 martin.koeglerAATTchello.at- Prevent breaking binaries, if C++11 is enabled http://trac.wxwidgets.org/ticket/18034 Add 0001-18034-stick-with-compile-settings-detected-at-config.patch