|
|
|
|
Changelog for libwx_baseu-suse-nostl12_0_0-3.2.6-ill15500.4.1.x86_64.rpm :
* Mon Oct 07 2024 Jan Engelhardt - Use webkit2gtk-4.1 pkgconfig file instead of 4.0 * Tue Oct 01 2024 Markéta Machová - Add upstream doxygen111.patch to fix the docs with new doxygen * Mon Sep 09 2024 Jan Engelhardt - Update to release 3.2.6 * Add wxTranslations::AddAvailableCatalog() overload with msgid language * Dark mode appearance fixes for wxActivityIndicator, wxHyperlinkCtrl, etc. * Improve wxWizard appearance in high DPI * Fix wxPropertyGrid row height in high DPI * Fix possible crash during drag-and-drop * Fix wxListBox minimum size regression introduced in 3.2.5 * Fix wxBitmapComboBox bitmaps scaling in high DPI * Allow positioning wxDialog at specified position, at least under X11 * Fix incorrect handling of ligatures in wxStyledTextCtrl * Fix using wrong keyboard layout in key events * Tue Aug 20 2024 Christian Boltz - Add textfiletest-fix-file-exists.diff to fix a wrong skip condition in the test (fixes the build on s390x) * Thu May 16 2024 Jan Engelhardt - Update to release 3.2.5 * Add support for \"%F\" format specifier to wxDateTime * Support dates > 2038 if time_t is 64-bit * Restore possible ABI incompatibility with wx < 3.2.3 in wxString * Fix division-by-zero in wxRichTextCtrl * Fix crash in wxImage::InitAlpha() if image is invalid * Fix copying/pasting text under Wayland * Fix crash with GTK3 if console program is using a GUI wxApp class- Delete wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch (merged) * Sun Jan 21 2024 Cliff Zhao - Add wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch: Backporting e2cc16ef from upstream, Fix test suite on Linux/s390x and maybe other architectures.- Drop wxWidgets-3_2-fix-building-fault-S390.patch: Patch has been merged by upstream,and they did this modification during accept. (bsc#1217026) * Thu Dec 28 2023 Cliff Zhao - Add wxWidgets-3_2-fix-building-fault-S390.patch: Fix wxWidgets-3_2 building check fault on S390 platform: /sys/power/state doesn\'t exist in SLE S390 platform and certain types of containers, so check the file exist before run the test case. (bsc#1217026) * Tue Dec 26 2023 Jan Engelhardt - Add autoconf-2_72.diff * Sat Nov 11 2023 Jan Engelhardt - Update to release 3.2.4 * Allow creating wxArrays from std::initializer_list * Fix regression in wxTranslations::AddCatalog() return value * Fix possible crash when dragging pages in wxAuiNotebook * Don\'t crash in console apps linked with GUI libraries * Fix possible crash and too high CPU use when using EGL * Fix losing clipboard contents when clearing a different selection * Fri Nov 03 2023 Jan Engelhardt - Update to release 3.2.3 * Add move ctor and assignment operator to wxString * Enable large file support in Unix CMake builds * Make wxSocket::Peek() work with UDP too * Fix infinite loop in wxFTP::GetFilesList() * Add wxUILocale::GetMonthName() and GetWeekDayName() * Add EVT_FULLSCREEN event macro * Fix crash when deleting selected item in wxGenericListCtrl * Wed May 24 2023 Jan Engelhardt - Use more pkgconfig(..) in BuildRequires- Remove pre-SLE15 building blocks * Thu Apr 27 2023 Antoine Belvire - Enable wxWebRequest. * Tue Apr 18 2023 Antoine Belvire - Update to version 3.2.2.1: * Corrects a regression in 3.2.2 which resulted in not drawing any icons for the non-root item of wxGenericTreeCtrl in this release (gh#wxWidgets/wxWidgets#23255).- Changes of version 3.2.2: * Fix regression in saving TIFF images that could end up truncated * Fix long standing bug in parsing wxHTTP responses. * Fix memory leak when destroying wxThread * Allow \'T\' separator in wxDateTime::ParseDateTime() * Add Serbian translations. * Fix MT-safety problem in wxZipInputStream * Add wxUILocale::GetSystemLocaleId() replacing GetSystemLocale() * Fail when setting unsupported \"mixed\" locale under Unix * Improve wxWebView::RunScriptAsync() performance * Fix data race when processing events generated in a worker thread. * Fix wxGeneric{List,Tree}Ctrl high DPI icons * Add macros for event tables for missing wxWebView events * Improve month selection in wxGenericCalendarCtrl * Fix maximum length of wxPropertyGrid editors * Add support for Caps/Num/Scroll Lock to wxGetKeyState() * Fix wxToolBar::GetToolBitmapSize() in high DPI under non-MSW * Fix resizing wxGLCanvas with EGL and Wayland * Fix display artefacts when using AUI without compositor under X11 * Allow selecting and copying text in wxMessageDialog * Fix initial size of top-level window on Wayland * Improve size and behaviour of in-place editor in wxTreeCtrl * wxQt: Fix creating wxFont using fractional point size * Tue Oct 04 2022 Bjørn Lie - 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. * Thu Jul 07 2022 Paolo Stivanin - Update to version 3.2.0: All: * Build fixes for Unix systems using older Cairo or glibc versions. * Fix wxFileName::ReplaceHomeDir() when HOME==\"/\". * Fix wxLocale::IsAvailable(wxLANGUAGE_DEFAULT) regression. * Provide CMake config file for the library. * Add a \'revision\' component to wxVersionInfo (Ronny Krüger). All (GUI): * Make loading bitmaps using BI_BITFIELDS work again. * Fix wxGenericListCtrl::GetColumnCount() for wxLC_LIST (Kvaz1r). * Fix refresh after calling wxGenericListCtrl::EnsureVisible() (taler21). * Add wxMenuItem::GetBitmapBundle(). * Support additional wxWizard properties in XRC (Randalphwa). wxGTK: * Fix wxDC::Blit() and wxBitmap::GetSubBitmap() with HiDPI bitmaps. * Fix TAB navigation in wxSimplebook (Adrian Lopez). * Support wxINVERT logical operation on wxDC with white source colour. * Don\'t assert in wxGtkImage (used in e.g. wxToolBar) when bitmap is missing. * Fix wxListBox selection colors with non-default background (alilie). * Fix wxCURSOR_SIZING with Wayland. * Recognize modern versions of GNOME in GetDesktopEnvironment() (Ulrich Telle).- Drop 0001-Add-new-wx-filedlgcustomize.h-to-the-list-of-files.patch * Sun Jun 26 2022 Stefan Brüns - Install missing header added in 3.1.7, add 0001-Add-new-wx-filedlgcustomize.h-to-the-list-of-files.patch * Sat Jun 25 2022 Stefan Brüns - Add doc generation using _multibuild- Enable non-gui tests * Tue Jun 07 2022 Antoine Belvire - Update to version 3.1.7: * CMake build system improvements (better precompiled headers support). * Many updated translations and new wxTRANSLATE_IN_CONTEXT(). * Several previously missing attributes added to multiple XRC handlers. * Row reordering by dragging and UI enhancements in wxGrid. * Ability to suppress selected (or all) GTK warning messages in wxGTK. * And many bugs fixes, including for the regressions in 3.1.6.- Remove wxWidgets-3.1.6-fix-wxDVC-not-showing-empty-cells.patch: Fixed upstream. * Sun May 08 2022 Antoine Belvire - Add wxWidgets-3.1.6-fix-wxDVC-not-showing-empty-cells.patch (gh#wxWidgets/wxWidgets#22359).- Remove _service file: Unused.- Fix some rpmlint warnings: * Remove unused rpmlintrc filters. * Remove non-breaking spaces. * Wed Apr 13 2022 Ferdinand Thiessen - Update to 3.1.6 * Many bug fixes for Wayland-specific problem. * Add wxUILocale: CompareStrings(), GetLocalizedName() * Add support for std::string_view to wxPrintf() * Add wxString::ToInt() and ToUInt() * Add wxGetNativeCpuArchitectureName() * Add wxSecureZeroMemory(), wxThread::SetName() * Significantly speed up wxMBConv iconv-based implementation * Support searching from end in wxArrayString in STL build * Several improvements to parsing dates in wxDateTime * Add support for using native spell checking in wxTextCtrl * Add support for style to wxWizard XRC handler * Implement drawing splines in wxSVGFileDC * Improve wxSpinCtrlDouble significant digits handling. * wxGTK: * Fix missing mouse events after enabling touch events * Allow suppressing GTK diagnostics * Fix getting key events from wxDataViewCtrl. * Fix getting wxPrintData from the print dialog. * Fix wxMediaCtrl support when using Wayland * Generate wxKeyEvents for GDK_KEY_LaunchX keys- Remove wxWidgets-3.1.5-fix-wxIcon-wxDVC-columns.patch: This update already include the patch.- Remove wxWidgets-3_2-Create-our-own-socket-file-for-socket-file-test.patch: This update already include the patch. (bsc#1217026) * Tue Apr 12 2022 Cliff Zhao - Add wxWidgets-3_2-Create-our-own-socket-file-for-socket-file-test.patch: Backporting f172f53a from upstream to fix building check fault: Create our own socket file for socket file test, /dev/log doesn\'t exist in certain types of containers. (bsc#1217026) * Fri Feb 11 2022 Bjørn Lie - Drop gnome-vfs2-devel BuildRequires, 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. * Sat Aug 21 2021 Atri Bhattacharya - Disable building with EGL support: glew is not ready for EGL yet and this causes wxWidgets based OpenGL apps (e.g. hugin) to crash. See boo#1188519, boo#1189524. * Fri Jun 25 2021 Antoine Belvire - Add wxWidgets-3.1.5-fix-wxIcon-wxDVC-columns.patch (boo#1187712). * Sun Jun 06 2021 Antoine Belvire - Update to version 3.1.5: * New wxWebRequest and related classes provide a simple way to use HTTPS and HTTP/2 from wxWidgets applications using native libraries or libcurl. * Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under Linux. * Many appearance and other fixes for macOS 11. * More improvements to wxGrid UI, API and performance. * wxImage improvements: add alpha support in Paste() and clipboard support. * API additions: wxPersistentComboBox, wxFileName::ResolveLink(), wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(), wxEVT_FULLSCREEN. * Improvements: wxConfig now supports 64-bit integers, wxLog uses millisecond resolution in timestamps, XRC files can be loaded from URLs. * Yet more bug fixes, fixes for API inconsistencies and optimizations, notably in wxDataViewCtrl, wxListCtrl, wxPropertyGrid.- Remove patches fixed upstream: * 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch. * 0002-Fix-documented-type-of-wxART_XXX-constants.patch. * Mon Nov 16 2020 Jan Engelhardt - Fix an rpmlint warning by moving libwx_base symlinks to their own -devel subpackage which is then required by (wxWidgets-devel, wxGTK3-devel). * Fri Oct 09 2020 Jan Engelhardt - Change wxGTK2 flavor to be the main (unnamed) flavor. * Fri Oct 09 2020 Stefan Brüns - Fix unquoted bareword comparisons for RPM 4.16 compatibility * Wed Sep 30 2020 Stefan Brüns - Fix wxPython compatibility issue: Add 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch Add 0002-Fix-documented-type-of-wxART_XXX-constants.patch * Wed Aug 19 2020 Stefan Brüns - Use _multibuild to avoid changes and spec files of the variants getting out of sync. * Sun Jul 26 2020 Stefan Brüns - Do not disable debugging completely, only recommended for constrained environments and breaks wxPython tests- Correct base_packages flag for nostl variant, it can not use the base libraries of the regular variant- Build base libraries from wxGTK3 build, wxWidgets (GTK2) is no longer used by any Factory package. * Sat Jul 25 2020 Stefan Brüns - Update to new upstream release 3.1.4: * Incompatible to 3.1.3: CMake library targets were renamed and now start with \'wx\'. In addition, aliases for the libraries have been added using the \'wx::\' namespace. For example, the core library is now named wxcore and has alias wx::core. * Add natural sort functions. * Add wxTempFFile class (Dummy). * Fix bug with multiple leading \"..\" in wxFileName::Normalize(). * Improve brush transparency support in wxSVGFileDC. * Optionally forbid implicit wxString/char * conversions. * Add support for wxGenericAnimationCtrl to XRC. * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags. * Add wxWebView::SetZoomFactor(float). * Add wxWindow::DisableFocusFromKeyboard(). * Allow overriding wxDataViewModal::HasValue(). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl * wxQt: Fix build with Qt 5.15 * GTK backend: * Add native wxSearchCtrl implementation. * Implement wxBU_EXACTFIT support in wxButton. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable * Fix caret colour in wxTextCtrl with custom colours.- Drop obsolete patches: * 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch * 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch * Tue Jun 16 2020 Dave Plater - Build nostl package against gtk3, audacity crashes with gtk2 * Tue Jun 09 2020 Dave Plater - Add nostl package for audacity * Mon Jun 01 2020 Stefan Brüns - Fix wxQt build with Qt 5.15, add 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch- Make liblzma build dependency explicit, to have the same feature set on all flavors.- Fix wrong function signature causing build failures in python-wxPython, add: 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch * Fri May 29 2020 Stefan Brüns - Add explicit libXtst build dependency, required for Leap 15.1 (already implicit on Leap 15.2 and TW). * Thu May 28 2020 Stefan Brüns - Update to new upstream release 3.1.3 For a detailed changelog, see https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt * Support for per-monitor DPI and dynamic DPI changes under MSW. * More generally, many fixes for various controls appearance in high DPI. * Long requested support for freezing rows and/or columns in wxGrid. * New XRC handlers for wxDataViewCtrl, wxInfoBar. * It is now possible to use gradients when creating wxGraphicsPen. * Extended compiler (MSVS 2019) and platforms (macOS 10.14+) support. * Significant improvements to the (still experimental) wxQt port. * Important bug fixes for focus handling in wxOSX port.- Cleanup spec file- Enable reproducible-build option- Use SDL2 instead of SDL1 (only used by sound plugin) * Mon Apr 15 2019 Jan Engelhardt - Update to new snapshot 3.1.3~g673 (6cc1d63d) * Graphics context methods for the Qt platform- Enabled webkit2 backend for wxWebView (wxGTK3 only) [boo#1107337] * Fri Jan 11 2019 martin.koeglerAATTchello.at- Update to new upstream release 3.1.2 * Support for non-integer font sizes and arbitrary font weights. * New wxLZMA{Input,Output}Stream classes. * Add wxDataViewToggleRenderer::ShowAsRadio(), wxDisplay::GetPPI(), wxGrid::SetCornerLabelValue(), wxHtmlEasyPrinting::SetPromptMode(), wxJoystickEvent::GetButtonOrdinal(), wxToolbook::EnablePage().- Remove wxqt-compile.diff (no longer needed) * Tue Apr 17 2018 jengelhAATTinai.de- Update soversion.diff to use the package version, not some incremental integer. * Mon Feb 19 2018 jengelhAATTinai.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.koeglerAATTchello.at- Update to 3.1.1-rc (3.1.1~2807) * Wed Jan 24 2018 jengelhAATTinai.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 jengelhAATTinai.de- Add a recommends from the wx base library to the language package. * Sat Oct 21 2017 martin.koeglerAATTchello.at- Unify packaging- Drop webkit as in wx3.0 packages- Fix Qt build errors * Sun Oct 15 2017 kamikazowAATTopensuse.org- Disable WebView for TW and upcoming Leap 15. * Fri Jul 22 2016 mailaenderAATTopensuse.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 jengelhAATTinai.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 jengelhAATTinai.de- Restore libwx_base *.so devel symlinks [boo#904098] * Wed Nov 05 2014 jengelhAATTinai.de- Replace broad Requires: Mesa-devel by pkgconfig(gl) [Mesa-libGL-devel]
|
|
|