Hello community, here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory checked in at 2017-10-17 01:49:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 Oct 17 01:49:58 2017 rev:21 rq:533124 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxWidgets-3_0-nostl.changes 2017-09-15 21:08:57.459482014 +0200 +++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxWidgets-3_0-nostl.changes 2017-10-17 01:50:01.737430776 +0200 @@ -1,0 +2,10 @@ +Fri Sep 22 14:24:39 CEST 2017 - [email protected] + +- Fix SLE12 build with SDL1. + +------------------------------------------------------------------- +Thu Sep 21 08:54:58 UTC 2017 - [email protected] + +- Make use of %is_opensuse to select SDL1 for SLE12 + +------------------------------------------------------------------- wxWidgets-3_0.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxWidgets-3_0.spec ++++++ --- /var/tmp/diff_new_pack.xcJfPc/_old 2017-10-17 01:50:03.805333892 +0200 +++ /var/tmp/diff_new_pack.xcJfPc/_new 2017-10-17 01:50:03.809333704 +0200 @@ -48,7 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build #Link SDL2 for newer distros -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}) BuildRequires: pkgconfig(sdl2) %else BuildRequires: pkgconfig(sdl) @@ -259,7 +259,7 @@ # --enable-accessibility is currently supported only in msw # --enable-extended_rtti does not compile -%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 +%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}) export SDL_CONFIG=/usr/bin/sdl2-config %endif
