Hello community, here is the log from the commit of package grass for openSUSE:Factory checked in at 2020-04-28 22:32:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grass (Old) and /work/SRC/openSUSE:Factory/.grass.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grass" Tue Apr 28 22:32:36 2020 rev:3 rq:798678 version:7.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/grass/grass.changes 2019-12-04 14:20:32.170446031 +0100 +++ /work/SRC/openSUSE:Factory/.grass.new.2738/grass.changes 2020-04-28 22:33:09.809842547 +0200 @@ -1,0 +2,6 @@ +Tue Apr 28 13:16:54 UTC 2020 - Guillaume GARDET <[email protected]> + +- Use python3-wxPython on Tumbleweed since python-wxWidgets has + been dropped (was python2 only) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grass.spec ++++++ --- /var/tmp/diff_new_pack.oyQXKp/_old 2020-04-28 22:33:12.013846660 +0200 +++ /var/tmp/diff_new_pack.oyQXKp/_new 2020-04-28 22:33:12.017846666 +0200 @@ -32,7 +32,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: fftw3 Requires: proj >= 6 +%if 0%{suse_version} >= 1550 +Requires: python3-wxPython +%else Requires: python-wxWidgets >= 2.8 +%endif Requires: python3 Requires: python3-dateutil Requires: python3-numpy @@ -80,7 +84,11 @@ BuildRequires: zlib-devel # Post Leap 42 / TW %if 0%{?suse_version} > 1325 +%if 0%{suse_version} >= 1550 +BuildRequires: python3-wxPython +%else BuildRequires: python-wxWidgets-devel >= 3.0 +%endif BuildRequires: wxWidgets-devel >= 3.0 %else # Don't work for SLE why ?
