Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2020-09-21 17:24:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail" Mon Sep 21 17:24:31 2020 rev:94 rq:835255 version:3.17.6 Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2020-07-30 15:46:00.441844483 +0200 +++ /work/SRC/openSUSE:Factory/.claws-mail.new.4249/claws-mail.changes 2020-09-21 17:26:31.248090890 +0200 @@ -1,0 +2,6 @@ +Thu Sep 17 13:44:43 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Disable python-gtk plugin on suse_version > 1500: still relying + on python2, which is EOL. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.85sKss/_old 2020-09-21 17:26:33.124092688 +0200 +++ /var/tmp/diff_new_pack.85sKss/_new 2020-09-21 17:26:33.128092691 +0200 @@ -15,7 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%if 0%{?suse_version} > 1500 +%bcond_with python_gtk +%else %bcond_without python_gtk +%endif %define gtk3_ready 0 %if !%{gtk3_ready}
