1
0

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
This commit is contained in:
Jan Engelhardt 2023-04-19 12:18:49 +00:00 committed by Git OBS Bridge
parent ce40d10ef5
commit b782e068a2

View File

@ -10,28 +10,13 @@ Tue Apr 18 13:54:45 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
+ 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 <antoine.belvire@opensuse.org>
* 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