* Tue Apr 17 2018 jengelh@inai.de
- Update soversion.diff to use the package version, not some
incremental integer.
* Mon Feb 19 2018 jengelh@inai.de
- Update to new upstream release 3.1.1
* wxRibbonButtonBar::DeleteButton() now deletes and not just
removes the button.
* Using invalid flags with wxBoxSizer or wxGridSizer items now
triggers asserts
* wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour.
* wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which
were added in 3.1.0, have been renamed to HasCheckBoxes and
EnableCheckBoxes respectively for consistency with wxCheckBox
naming.
* wxZipOutputStream will now automatically convert filenames to
UTF-8, if the wxMBConv used when calling the constructor
supports UTF-8 encoding.
* Sat Feb 17 2018 martin.koegler@chello.at
- Update to 3.1.1-rc (3.1.1~2807)
* Wed Jan 24 2018 jengelh@inai.de
- Rework provides/conflicts between -devel variants.
- Update to new development snapshot 3.1.1~2640
* Support for multi-touch gestures
* Implement persistence for wxDataViewListCtrl
* Rename all objects to "DataViewCtrl" and "DVC" instead of
"DataViewListCtrl" and "DVLC" to reflect the change of
implementation at the base class.
* Fri Dec 15 2017 jengelh@inai.de
- Add a recommends from the wx base library to the language package.
* Sat Oct 21 2017 martin.koegler@chello.at
- Unify packaging
- Drop webkit as in wx3.0 packages
- Fix Qt build errors
* Sun Oct 15 2017 kamikazow@opensuse.org
- Disable WebView for TW and upcoming Leap 15.
* Fri Jul 22 2016 mailaender@opensuse.org
- Update to new upstream development release 3.1.0
* Many improvements for high DPI monitors support, notably XRC now interprets
all pixel values as being in resolution-independent pixels.
* wxQt branch implementing Qt5-based port of wxWidgets API was merged into
the trunk (Mariano Reingart, Google Summer of Code project).
* Added wxNativeWindow allowing to embed native widgets in wxWidgets programs.
* Improve wxGLCanvas to be more type safe and better support modern OpenGL.
* Fri Nov 07 2014 jengelh@inai.de
- Update to new upstream release 3.0.2
* Fix silent data loss in wx[F]File::Write(wxString) if conversion
fails.
* Make wxString::FromCDouble() work when the global C++ locale is
not the C one.
* Fix mouse handling in wxNotebook containing wxListCtrl.
- Bump SONAME due to changed ABI, add soversion.diff.
- Don't let wxGTK3-3_0.spec build the SDL plugin (already done
by wxWidgets-3_0.spec)
* Thu Nov 06 2014 jengelh@inai.de
- Restore libwx_base*.so devel symlinks [boo#904098]
* Wed Nov 05 2014 jengelh@inai.de
- Replace broad Requires: Mesa-devel by pkgconfig(gl)
[Mesa-libGL-devel]
* Thu Jul 31 2014 dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
* Wed Jul 16 2014 jengelh@inai.de
- Remove the mechanism to support different variants, as it does
not support concurrent presence of multiple variants.
- Remove wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch (no longer needed)
* Mon Jun 16 2014 jengelh@inai.de
- Update to new upstream release 3.0.1
* wxHTML displays tables much faster now.
* Double clicking wxGrid columns does not make them too small
any more.
* Fix bugs when dragging columns in wxGrid with hidden columns.
* Loading ICO files with PNG data is now supported.
* Mouse wheel scrolling in wxListCtrl works again.
* wxStaticBoxSizer contents is not truncated any more.
* AUI panels may now be re-docked after floating them.
- Remove wxWidgets-3_0-fixGTK3-build.patch (no longer needed)
* Wed Jun 11 2014 fcrozat@suse.com
- Add _constraints file to ensure enough disk space is available
for build.
* Mon Jun 09 2014 jengelh@inai.de
- Revert the GTK3 change (there are rendering problems).
wxWidgets-3_0(-devel) is now wxGTK2 again, and the wxGTK3 backend
is available in wxGTK3(-devel).
* Fri Jun 06 2014 jengelh@inai.de
- Continue to provide a wxGTK2 build in parallel to wxGTK3
(new specfile wxGTK2-3_0.spec; use BuildRequire wxGTK2-devel)
- Remove unused wxcontainer and wxcontainer26c subpackage logic
plus spec files
- Let /usr/lib(64)/wx be owned by packages that put files there
* Fri Jun 06 2014 fcrozat@suse.com
- Switch build to GTK3 for SLE12 and openSUSE > 13.1
- Add wxWidgets-3_0-fixGTK3-build.patch: fix build with recent GTK3
(from upstream)
- Remove libgnomeprintui dependencies, GTK printing support is now
used.
- Disable gnomevfs support when building GTK3 version.
- Add/fix missing BuildRequires: xorg-x11-libSM-devel,
libnotify-devel.
- Do not build webview on SLE10 and SLE11
* Thu Jun 05 2014 jengelh@inai.de
- Use system libraries instead of bundled versions:
libjpeg, libpng, zlib
- Enable use of libSM
* Fri Apr 25 2014 jengelh@inai.de
- Remove unused "ansi" configuration: wxWidgets 3 in Unicode mode
supports both char* and wchar_t*.