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 2022-10-10 18:43:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxWidgets-3_2"

Mon Oct 10 18:43:57 2022 rev:20 rq:1008085 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3_2.changes      
2022-08-17 18:31:09.112324137 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.2275/wxWidgets-3_2.changes    
2022-10-10 18:44:18.862836606 +0200
@@ -1,0 +2,21 @@
+Tue Oct  4 21:15:18 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  wxWidgets-3.2.0.tar.bz2

New:
----
  wxWidgets-3.2.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wxWidgets-3_2.spec ++++++
--- /var/tmp/diff_new_pack.UOG9Z8/_old  2022-10-10 18:44:19.806838638 +0200
+++ /var/tmp/diff_new_pack.UOG9Z8/_new  2022-10-10 18:44:19.810838646 +0200
@@ -69,7 +69,7 @@
 %define wx_debug %nil
 %define psonum 8_0_0
 %define sonum 8.0.0
-Version:        3.2.0
+Version:        3.2.1
 Release:        0
 %define wx_minor 3.2
 Summary:        C++ Library for Cross-Platform Development

++++++ soversion.diff ++++++
--- /var/tmp/diff_new_pack.UOG9Z8/_old  2022-10-10 18:44:19.882838801 +0200
+++ /var/tmp/diff_new_pack.UOG9Z8/_new  2022-10-10 18:44:19.886838810 +0200
@@ -12,10 +12,11 @@
 One needs to look at the diff between versions. If in doubt, just
 always bump.
 
-diff -ru wx317/build/aclocal/bakefile.m4 wx320/build/aclocal/bakefile.m4
---- wx317/build/aclocal/bakefile.m4    2022-07-06 16:19:50.000000000 +0200
-+++ wx320/build/aclocal/bakefile.m4    2022-07-07 11:43:18.218792711 +0200
-@@ -408,8 +408,7 @@
+Index: wxWidgets-3.2.1/build/aclocal/bakefile.m4
+===================================================================
+--- wxWidgets-3.2.1.orig/build/aclocal/bakefile.m4
++++ wxWidgets-3.2.1/build/aclocal/bakefile.m4
+@@ -408,8 +408,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_VERSIONS],
              SONAME_FLAG="-Wl,-soname,"
          fi
          USE_SOVERSION=1
@@ -25,10 +26,11 @@
        ;;
  
        *-*-solaris2* )
-diff -ru wx317/Makefile.in wx320/Makefile.in
---- wx317/Makefile.in  2022-07-06 16:19:50.000000000 +0200
-+++ wx320/Makefile.in  2022-07-07 11:45:22.215445509 +0200
-@@ -2225,6 +2225,7 @@
+Index: wxWidgets-3.2.1/Makefile.in
+===================================================================
+--- wxWidgets-3.2.1.orig/Makefile.in
++++ wxWidgets-3.2.1/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 \
  @COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@      = _gcc$(COMPILER_VERSION)
@@ -36,7 +38,7 @@
  @COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@VENDORTAG = _$(VENDOR)
  @COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@VENDORTAG = 
  @COND_BUILD_debug@WXDEBUGFLAG = d
-@@ -2236,7 +2237,7 @@
+@@ -2236,7 +2237,7 @@ LOCALE_LINGUAS = ca cs da de el es fi fr
  @COND_PLATFORM_WIN32_0@WXDLLNAMEPREFIXGUI = wx_$(PORTNAME)$(WXUNIVNAME)
  @COND_PLATFORM_WIN32_1@WXDLLNAMEPREFIXGUI = \
  @COND_PLATFORM_WIN32_1@       wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)
@@ -45,8 +47,8 @@
  @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_PLATFORM_MACOSX_1_USE_SOVERSION_1@      = .0.0.0.$(SO_SUFFIX)
+@@ -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_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

++++++ wxWidgets-3.2.0.tar.bz2 -> wxWidgets-3.2.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.2275/wxWidgets-3.2.1.tar.bz2 
differ: char 11, line 1

Reply via email to