Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2021-07-27 14:32:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail" Tue Jul 27 14:32:19 2021 rev:102 rq:908583 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2021-07-17 23:37:22.605628363 +0200 +++ /work/SRC/openSUSE:Factory/.claws-mail.new.1899/claws-mail.changes 2021-07-27 14:32:44.411443815 +0200 @@ -1,0 +2,6 @@ +Tue Jul 27 11:32:35 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- Disable pilot-link on Tumbleweed as we are dropping the library, + this keeps pilot link support around only for Leap 15.x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.Xt0gxa/_old 2021-07-27 14:32:44.951443280 +0200 +++ /var/tmp/diff_new_pack.Xt0gxa/_new 2021-07-27 14:32:44.955443277 +0200 @@ -28,6 +28,15 @@ %endif %bcond_with tnef +%if 0%{?suse_version} >= 1550 +%bcond_with claws_pilot_link +%else +%if 0%{?is_opensuse} +%bcond_without claws_pilot_link +%else +%bcond_with claws_pilot_link +%endif +%endif Name: claws-mail Version: 4.0.0 @@ -93,7 +102,7 @@ %if %{with vcalendar} BuildRequires: libical-devel >= 2.0.0 %endif -%if 0%{?is_opensuse} +%if %{with claws_pilot_link} BuildRequires: pilot-link-devel %endif %if %{with tnef} @@ -158,7 +167,7 @@ --disable-static \ --enable-ldap \ --enable-ipv6 \ -%if 0%{?is_opensuse} +%if %{with claws_pilot_link} --enable-jpilot \ %else --disable-jpilot \