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 2021-06-16 20:33:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxWidgets-3_2"

Wed Jun 16 20:33:17 2021 rev:15 rq:898084 version:3.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3_2.changes      
2020-11-26 23:11:34.464930782 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.32437/wxWidgets-3_2.changes   
2021-06-16 20:33:19.470964918 +0200
@@ -1,0 +2,26 @@
+Sun Jun  6 11:09:48 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 3.1.5:
+  * New wxWebRequest and related classes provide a simple way to
+    use HTTPS and HTTP/2 from wxWidgets applications using native
+    libraries or libcurl.
+  * Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under
+    Linux.
+  * Many appearance and other fixes for macOS 11.
+  * More improvements to wxGrid UI, API and performance.
+  * wxImage improvements: add alpha support in Paste() and
+    clipboard support.
+  * API additions: wxPersistentComboBox, wxFileName::ResolveLink(),
+    wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(),
+    wxEVT_FULLSCREEN.
+  * Improvements: wxConfig now supports 64-bit integers, wxLog uses
+    millisecond resolution in timestamps, XRC files can be loaded
+    from URLs.
+  * Yet more bug fixes, fixes for API inconsistencies and
+    optimizations, notably in wxDataViewCtrl, wxListCtrl,
+    wxPropertyGrid.
+- Remove patches fixed upstream:
+  * 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch.
+  * 0002-Fix-documented-type-of-wxART_XXX-constants.patch.
+
+-------------------------------------------------------------------

Old:
----
  0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch
  0002-Fix-documented-type-of-wxART_XXX-constants.patch
  wxWidgets-3.1.4.tar.bz2

New:
----
  wxWidgets-3.1.5.tar.bz2

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

Other differences:
------------------
++++++ wxWidgets-3_2.spec ++++++
--- /var/tmp/diff_new_pack.bcuLXq/_old  2021-06-16 20:33:21.434968269 +0200
+++ /var/tmp/diff_new_pack.bcuLXq/_new  2021-06-16 20:33:21.434968269 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-3_2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,12 +65,12 @@
 # Use default debug level, enabling exceptions
 # Other valid values: yes/no/max
 %define wx_debug %nil
-%define psonum 4_0_0
-%define sonum 4.0.0
-Version:        3.1.4
+%define psonum 5_0_0
+%define sonum 5.0.0
+Version:        3.1.5
 Release:        0
 %define wx_minor 3.1
-%define wx_micro 3.1.4
+%define wx_micro 3.1.5
 Summary:        C++ Library for Cross-Platform Development
 License:        LGPL-2.1-or-later WITH WxWindows-exception-3.1
 Group:          Development/Libraries/C and C++
@@ -82,10 +82,6 @@
 # identify and backport wxPython fixes to wxWidgets.
 Source6:        wxpython-mkdiff.sh
 Patch1:         soversion.diff
-# PATCH-FIX-UPSTREAM
-Patch2:         0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch
-# PATCH-FIX-UPSTREAM
-Patch3:         0002-Fix-documented-type-of-wxART_XXX-constants.patch
 BuildRequires:  autoconf
 BuildRequires:  cppunit-devel
 BuildRequires:  gcc-c++

++++++ soversion.diff ++++++
--- /var/tmp/diff_new_pack.bcuLXq/_old  2021-06-16 20:33:21.518968413 +0200
+++ /var/tmp/diff_new_pack.bcuLXq/_new  2021-06-16 20:33:21.522968419 +0200
@@ -38,11 +38,11 @@
  COND_wxUSE_REGEX_builtin___wxregex___depname = \
        
$(LIBDIRNAME)/$(LIBPREFIX)wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)$(LIBEXT)
 @@ -13775,7 +13776,7 @@ 
COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1___htmldll_library_link_LIBR_0 \
- @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@      = .4.0.0.$(SO_SUFFIX)
- @COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -4.$(SO_SUFFIX)
+ @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@      = .5.0.0.$(SO_SUFFIX)
+ @COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -5.$(SO_SUFFIX)
  @COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
--@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).4
-+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = 
.$(SO_SUFFIX).4.0.0
+-@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).5
++@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = 
.$(SO_SUFFIX).5.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 \

++++++ wxWidgets-3.1.4.tar.bz2 -> wxWidgets-3.1.5.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3.1.4.tar.bz2 
/work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.32437/wxWidgets-3.1.5.tar.bz2 
differ: char 11, line 1

Reply via email to