From b782e068a22d4260cb86354c675ccd6e542035197daef82a8168be67ec47253d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Apr 2023 12:18:49 +0000 Subject: [PATCH] trim build fixes from changelog: we already built it for the user OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=99 --- wxWidgets-3_2.changes | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes index 71431c7..3f7551b 100644 --- a/wxWidgets-3_2.changes +++ b/wxWidgets-3_2.changes @@ -10,28 +10,13 @@ Tue Apr 18 13:54:45 UTC 2023 - Antoine Belvire + Fix regression in saving TIFF images that could end up truncated (gh#wxWidgets/wxWidgets#23048). + Fix long standing bug in parsing wxHTTP responses. - + Fix wx-config generation in CMake builds - (gh#wxWidgets/wxWidgets#22806). - + Fix compilation of code using wxTransformMatrix with recent gcc - (gh#wxWidgets/wxWidgets#22790). + Fix memory leak when destroying wxThread (gh#wxWidgets/wxWidgets#22840). - + Add serial number to wxwin.m4 file - (gh#wxWidgets/wxWidgets#22848). - + Update Expat submodule to include the fix for CVE-2022-40674. - + Update zlib to 1.2.13.1 to include the fix for CVE-2022-37434 - (gh#wxWidgets/wxWidgets#22919). + Allow 'T' separator in wxDateTime::ParseDateTime() (gh#wxWidgets/wxWidgets#22999). + Add Serbian translations. + Fix MT-safety problem in wxZipInputStream (gh#wxWidgets/wxWidgets#23054). - + Fix building all samples in release build with CMake - (gh#wxWidgets/wxWidgets#23106). - + Fix using pkg-config when cross-compiling - (gh#wxWidgets/wxWidgets#22886, gh#wxWidgets/wxWidgets#23037, gh#wxWidgets/wxWidgets#23171). - + Fix compilation problem in wxUILocale code when using musl - (gh#wxWidgets/wxWidgets#23050). + Add wxUILocale::GetSystemLocaleId() replacing GetSystemLocale() (gh#wxWidgets/wxWidgets#23114). + Fail when setting unsupported "mixed" locale under Unix @@ -57,12 +42,6 @@ Tue Apr 18 13:54:45 UTC 2023 - Antoine Belvire * wxGTK: + Fix resizing wxGLCanvas with EGL and Wayland (gh#wxWidgets/wxWidgets#22811). - + Fix missing X11 libraries when linking with wxGTK2 statically - (gh#wxWidgets/wxWidgets#22813). - + Fix compilation with GTK 3.22.z and z < 25 - (gh#wxWidgets/wxWidgets#22816). - + Fix compilation with GTK < 2.21.8 - (gh#wxWidgets/wxWidgets#22830). + Fix display artefacts when using AUI without compositor under X11 (gh#wxWidgets/wxWidgets#23135). + Allow selecting and copying text in wxMessageDialog