Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2019-10-28 16:59:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail" Mon Oct 28 16:59:13 2019 rev:88 rq:743451 version:3.17.4 Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2019-08-05 10:41:26.411298430 +0200 +++ /work/SRC/openSUSE:Factory/.claws-mail.new.2990/claws-mail.changes 2019-10-28 17:00:18.733753960 +0100 @@ -1,0 +2,5 @@ +Thu Oct 24 09:30:11 UTC 2019 - Libor Pechacek <[email protected]> + +- Make litehtml plugin build on Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.lqbsaP/_old 2019-10-28 17:00:19.497754877 +0100 +++ /var/tmp/diff_new_pack.lqbsaP/_new 2019-10-28 17:00:19.501754882 +0100 @@ -26,6 +26,11 @@ %else %bcond_with vcalendar %endif +%if 0%{?suse_version} >= 1550 +%bcond_without litehtml +%else +%bcond_with litehtml +%endif %bcond_with tnef Name: claws-mail @@ -88,6 +93,11 @@ BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(sm) +# LiteHTML requires Gumbo which is currently shipped only with Tumbleweed +%if %{with litehtml} +BuildRequires: c++_compiler +BuildRequires: pkgconfig(gumbo) +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: pinentry-gtk2 %{?libperl_requires}
