diff --git a/soversion.diff b/soversion.diff index f67ada9..dc8135c 100644 --- a/soversion.diff +++ b/soversion.diff @@ -48,7 +48,7 @@ Index: wxWidgets-3.2.1/Makefile.in COND_wxUSE_REGEX_builtin___wxregex___depname = \ $(LIBDIRNAME)/$(LIBPREFIX)wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)$(LIBEXT) @@ -13981,7 +13982,7 @@ COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE - @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .0.1.0.$(SO_SUFFIX) + @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .0.2.1.$(SO_SUFFIX) @COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -0.$(SO_SUFFIX) @COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX) -@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).0 diff --git a/wxWidgets-3.2.1.tar.bz2 b/wxWidgets-3.2.1.tar.bz2 deleted file mode 100644 index 7a81c72..0000000 --- a/wxWidgets-3.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66 -size 27266651 diff --git a/wxWidgets-3.2.2.1.tar.bz2 b/wxWidgets-3.2.2.1.tar.bz2 new file mode 100644 index 0000000..5cbd6bc --- /dev/null +++ b/wxWidgets-3.2.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffcb6be71296fff4b7f8840eb1b510178f57aa2eb236b20da41182009242c02 +size 27339515 diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes index a848b0d..182ee39 100644 --- a/wxWidgets-3_2.changes +++ b/wxWidgets-3_2.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Apr 18 13:54:45 UTC 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 4 21:15:18 UTC 2022 - Bjørn Lie diff --git a/wxWidgets-3_2.spec b/wxWidgets-3_2.spec index 79ee51d..2e89af0 100644 --- a/wxWidgets-3_2.spec +++ b/wxWidgets-3_2.spec @@ -1,7 +1,7 @@ # # spec file for package wxWidgets-3_2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,7 +69,7 @@ Name: wxQt-3_2 %define wx_debug %nil %define psonum 8_0_0 %define sonum 8.0.0 -Version: 3.2.1 +Version: 3.2.2.1 Release: 0 %define wx_minor 3.2 Summary: C++ Library for Cross-Platform Development