Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wxWidgets-3_2 for openSUSE:Factory checked in at 2024-06-06 12:31:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_2 (Old) and /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxWidgets-3_2" Thu Jun 6 12:31:11 2024 rev:27 rq:1178779 version:3.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3_2.changes 2024-01-26 22:45:48.397040322 +0100 +++ /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.24587/wxWidgets-3_2.changes 2024-06-06 12:31:23.681797232 +0200 @@ -1,0 +2,14 @@ +Thu May 16 13:40:01 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- 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) + +------------------------------------------------------------------- Old: ---- wxWidgets-3.2.4.tar.bz2 wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch New: ---- wxWidgets-3.2.5.tar.bz2 BETA DEBUG BEGIN: Old: * 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) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxWidgets-3_2.spec ++++++ --- /var/tmp/diff_new_pack.WUTcQf/_old 2024-06-06 12:31:25.773873639 +0200 +++ /var/tmp/diff_new_pack.WUTcQf/_new 2024-06-06 12:31:25.781873932 +0200 @@ -1,5 +1,5 @@ # -# spec file +# spec file for package wxWidgets-3_2 # # Copyright (c) 2024 SUSE LLC # @@ -65,10 +65,10 @@ # At most one Name: line to not confuse quilt(1) %define base_name wxWidgets-3_2 %define wx_minor 3.2 -%define psonum 10_0_0 -%define sonum 10.0.0 +%define psonum 11_0_0 +%define sonum 11.0.0 Name: %this_spec -Version: 3.2.4 +Version: 3.2.5 Release: 0 Summary: C++ Library for Cross-Platform Development License: LGPL-2.1-or-later WITH WxWindows-exception-3.1 @@ -82,7 +82,6 @@ Source6: wxpython-mkdiff.sh Patch0: soversion.diff Patch1: autoconf-2_72.diff -Patch2: wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch %if "%{flavor}" == "doc" BuildRequires: doxygen BuildRequires: fdupes ++++++ soversion.diff ++++++ --- /var/tmp/diff_new_pack.WUTcQf/_old 2024-06-06 12:31:26.085885035 +0200 +++ /var/tmp/diff_new_pack.WUTcQf/_new 2024-06-06 12:31:26.121886349 +0200 @@ -17,10 +17,10 @@ build/aclocal/bakefile.m4 | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) -Index: wxWidgets-3.2.4/Makefile.in +Index: wxWidgets-3.2.5/Makefile.in =================================================================== ---- wxWidgets-3.2.4.orig/Makefile.in -+++ wxWidgets-3.2.4/Makefile.in +--- wxWidgets-3.2.5.orig/Makefile.in ++++ wxWidgets-3.2.5/Makefile.in @@ -2225,6 +2225,7 @@ LOCALE_LINGUAS = ca cs da de el es fi fr @COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@WXCOMPILER = _gcc @COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@WXCOMPILER \ @@ -38,19 +38,19 @@ @COND_PLATFORM_WIN32_1@WXDLLVERSIONTAG = 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.2.2.$(SO_SUFFIX) +@@ -13982,7 +13983,7 @@ COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE + @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .0.2.3.$(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 -+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).10.0.0 ++@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).11.0.0 @COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \ @COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \ -Index: wxWidgets-3.2.4/build/aclocal/bakefile.m4 +Index: wxWidgets-3.2.5/build/aclocal/bakefile.m4 =================================================================== ---- wxWidgets-3.2.4.orig/build/aclocal/bakefile.m4 -+++ wxWidgets-3.2.4/build/aclocal/bakefile.m4 +--- wxWidgets-3.2.5.orig/build/aclocal/bakefile.m4 ++++ wxWidgets-3.2.5/build/aclocal/bakefile.m4 @@ -408,8 +408,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_VERSIONS], SONAME_FLAG="-Wl,-soname," fi ++++++ wxWidgets-3.2.4.tar.bz2 -> wxWidgets-3.2.5.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3.2.4.tar.bz2 /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.24587/wxWidgets-3.2.5.tar.bz2 differ: char 11, line 1