Version: 3.0.5.1-11.3.2
* Sun Jan 03 2021 antoine.belvire@opensuse.org
- 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 davejplater@gmail.com
- Build wxWidgets-3_0-nostl variant with LTO disabled to fix
boo#1162418.
* Tue Jul 10 2018 jengelh@inai.de
- Update relax-abi.diff for new upstream patch.
* Tue Apr 17 2018 jengelh@inai.de
- Bump soversion.diff for 3.0.4
* Mon Apr 16 2018 ecsos@opensuse.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.koegler@chello.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
* Wed Jan 24 2018 jengelh@inai.de
- Rework provides/conflicts between -devel variants.
* Fri Dec 15 2017 jengelh@inai.de
- Rework language package dependencies with base library.
- Replace otherproviders() by regular Conflicts.
* Sat Oct 21 2017 martin.koegler@chello.at
- Unify packaging
- Backport spinctrl patches: 0001-spinctrl.patch
0002-spinctrl.patch
* Fri Sep 22 2017 sbrabec@suse.com
- Fix SLE12 build with SDL1.
* Thu Sep 21 2017 jengelh@inai.de
- Make use of %is_opensuse to select SDL1 for SLE12
* Thu Sep 07 2017 jengelh@inai.de
- Disable building WebView (the built-in browser widget),
as pkconfig(webkit-1.0) (= webkit1gtk2) is going away.
* Sun Jun 04 2017 ecsos@opensuse.org
- update to 3.0.3
See: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/changes.txt#L583-L632
- change source url to github
- rebase patch soversion.diff
- remove following patches, because they are now in upstream:
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
abs.diff
wxWidgets-3_0-gstreamer-1.0.patch
* Tue Apr 18 2017 jengelh@inai.de
- Bump __GXX_ABI_VERSION to 1011 for gcc7
- Add 0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
to resolve crash [boo#1034350]
* Tue Mar 14 2017 davejplater@gmail.com
- Fix devel package description.
* Wed Feb 15 2017 jengelh@inai.de
- Bump (SUSE-local) SO version to force rebuild.
* Mon Jan 16 2017 jengelh@inai.de
- Add relax-abi.diff
* Sat Sep 24 2016 badshah400@gmail.com
- Also apply wxWidgets-3_0-gstreamer-1.0.patch to -nostl specfile,
and switch its BR to gstreamer-1.0 too; this was missed in the
previous submission.
* Wed Sep 07 2016 badshah400@gmail.com
- Add wxWidgets-3_0-gstreamer-1.0.patch to port functions to use
gstreamer 1.0 instead of the unmaintained 0.10 branch; patch
taken from upstream issue:
http://trac.wxwidgets.org/ticket/14976.
* Mon Jun 27 2016 davejplater@gmail.com
- Created wxWidgets-nostl to enable audacity updates in openSUSE
because all of the other Linux distributions prefer to build
wxWidgets without STL and audacity developers have no intention
of fixing audacity to build against wxWidgets built with STL.