Hello community, here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory checked in at 2018-02-20 17:53:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_0 (Old) and /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxWidgets-3_0" Tue Feb 20 17:53:06 2018 rev:24 rq:577900 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxWidgets-3_0-nostl.changes 2018-01-26 13:57:06.375964275 +0100 +++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxWidgets-3_0-nostl.changes 2018-02-20 17:53:14.534424582 +0100 @@ -1,0 +2,7 @@ +Sat Feb 17 09:36:15 UTC 2018 - [email protected] + +- Prevent breaking binaries, if C++11 is enabled + http://trac.wxwidgets.org/ticket/18034 + Add 0001-18034-stick-with-compile-settings-detected-at-config.patch + +------------------------------------------------------------------- wxWidgets-3_0.changes: same change New: ---- 0001-18034-stick-with-compile-settings-detected-at-config.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxWidgets-3_0-nostl.spec ++++++ --- /var/tmp/diff_new_pack.7WUvg8/_old 2018-02-20 17:53:16.458355305 +0100 +++ /var/tmp/diff_new_pack.7WUvg8/_new 2018-02-20 17:53:16.458355305 +0100 @@ -48,6 +48,7 @@ Patch17: relax-abi.diff Patch18: 0001-spinctrl.patch Patch19: 0002-spinctrl.patch +Patch20: 0001-18034-stick-with-compile-settings-detected-at-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #Link SDL2 for newer distros @@ -259,6 +260,7 @@ %patch -P 17 -p1 %patch -P 18 -p1 %patch -P 19 -p1 +%patch -P 20 -p1 cp %{S:2} . %build wxWidgets-3_0.spec: same change ++++++ 0001-18034-stick-with-compile-settings-detected-at-config.patch ++++++ >From c585363db117ab928256586bcf76231a612bd0ca Mon Sep 17 00:00:00 2001 From: Martin Koegler <[email protected]> Date: Sat, 30 Dec 2017 09:51:25 +0000 Subject: [PATCH] #18034 stick with compile settings detected at configure time --- include/wx/defs.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 2c5cdeeeb6..6a2a779081 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -378,12 +378,6 @@ #ifndef HAVE_TYPE_TRAITS #define HAVE_TYPE_TRAITS #endif - #ifndef HAVE_STD_UNORDERED_MAP - #define HAVE_STD_UNORDERED_MAP - #endif - #ifndef HAVE_STD_UNORDERED_SET - #define HAVE_STD_UNORDERED_SET - #endif #elif defined(__has_include) /* Notice that we trust our configure tests more than __has_include(), -- 2.13.6
