Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2021-03-06 21:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and      /work/SRC/openSUSE:Factory/.krita.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krita"

Sat Mar  6 21:19:06 2021 rev:51 rq:877353 version:4.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/krita/krita.changes      2021-02-20 
22:12:09.811030994 +0100
+++ /work/SRC/openSUSE:Factory/.krita.new.2378/krita.changes    2021-03-06 
21:19:10.553268995 +0100
@@ -1,0 +2,11 @@
+Tue Mar  2 15:57:09 UTC 2021 - Ben Greiner <[email protected]>
+
+- BuildConflict on python3-sip-devel >= 6 because the build expects
+  the sip5 executable (or even older sip from SIP v4), which was
+  removed in SIP v6. A simple BuildRequire python3-sip-devel < 6
+  would result in a parallel install of SIPv4 and SIPv6, which do
+  not conflict per se.  Because CMake sees the SIPv6 modules, it
+  assumes sip5 to be present, does not look for the old sip command
+  and fails.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krita.spec ++++++
--- /var/tmp/diff_new_pack.Bk8B6n/_old  2021-03-06 21:19:11.461269749 +0100
+++ /var/tmp/diff_new_pack.Bk8B6n/_new  2021-03-06 21:19:11.461269749 +0100
@@ -57,8 +57,16 @@
 BuildRequires:  openjpeg2-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
+# SECTION python build requirements
 BuildRequires:  python3-devel
 BuildRequires:  python3-qt5-devel
+# Krita's CMake requires the command `sip5` from SIP v5 or `sip` from SIP v4.
+# Neither is available in SIP v6. A simple sip-devel < 6 build requirement 
would
+# install a non-conflicting SIP v4 in parallel to v6 pulled in by qt5-devel.
+# But then CMake does not find the old sip executable.
+BuildConflicts: python3-sip-devel >= 6
+BuildRequires:  python3-sip-devel
+# /SECTION
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  cmake(KF5Archive)

Reply via email to