Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2022-09-21 14:42:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmymoney (Old)
 and      /work/SRC/openSUSE:Factory/.kmymoney.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmymoney"

Wed Sep 21 14:42:56 2022 rev:78 rq:1005113 version:5.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes        2022-08-01 
21:34:29.518361022 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new.2083/kmymoney.changes      
2022-09-21 14:43:58.222002486 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 07:10:48 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Disable build for archs not having QtWebEngine
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kmymoney.spec ++++++
--- /var/tmp/diff_new_pack.IW3isc/_old  2022-09-21 14:43:58.798003989 +0200
+++ /var/tmp/diff_new_pack.IW3isc/_new  2022-09-21 14:43:58.806004010 +0200
@@ -17,12 +17,6 @@
 
 
 %bcond_without lang
-# Only include WebEngine for platforms that support it
-%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
-%bcond_without qtwebengine
-%else
-%bcond_with qtwebengine
-%endif
 Name:           kmymoney
 Version:        5.1.3
 Release:        0
@@ -72,22 +66,21 @@
 BuildRequires:  cmake(Qt5Sql) >= 5.6.0
 BuildRequires:  cmake(Qt5Svg) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5WebEngine) >= 5.8.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  cmake(aqbanking) >= 6.0.1
 BuildRequires:  pkgconfig(libical)
 BuildRequires:  pkgconfig(sqlcipher)
 BuildRequires:  pkgconfig(sqlite3)
-Recommends:     %{name}-lang = %{version}
 # For users of KDE:Unstable:Extra
 Provides:       kmymoney5 = %{version}
 Obsoletes:      kmymoney5 < %{version}
 Provides:       kmymoney-doc = %{version}
 Obsoletes:      kmymoney-doc < %{version}
-%if %{with qtwebengine}
-BuildRequires:  cmake(Qt5WebEngine) >= 5.8.0
-%else
-BuildRequires:  cmake(KF5WebKit)
+# QtWebEngine is needed
+%ifnarch %{ix86} x86_64 %{arm} aarch64
+ExclusiveArch:  do_not_build
 %endif
 
 %description
@@ -110,11 +103,8 @@
 %autosetup -p1
 
 %build
-%if %{with qtwebengine}
 %cmake_kf5 -d build -- -DENABLE_WEBENGINE=ON
-%else
-%cmake_kf5 -d build
-%endif
+
 %cmake_build
 
 %install
@@ -127,7 +117,6 @@
 %endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files

Reply via email to